svaarala / duktape

Duktape - embeddable Javascript engine with a focus on portability and compact footprint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedding Duktape in Lazarus / Free Pascal

vico93 opened this issue · comments

commented

Sorry to bother you guys with such questions, but i'm interested in play with JavaScript and Lazarus applications (ultimate goal is making a minecraft clone on top of that), i'm really interested in using Duktape for that due to its speed, plenty of documentation and simplicity compared to native solutions in Pascal, but unfortunately i wasn't able to "convert" duktape.h and duk_config.h using h2pas (a tool that claims be able to convert C headers to Pascal - it always throws errors during conversions).

I really want to try this combination, is there anything that can be done to allow me to use Duktape in Lazarus applications?