Angelscript IDE

Started by
1 comment, last by WitchLord 9 years ago

I've committed my WIP Angelscript IDE to github, it can be found here: https://github.com/SamVanheer/AngelscriptIDE/tree/master

I offer no guarantuees regarding functionalities, right now it has limited support for syntax checking by compiling the script.

The IDE is built using Qt in Qt Creator.

To fully configure the IDE, you'll need to do the following:
-Go to Tools->Options->Configurations.
-Create a configuration, name it something descriptive.
-Set up the Angelscript config file and include filename. In our case, the game generates these files using WriteConfigToFile.
-You can set .as as the fallback extension for include filenames, or any other, if your program automatically infers file types.
-You can add preprocessor words.
-You can add include paths.
-You can add file extensions to consider when searching.

Apply changes, then select the configuration in the General tab. Close the Options dialog.

I have little experience working with Github and Qt, and i've only used Angelscript for the past year, focused on game integration, so i'll take all the help i can get.

Advertisement

Really, really nice! :)

I'll help by making a CMake script for it.

Too many projects; too much time

Nice work.

I'm certain a lot of people will be happy to see this. :)

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement