User Tools

Site Tools


gamedev:deigde

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
gamedev:deigde [2020/04/03 11:58] – [Editors] dragonlordgamedev:deigde [2022/06/08 09:31] (current) dragonlord
Line 11: Line 11:
  
 <WRAP> <WRAP>
-The IGDE is the main work place to create your games with. It provides a single application with various editors and tools to create games using the Drag[en]gine Game Engine. The editor is written in a way to use the game engine for real-time preview of the created content but without implementing the editor in the game engine itself. This prevents various problems with performance, stability and especially usability. Without proper OS specific surface the editor could not hook into the operating system and would end up as a bloated tool like UDK and others. This way though game developers get a tool that looks feels like their native OS applications while giving them all the benefits of using the game engine directly for previewing the game content.+The IGDE is the main work place to create your games with. It provides a single application with various specialised editors and tools to create games using the Drag[en]gine Game Engine. The editor enables real-time preview of the created content but is not written using the game engine. This allows for number of optimisations but more importantly offers developers a tool that looks feels like native OS application while providing all the benefits of using the game engine directly for previewing the game content.
 </WRAP> </WRAP>
 </WRAP> </WRAP>
  
 ===== Editors ===== ===== Editors =====
-The IGDE is based on housing bunch of editors for game content. To create a game you create first a game project. Inside this game project all data is located and organized to keep projects well structured to work fast and easilyThe editors can be improved with OS specific editors depending on the needs. The following editors are available in the IGDE:+The IGDE brings together set of specialised editors for putting together game content.  
 + 
 +Creating a game starts by creating a game project. This file contains all game data but different aspects of these data are modified by different editors adapted to the taskThese editors can be complemented by user specific editors depending on their needs.  
 + 
 +The following editors are available in the IGDE:
  
   * {{:gamedev:icon_editor_animator.png?nolink|}} [[gamedev:deigde:editors:animator|Animator Editor (*.deanimator)]]   * {{:gamedev:icon_editor_animator.png?nolink|}} [[gamedev:deigde:editors:animator|Animator Editor (*.deanimator)]]
Line 25: Line 29:
   * {{:gamedev:icon_editor_particleemitter.png?nolink|}} [[gamedev:deigde:editors:particleemitter|Particle Emitter Editor (*.depemit)]]   * {{:gamedev:icon_editor_particleemitter.png?nolink|}} [[gamedev:deigde:editors:particleemitter|Particle Emitter Editor (*.depemit)]]
   * {{:gamedev:icon_editor_project.png?nolink|}} [[gamedev:deigde:editors:project|Project Editor/Runner]]   * {{:gamedev:icon_editor_project.png?nolink|}} [[gamedev:deigde:editors:project|Project Editor/Runner]]
-  * [[gamedev:deigde:editors:rig|Rig Editor (*.derig)]] +  * {{:gamedev:icon_editor_rig.png?nolink|}} [[gamedev:deigde:editors:rig|Rig Editor (*.derig)]] 
-  * [[gamedev:deigde:editors:skin|Skin Editor (*.deskin)]] +  * {{:gamedev:icon_editor_skin.png?nolink|}} [[gamedev:deigde:editors:skin|Skin Editor (*.deskin)]] 
-  * [[gamedev:deigde:editors:sky|Sky Editor (*.desky)]] +  * {{:gamedev:icon_editor_sky.png?nolink|}} [[gamedev:deigde:editors:sky|Sky Editor (*.desky)]] 
-  * [[gamedev:deigde:editors:speechanimation|Speech Animation Editor (*.desanim)]] +  * {{:gamedev:icon_editor_speechanimation.png?nolink|}} [[gamedev:deigde:editors:speechanimation|Speech Animation Editor (*.desanim)]] 
-  * [[gamedev:deigde:editors:world|World Editor (*.deworld)]]+  * {{:gamedev:icon_editor_synthesizer.png?nolink|}} [[gamedev:deigde:editors:synthesizer|Synthesizer Editor (*.desynth)]] 
 +  * {{:gamedev:icon_editor_world.png?nolink|}} [[gamedev:deigde:editors:world|World Editor (*.deworld)]] 
  
 +At this point, you might also want to refresh your memory on [[https://developer.dragondreams.ch/wiki/doku.php/dragengine:modules:main|modules]] since they are closely coupled with the way editors work.
 ===== Other Topics ===== ===== Other Topics =====
   * [[gamedev:deigde:editors:widgetbeziercurve|Bezier Curve Editor Widget]]   * [[gamedev:deigde:editors:widgetbeziercurve|Bezier Curve Editor Widget]]
 +  * [[gamedev:deigde:editors:3dviewnavigation|3D-View Navigation]]
 +  * [[gameci|Game CI (Continuous Integration)]]
  
gamedev/deigde.1585915102.txt.gz · Last modified: 2020/04/03 11:58 by dragonlord