使用 HTML 5 Canvas 的 Sprite-Sheet BLIT?
寻找某人使用 javascript 和 HTML 5 Canvas 标签执行精灵表 BLIT 的示例。
我一直在研究 Processing.js ,但我还没有找到一个明确的示例来说明如何在那里做。
Looking for an example of someone doing a a sprite sheet BLIT with javascript and the HTML 5 Canvas tag.
I've been looking at Processing.js a bit, but I haven't found a clear cut example of how to do it there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面是一个使用 Canvas 和 JS 的 blitter 的简单示例:
http://glowfilter.com/blog/jblitter-animated-html5-canvas-按钮/
Here is a simple example of blitter using Canvas and JS:
http://glowfilter.com/blog/jblitter-animated-html5-canvas-buttons/
查看这个用于平台游戏的 js/html5/canvas 游戏引擎:
http://www.kesiev.com/akihabara /
我不知道这是否过于复杂,但他的所有源代码都在 github 上。
Check out this js/html5/canvas game engine for platform games:
http://www.kesiev.com/akihabara/
I don't know if this is over complicated but all his source is on github.