Skip to content

grrrisu/proto-pixi-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A prototype of a map using pixi.js

Pixi

Version 3.0.7

Preparation

npm install -g coffee-script

Compile a directory tree of .coffee files in lib into a parallel tree of .js files in javascripts:

coffee --compile --output javascripts/ lib/

Run

ruby -r webrick -e "s = WEBrick::HTTPServer.new(:Port => 8000, :DocumentRoot => Dir.pwd); trap('INT') { s.shutdown }; s.start"

Todo

  • update single field(s)
  • integrate dawning

Tests

open spec/SpecRunner.html

About

map prototype using pixi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published