uxebu / bonsai

BonsaiJS is a graphics library and renderer
http://bonsaijs.org
Other
1.96k stars 189 forks source link

Required boilerplate for dev env is complicated #99

Open nonken opened 11 years ago

nonken commented 11 years ago

Not sure if this has been already discussed but the boilerplate for setting up a bonsai dev environment is complicated. without understanding the project there is no way of finding out that you have to include the bootstrapper/_dev/[runner].js - even with docs this looks like a scary script include.

I had expected to being able to include src/bonsai.js ideally without even configuring require (would this even be possible?)

davidaurelio commented 11 years ago

Good point. Not sure if this would be possible without even configuring requirejs