Fireball is a next-gen Html5 game engine built with extremely extendable structure. The core of Fireball is an editor UI engine and an asset engine with tree view, scene view and property inspector. Beyond that are all plugins. We designed Fireball to be deeply customizable. Developers can create their own editor and plugins very easily. The editor features are deeply inspired by Unity which we believe has the most advanced game developing editor at the moment.
The desktop version of Fireball is cross-platform powered by Atom-shell. Currently we test our distribution on Mac and Windows 7/8.1. Issues on other platform are welcome!
Visit Fireball-x.com to learn more or visit the Fireball forum.
Visit issue to learn more about the Fireball 1.0 roadmap.
After clone this repo, follow this command:
cd path/to/repo
bower install
npm install
gulp get
gulp run
- Download distribute version from release page.
- Extract the zip file to a folder of its own. This folder can locate anywhere on your disk.
- Click
Fireball.app
on Mac orfireball.exe
on Windonws to launch fireball. - Have fun!
Visit http://docs.fireball-x.com to learn how to use Fireball Game Engine.
- If you have questions about a specific page of documentation, use the disqus sidebar on the left of Fireball Documentation Site.
- If you have any suggestion/feedback/problem, feel free to submit an issue.
- If you want to contribute to this project, please read Contributing Guidelines.