This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dragengine:modules:dragonscript:main [2020/04/19 18:16] – [Source Code] dragonlord | dragengine:modules:dragonscript:main [2025/03/13 19:25] (current) – [Implementation Details] dragonlord | ||
---|---|---|---|
Line 5: | Line 5: | ||
====== DragonScript ====== | ====== DragonScript ====== | ||
- | DragonScript is a general purpose scripting language with a set of modules developed specifically for writing | + | DragonScript is a general purpose scripting language with a set of modules developed specifically for writing |
* Simple syntax with little amount of keywords and quick to type | * Simple syntax with little amount of keywords and quick to type | ||
- | * Strong | + | * Strongly |
* Fully object oriented (Integer is an object albeit optimized) | * Fully object oriented (Integer is an object albeit optimized) | ||
* Easy integration into C++ based projects (no C-style wrapping hacks and no singleton hacks) | * Easy integration into C++ based projects (no C-style wrapping hacks and no singleton hacks) | ||
Line 18: | Line 18: | ||
====== Syntax ====== | ====== Syntax ====== | ||
TODO | TODO | ||
+ | |||
+ | ====== Visual Studio Code Extension ====== | ||
+ | For Visual Studio Code there exists an Extension to do Syntax Highlighting. To install go to the " | ||
+ | |||
+ | You can also look at the [[https:// | ||
+ | * [[https:// | ||
====== API Documentation ====== | ====== API Documentation ====== | ||
- | * [[https:// | + | * # |
* [[https:// | * [[https:// | ||
Line 34: | Line 40: | ||
====== Implementation Details ====== | ====== Implementation Details ====== | ||
Wiki pages containing detailed implementation information about topics specific to DragonScript. For Drag[en]gine general topics see [[: | Wiki pages containing detailed implementation information about topics specific to DragonScript. For Drag[en]gine general topics see [[: | ||
- | * [[abstractions# | + | * [[dragengine: |
+ | * [[behavior_elements|Behavior Elements]] | ||
+ | * [[behaviors_use_cases|Behaviors Explained: By Use-Case]] | ||
+ | * [[behaviors_a_to_z|Behaviors Explained: From A to Z]] | ||
+ | * [[behaviortrees|Behavior Trees]] | ||
* [[canvascreators|Canvas Creators]] | * [[canvascreators|Canvas Creators]] | ||
* [[guitheme|Gui Themes]] | * [[guitheme|Gui Themes]] | ||
* [[locomotion|Locomotion]] | * [[locomotion|Locomotion]] | ||
+ | * [[simpleconversation|Simple Conversation]] | ||
====== Script Examples ====== | ====== Script Examples ====== |