AntonioND / nitro-engine

3D engine for the Nintendo DS
150 stars 10 forks source link

What language #8

Closed DriftWare07 closed 2 years ago

DriftWare07 commented 2 years ago

What language is this scripting in? Is there ample documentation?

Fewnity commented 2 years ago

You can look at the source code and example to see the language. It's C. For documentation it's complicated, you can see the "include" folder to see how to use functions.

AntonioND commented 2 years ago

You can generate documentation with doxygen (there is a Doxyfile in the repository you can provide as input). But yeah, the documentation generated is just like reading the headers. You should mainly take a look at the examples to get started.