TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is there a market for three.js tools? (think IDE)

3 点作者 marcelftw将近 9 年前
Let&#x27;s face it, three.js (threejs.org) is one of the best solution today when it comes to bringing real 3d to the web browser. WebGL, when using it directly, is hardcore. ThreeJS makes it simple. With this simplicity of use, the audience broadens. We see here and there presentation poping up with titles mixing ideas like &quot;make a game&quot; and &quot;for front end developpers&quot; (for example : https:&#x2F;&#x2F;jackrugile.com&#x2F;start-making-games&#x2F;).<p>I&#x27;m a frontend dev myself (actually you could say fullstack), so there are things I have&#x2F;had trouble doing when I started 3d (and tbch still am for a lot of things).<p>Some of the problems the typical engineer with none-to-little-3D background and knowledge comes across : - debugging the scenes : - where is this mesh I just added ? - how to move there, rotate around this, … - what’s in my scene ? like with photoshop layers I’d like to hide some to focus on this and that … - tuning the look and tunning the gameplay : - reduce the feeback loop between code and gameplay&#x2F;render - I’d love to be able to tweak the materials attributes in real time with a UI - I saw a video of the guy who made Braid, his working environnement is awesome (https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=gwsi7TEQxKc) ; I’m not sure if that’s the correct video I’m referring, but you could see he has a simple split view. Left is code, right is game. A save on left view (the code) did hot refresh the right view (the game) without having to start the level from scratch<p>I think this would be a good start. You solve all this problems and put all these features in an IDE (or a tool of some kind or form) and I’d be pretty happier.<p>What do you think ? Some questions to help you comment if you want : - what do you think about webgl ? does it have a bright future ? or will it turn out to be like java applets or flash (that is, both dead today) - do you think people are ready to pay for such a thing ? is there a market for tools for developers ?

1 comment

MayorOfMonkeys将近 9 年前
Sounds like PlayCanvas would suit your needs very well. <a href="https:&#x2F;&#x2F;playcanvas.com" rel="nofollow">https:&#x2F;&#x2F;playcanvas.com</a>
评论 #12303205 未加载