Skip to content
GwennaelBuchet edited this page Aug 31, 2012 · 3 revisions

How to create a project ?

-> Use the template project to create your own. A project is a Javascript file that extends the CGSGScene class

How to create custom node ?

-> You can easily extend the framework to create your own node (if needed). Use the template node file to create your own. Basically, you just have to fulfill :

  • the constructor ('initialize' method) if your node encapsulates its own attributes,
  • and tre render method to render your node

Clone this wiki locally