This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dragengine:modules:dragonscript:newproject [2020/09/14 18:18] – [Where To Go From Here] dragonlord | dragengine:modules:dragonscript:newproject [2025/03/10 10:51] (current) – [Where To Go From Here] dragonlord | ||
---|---|---|---|
Line 9: | Line 9: | ||
The **DragonScript Scripting Module** allows you to create a Game Project based on the **DragonScript Language**. | The **DragonScript Scripting Module** allows you to create a Game Project based on the **DragonScript Language**. | ||
- | The scripts written for your game project run in one large **Script Environment**. You do not attach loose scripts to objects to provide functionality. Instead all scripts are compiled at once when the game is launched and your game project starts by instantiation a subclass of [[https:// | + | The scripts written for your game project run in one large **Script Environment**. You do not attach loose scripts to objects to provide functionality. Instead all scripts are compiled at once when the game is launched and your game project starts by instantiation a subclass of # |
Different abstraction layers are present to help developing a game project fast and agile. The different layers are discussed in further detail in [[dragengine: | Different abstraction layers are present to help developing a game project fast and agile. The different layers are discussed in further detail in [[dragengine: | ||
Line 42: | Line 42: | ||
* Have a look at the [[gamedev: | * Have a look at the [[gamedev: | ||
- | * Learn about [[dragengine: | + | * Develop your game logic using [[dragengine: |
- | * Check out the [[https:// | + | * Check out the # |