Page 1 of 1
Embeddable script for use in runtime? Something simple
Posted: Sun Jun 01, 2014 3:44 pm
by ricardo
Hi,
Which is the best option to add some script that can be used at runtime?
I preffer not a dll or external file.
I just need very simple things, so the script could be simple, nothing fancy
Thanks in advance
Re: Embeddable script for use in runtime? Something simple
Posted: Sun Jun 01, 2014 4:09 pm
by Kuron
DracScript is exactly what you want, but you would need to spend a little bit of time updating it to the current version of PB.
Re: Embeddable script for use in runtime? Something simple
Posted: Sun Jun 01, 2014 5:29 pm
by Danilo
ricardo wrote:Which is the best option to add some script that can be used at runtime?
You should at least know what syntax you prefer (PB itself, LUA, eScriptBasic).
Searching for "scripting" gives already some results, for example:
-
(renamed) Scripting Engines
--
eScript/eScriptBasic (
website)
--
PBScript
-
PureInt - A Purebasic Interpreting language !!
-
PureBasic and Scripting engines (LUA)
-
Lua PureLibrary deprecated?
- Discussion:
Any usable scripting language for PB?
If you would like C++ syntax, somebody mentioned
AngelScript (
website),
and
Squirrel (
website). But those may require to do some work by yourself to import it into PB.
Re: Embeddable script for use in runtime? Something simple
Posted: Sun Jun 01, 2014 9:23 pm
by ricardo
Thanks