Skip to content

A web game/app framework written in javascript

Notifications You must be signed in to change notification settings

jaivehall/hotjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HotJS

A web game/app framework, for mobile & PC.

Using javascript & HTML5 Canvas.

Road Map

// app (done) -> view (done) -> scene (done) -> node (layer -> node -> sub node ...) (done)

// event: mouse (done), touch (done), keyboard, user-defined

// touch: move scene (done), zoom scene, move entity

// resource: image (done), sprite (done), audio, video

// math: point/vector (done), matrix,

// physics: physical node (done), physical scene (done), ball collision (done), momentum (done), angular momentum,

// grid: board,

// animation: move, rotate, scale, fade

// util: device info (done),

// tool: UT (done), benchmark (done), debug, profiling,

// AI: pathfinding

// lang: i18n

// effect: f()

// addon: light, flash, explosion, fire, smoke, fireworks, magic

// samples: billiard,

// any other feature needed ?

About

A web game/app framework written in javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published