ISaid scripting engine

ISaid Scripting Engine Implementation The ISaid (Intelligent Scripting and intregrative Debugging) - Engine is a C++- API, that enables the creation & execution of scripting languages with a strong focus on the gaming sector.

Some of its features are:
  • Compiling & execution of script-code.
  • Integrated debugging of Script-Codes (Setting of breakpoints, expression-evaluations, consoles,...)
  • Creation of new builtin-functions & methods
  • Creation of new builtin-classes
  • Complete windowbased Realtime-Debugging-Environment
  • Fast execution. Execute ~161.000 instructionlines per second on a 1 Ghz – PC.
  • Superslim architecture. The initial memory overhead is as slim as ~ 40 KB.
Feel free to load down any of the documents below to get a better overview over the engine and its features.





The introduction describes the basics of the engine, almost from a user's view.
And the implementation guide gives a deep insight into the datamodel and how to implement the ISaid engine into your projects.