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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

HTML5 Canvas & GWT for games. What do you think?

2 点作者 arturventura将近 15 年前

1 comment

mullr将近 15 年前
Seems like the hard part would be avoiding GC pauses. This is true in many other environments as well, of course. But in this case, it could be really hard to implement right; browsers have different JS implementations that perform differently. And using GWT as an abstraction in this case could make it harder to diagnose those problems.<p>Probably it would work if you generated absolutely NO garbage in your game's run loop. I don't know if that's easy or hard in Java, as I've never tried it.