Hirako
Hirako
[Jest](https://facebook.github.io/jest/) provides a very good framework for unit testing. Add it and provide some describe/test examples.
The logo without text, it is contained in this Sprite [Sprite used on official website](https://secure.skypeassets.com/apollo/2.0.999/images/components/navigation/singin-sprite.svg)
License is nowhere to be seen. is that MIT?
There is an example of the mouse module detecting intersection with a Sphere. Would be nice to see an example of mouse over points as well. Or other events like...
Extra modules don't seem to have any jsDoc. Would be nice to have docs for those. - [x] AudioModule - [ ] DatGUIModule - [ ] DragModule - [ ]...
Add a module to integrate socket.io. Potential benefits: - sharing/collaboration, several users seeing the same scene remotely, contributors able to modify elements in the scene. - multi-player gaming, whs components...
Improve type for those: - [x] DefineModule (was missed) - [ ] EventsPatchModule - [ ] ElementModule (needs to be completed, only constructor is defined) - [ ] ControlsModule and...
Importer and various loaders can be counter intuitive to use. We would need some example using WHS Importer for more complex use cases: - [x] Single mesh, with texture (we...
Ideally the tests should be closer to the src code. Why? Incentive to test the code. Not having to search for where existing specs are etc. If not possible/difficult with...
Aside the fact the app is not verified, attempting to execute it via the command line show this error: ``` % open ~/Downloads/Horcrux.app The application cannot be opened for an...