ducttape / ducttape-engine

Ducttape Engine - A universal game engine

Home Page:http://ducttape-dev.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement scripting support

svenstaro opened this issue · comments

This also requires evaluation of what we could even use. Chaiscript and Angelscript would be easy to integrate.

ChaiScript looks awesome! Angelscript seems a bit more complicated.

Each class would need a function to make it script-accessible (Interface!). Maybe we should abstract the scripting interface so we can support more than one language / scripting framework. All of this should be fairly easy :D

ChaiScript is header-only and compiles slow as hell :(

Depends on #114.