Skip to content

HTML5 game framework combining Haxe, Phaser, Babylon.js and Ash

Notifications You must be signed in to change notification settings

firefalcom/whiplash

Repository files navigation

whiplash

CI

Whiplash is a HTML5 framework combining the haxe implementation of the Ash framework, the haxe externs for Phaser and the haxe externs for Babylon.js.

Features

  • Entities-Components-Systems provided by the Ash famework
  • Input, 2D Graphics, Audio, Physics, etc. provided by Phaser
  • Input, 3D Graphics, Audio, Physics, etc. provided by Babylon.js
  • Haxe classes operators for a better usability
  • Math helpers

Usage

Dependencies

This project has the following dependencies as submodules:

They have to be included in your .hxml file, g.e:

...
-cp deps/haxe-babylon/src
-cp deps/haxe-phaser3/src
-cp deps/Ash-Haxe/src
...

Sample

See test directory

About

HTML5 game framework combining Haxe, Phaser, Babylon.js and Ash

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages