Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topheman/BabylonJSFirstSteps
You will find here my first steps on BabylonJS. Those are only tests ...
https://github.com/topheman/BabylonJSFirstSteps
Last synced: 6 days ago
JSON representation
You will find here my first steps on BabylonJS. Those are only tests ...
- Host: GitHub
- URL: https://github.com/topheman/BabylonJSFirstSteps
- Owner: topheman
- License: mit
- Created: 2014-04-10T13:20:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T20:34:31.000Z (about 9 years ago)
- Last Synced: 2024-08-02T15:07:46.497Z (3 months ago)
- Language: JavaScript
- Homepage: http://labs.topheman.com/babylonjs/
- Size: 959 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-babylonjs - BabylonJSFirstSteps - You will find here my first steps on Babylon.js ([demo](http://labs.topheman.com/babylonjs/cone-example.html)) (Projects)
README
BabylonJS first steps
=====================Those are my first steps on BabylonJS. I'm creating a class that will let you manipulate 3d cones with eyes. There is a full API ([doc's here](http://labs.topheman.com/babylonjs/js/vendor/Cone/yuidoc/ "Cone.js documentation")), if you wan't to take a look at the Cone.js file : [there you go](https://github.com/topheman/BabylonJSFirstSteps/blob/master/src/js/vendor/Cone/Cone.js "Cone.js - sources").
You can simply use the [Cone.js](https://github.com/topheman/BabylonJSFirstSteps/blob/master/src/js/vendor/Cone/Cone.js "Cone.js - sources") file, or if you wan't to go further, here are the steps for development and generating doc.
**You may take a look at the [example](http://labs.topheman.com/babylonjs/ "BabylonJS - first steps") ...**
More infos on this [blog post](http://dev.topheman.com/babylonjs-first-steps-cone/ "Blog post").
----------
After you have cloned the repository :
* `npm install`
* `grunt serve` will launch an http server for the `src` folderThose steps are not mandatory, but it can be comfortable to have an http server.
You can generate the API doc of `/src/js/vendor/Cone/Cone.js` by running `npm run yuidoc`.