/b3djs

A reimplementation of the Blitz3D compiler + runtime

Primary LanguageClojureApache License 2.0Apache-2.0

b3djs

The goal of this project is to reimplement the Blitz3D compiler and runtime. Ideally the compiler will run in a browser, enabling a JS Fiddle like experience. Lets see.

Run

yarn install

yarn watch

Clean

yarn clean

Release

yarn release