Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tokuhirom/tora

Tora! Tora! Tora!
https://github.com/tokuhirom/tora

Last synced: 18 days ago
JSON representation

Tora! Tora! Tora!

Awesome Lists containing this project

README

        

Extension developer's guide
===========================

Notes
-----

* You can wrap a C++ level pointer to the PointerValue. Do not use IntValue, it's not portable.
* You must return the value instance from each methods. You must not return NULL. It cause segv.
* You can use 'scons debug=1' for debugging