This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dragengine:modules:dragonscript:newproject [2019/05/08 17:25] – dragonlord | dragengine:modules:dragonscript:newproject [2025/03/10 10:51] (current) – [Where To Go From Here] dragonlord | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
<WRAP youarehere> | <WRAP youarehere> | ||
[[: | [[: | ||
Line 5: | Line 5: | ||
- | ====== | + | ====== |
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 39: | Line 39: | ||
====== Where To Go From Here ====== | ====== Where To Go From Here ====== | ||
- | The project is now already in a runnable state. If you want to you can switch to the **Distributor | + | The project is now already in a runnable state. If you want to you can switch to the **Project |
+ | |||
+ | * Have a look at the [[gamedev: | ||
+ | * Develop your game logic using [[dragengine: | ||
+ | * Check out the # | ||