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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

C++ on the web: emscripten, nacl, flascc

122 点作者 BruceM大约 12 年前

8 条评论

adamnemecek大约 12 年前
I can't wait for the time when we will use C++ in the browser and JS on the backend. Oh the irony.
评论 #5611480 未加载
评论 #5612063 未加载
chadaustin大约 12 年前
I gave a similar presentation at GDC this year. Same conclusion, slightly different supporting details. If you're interested: <a href="http://www.slideshare.net/chadaustin/multiplatform-c-on-the-web-with-emscripten-18258801" rel="nofollow">http://www.slideshare.net/chadaustin/multiplatform-c-on-the-...</a>
评论 #5612040 未加载
BruceM大约 12 年前
Floh's website is at <a href="http://www.flohofwoe.com/" rel="nofollow">http://www.flohofwoe.com/</a> and he's got links to demos of using Emscripten there as well as some other interesting stuff.
评论 #5611678 未加载
ashcairo大约 12 年前
C++ is awesome, but I kinda went the other way with my stuff for more flexibility. JavaScript as the main programming language and C++ only for the performance and driver access bottlenecks. (More info: <a href="http://multiplay.io" rel="nofollow">http://multiplay.io</a>)
评论 #5611709 未加载
评论 #5611473 未加载
_ak大约 12 年前
emscripten is absolutely awesome. Some time ago, I used it to port libmp3lame to JavaScript to encode MP3 files in the browser: <a href="https://github.com/akrennmair/speech-to-server" rel="nofollow">https://github.com/akrennmair/speech-to-server</a>
mtgx大约 12 年前
Wasn't there a rumor that Sony would use the full native OpenGL for the PS4? Was that true?
评论 #5612294 未加载
muyuu大约 12 年前
Is this presentation available for download outside of slideshare?
sultezdukes大约 12 年前
I'm just not getting it. I understand the whole "let's make JavaScript the assembly language of the web", but "real" games (not 1987ish 2d scrollers) seem to have an uphill battle in the browser. IE probably won't ever implement WebGL, and even if it did, what's the point? I can point and click on Steam and download 20+ gig for some MMO. How's that suppose to work in the browser?<p>Can we take baby steps, and get really rich, hardware-accelerated UIs (maybe canvas based), WebSockets, a nice debugging experience (source maps), etc... before we're trying to play Crysis 3 in the browser.
评论 #5611558 未加载
评论 #5611560 未加载
评论 #5611663 未加载
评论 #5611591 未加载