html5 - Canvas 2D game framework -


this more investigation rather question.

i receive suggestions regarding framework should chose fulfill following needs:

  1. quick rendering objects in 2d game
  2. engine objects interacting(bullet hit unit) built in
  3. ability work data received websockes

thank in advance.

try :

with visual js can setup page this.

this onpage-editor , visual view . run cmd linux users server/node editor.js windows cmd . see video :

https://www.youtube.com/watch?v=mvp-jsaha94&feature=youtu.be

you :

99% canvas 2d add new object create webcam component create coallision (basic - rect) create textbox (virtual keyboard) create particle ( works animation component) atach player (basic movement) localstarage multipeer ( share object in real time) 

tools (windows gui):

visual-js ge beta 1

comes visual editor , coding . video tutorial

implemented :

  • quick code insert

  • source code editor

  • run test (chrome,firefox,opera) in new update safari win implemented.

  • add new game object , can select image set drop down list ...

enter image description here

-encode scripts tool use javascriptobfuscator.com api

-makelib (put script lib build.js - need load run.js manual)

-multilaguage easy win gui input labels (i post explanation)

you can desing on web page objects. app created visual js work on browsers . - networking implemented ( video chat , object share )

last updates :

test vk @ : last update link - visula-js

-peertopeer video chat (signaling nide.js)

this object share :object share - position

account system basic node.js

next updates :

windows gui editor simulator (chrome frame in visual studio)

take visual js at

https://jsfiddle.net/user/zlatnaspirala/fiddles/

last update : webgl 2 project instance based on glmatrix 2.0 http://matrix.netfast.org

download :

download link nightly build - git


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -