Squirrel -again-

Published September 13, 2007
Advertisement
With my new -refactored- engine called Nabla, I have started to create a scriptable front-end type thingy-ma-jig. This is basically what I did before with squirrel-script, but this time I intend to release the result so that other people can use the full scriptable front-end.

The scripted engine will consisit of the following structure:
+ config.cfg
+ main.nut
+ irrKlang.dll
+ {ikpMP3.dll}
+ FreeImage.dll
+ xmlParser.dll
+ script.exe
+ includes/nabla.nut
+ includes/...allotherengineincludes.nut

config.cfg contains startup information such as which interfaces to use, screen size & screen title.

main.nut is the "entry" script which contains your scripted code - It must dofile ("includes/nabla.nut");

script.exe This what calls the script and makes everything work.

Currently Only basic graphic features have been done...DrawImage, LoadImage, etc
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Well...

994 views

Updgrade

1019 views

giff (t)

1087 views

Also

1129 views

...

557 views

Is this thing on?

864 views

Rewrite Done

964 views

R

1006 views

Codename

877 views

Playground

835 views
Advertisement