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

Here is a small FAQ to quickly help you in your dev, but a lot of examples are provided with the framework. Also, feel free to ask your questions or request for more features, we'll be glad to help you :)

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