User Tools

Site Tools


dragengine:modules:dragonscript:abstractions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dragengine:modules:dragonscript:abstractions [2025/03/10 10:46] dragonlorddragengine:modules:dragonscript:abstractions [2025/03/13 17:03] (current) dragonlord
Line 4: Line 4:
 </WRAP> </WRAP>
  
-====== How you want to build your Game ======+====== Abstraction Layers: 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 
 +</WRAP>
  
 **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:modules:dragonscript:behavior_elements|All about Behavior Elements]] [[dragengine:modules:dragonscript:behavior_elements|All about Behavior Elements]]
  
-====== Scenery Elements: Customized and Optimized for Special Needs ======+====== Scenery Elements ====== 
 +<WRAP center round tip 60%> 
 +Customized and Optimized for Special Needs 
 +</WRAP> 
 TODO TODO
  
-====== Bare-Bone ImplementationCreate all from Scratch mostly for Framework Creators ======+====== Bare-Bone Implementation ====== 
 +<WRAP center round tip 60%> 
 +Create all from Scratch mostly for Framework Creators 
 +</WRAP> 
 TODO TODO
  
dragengine/modules/dragonscript/abstractions.1741603588.txt.gz · Last modified: 2025/03/10 10:46 by dragonlord