任何人在利用javascript和html5 血管元素进行游戏发展方面都有经验?
到目前为止,我已经找到了两个图书馆,其中两个是有用的?
http://tommysmind.com/rel=“noreferer”http://tommysmind.com/ (XNA Port)
http://gaquery.onaluf.org/ (jquery plugin)
是否有任何其他资源?
任何人在利用javascript和html5 血管元素进行游戏发展方面都有经验?
到目前为止,我已经找到了两个图书馆,其中两个是有用的?
http://tommysmind.com/rel=“noreferer”http://tommysmind.com/ (XNA Port)
http://gaquery.onaluf.org/ (jquery plugin)
是否有任何其他资源?
You can also use Lime JS - very promising HTML5 game developement framework. http://www.limejs.com
略微晚于此;-
Aves http://www.dextrose.com/en/projects/aves-engine Akihabara http://www.kesiev.com/akihabara/ Rokcet Pack http://rocketpack.fi/ Effect Games http://www.effectgames.com/effect/
这可能是你主要提到的那种游戏的高技能。
此外,还研究Sencha Touch
http://www.sencha.com/“rel=“nofollow”http://www.sencha.com/。
这里有一个非常微薄的词汇例子。
http://touchsolitaire.mobi/app/"rel=“nofollow”> http://touchsolitaire.mobi/app/。
HTH
For basic 2d games i would use either impact or Crafty Crafty is open source, but impact has a cool level editor.
曾经测试过的所有其他国家要么在一些领域缺乏,要么成本太高。 兹恩加和迪斯尼购买了Aves和火箭。
查阅Processing.js。 或许你可以将其用于2D图纸和用户互动。
http://cos2d-javascript.org/“rel=“nofollow”http://cos2d-javascript.org/。 for。
我没有在接近尾声中建造一个游戏引擎,而只是一个典型的游戏,加上几个简单的动画片,进入my Tetris Clone。
我认为,它最重要的特征是,当你把多邮袋控制计划装上了里安的网页时,这种控制办法的有效性。 想法是,要有足够的研究,我就不必向用户发出指示,说明如何发挥作用。
Try we RUS5mmer, Construct 2 (。 我们拥有广泛的免费版本,以便你能够与它一道发挥作用。
它是一个基于事件的系统,这意味着你不需要知道方案来进行。 然而,这可以延伸到我们的Javascript SDK,因此,任何人都可以书写自己的假想,以扩大其功能。
A few great games have started to pop up on our arcade now as proof that it works well! http://www.scirra.com/arcade
我有个人经历,与! 我发现,我不需要使用除“JQuery”以外的任何具体平衡以及一些“Jquery plugins”。
我使用了Canvas和死地的视听材料。 但是,我没有绘制任何数字3D图,我只绘制了形状和图象、颜色、绘画线等等。
我想象,如果你做比你需要一个图书馆更复杂的事情,为什么使你们的感受比需要多?
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!