This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dragengine:modules:dragonscript:abstractions [2025/03/10 10:46] – dragonlord | dragengine:modules:dragonscript:abstractions [2025/03/13 17:03] (current) – dragonlord | ||
---|---|---|---|
Line 4: | Line 4: | ||
</ | </ | ||
- | ====== How you want to build your Game ====== | + | ====== |
The **DragonScript Scripting Module** provides 3 main ways to build your game depending on your skill level and project requirements. The layers are listed from the most simple one (which is recommended for most projects) to the most flexible one. | The **DragonScript Scripting Module** provides 3 main ways to build your game depending on your skill level and project requirements. The layers are listed from the most simple one (which is recommended for most projects) to the most flexible one. | ||
- | ====== Behavior Elements: Quick and Easy Development | + | ====== Behavior Elements ====== |
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | The Quick and Easy way to Development | ||
+ | </ | ||
**Behavior Elements** are build on top of the **Scenery Elements** and provide a **composeable** way to build game logic. This is the fastest way to build your game by befitting elements with reusable **behavior** while still retaining all the powerful coupling to other script classes. | **Behavior Elements** are build on top of the **Scenery Elements** and provide a **composeable** way to build game logic. This is the fastest way to build your game by befitting elements with reusable **behavior** while still retaining all the powerful coupling to other script classes. | ||
Line 14: | Line 18: | ||
[[dragengine: | [[dragengine: | ||
- | ====== Scenery Elements: Customized and Optimized for Special Needs ====== | + | ====== Scenery Elements ====== |
+ | <WRAP center round tip 60%> | ||
+ | Customized and Optimized for Special Needs | ||
+ | </ | ||
TODO | TODO | ||
- | ====== Bare-Bone Implementation: Create all from Scratch mostly for Framework Creators | + | ====== Bare-Bone Implementation |
+ | <WRAP center round tip 60%> | ||
+ | Create all from Scratch mostly for Framework Creators | ||
+ | </ | ||
TODO | TODO | ||