User Tools

Site Tools


Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
start [2012-03-23 10:21]
Carsten [The Model Editor]
start [2017-02-07 10:41]
Carsten [At the Core: The Cafu Source Code]
Line 43: Line 43:
   - [[general::​developer_faq]]   - [[general::​developer_faq]]
  
-==== Mapping ​====+==== The Map Editor ​====
   - **The CaWE User's Guide**   - **The CaWE User's Guide**
     - [[Mapping:​CaWE:​Install]]     - [[Mapping:​CaWE:​Install]]
Line 49: Line 49:
       - [[Mapping:​CaWE:​Intro]]       - [[Mapping:​CaWE:​Intro]]
       - [[Mapping:​CaWE:​MainWindow]]       - [[Mapping:​CaWE:​MainWindow]]
-      - [[Mapping:​CaWE:​Views|2D and 3D Views]]+      - [[Mapping:​CaWE:​Views|2D and 3D Views]] ​([[mapping:​cawe:​views#​video|Video]])
       - [[Mapping:​CaWE:​MaterialBrowser]]       - [[Mapping:​CaWE:​MaterialBrowser]]
       - [[Mapping:​CaWE:​YourFirstMap]] ([[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash Tutorial]])       - [[Mapping:​CaWE:​YourFirstMap]] ([[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash Tutorial]])
Line 94: Line 94:
     - Reference     - Reference
       - [[Mapping::​CaWE::​Reference::​EntityGuide]]       - [[Mapping::​CaWE::​Reference::​EntityGuide]]
-      - [[http://​api.cafu.de/​scripting/group__mapEntities.html|Map Scripting Reference Documentation]]+      - [[http://​api.cafu.de/​lua/|Lua Scripting Reference Documentation]]
     - Tutorials Synopsis     - Tutorials Synopsis
       * [[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash:​ Your First Map]] ([[Mapping::​CaWE::​YourFirstMap|Related Article]])       * [[http://​www.cafu.de/​flash/​Your_First_Map.htm|Flash:​ Your First Map]] ([[Mapping::​CaWE::​YourFirstMap|Related Article]])
Line 104: Line 104:
   - [[Mapping::​Compiling]]   - [[Mapping::​Compiling]]
   - [[Mapping::​CreatingTerrainHeightMaps]]   - [[Mapping::​CreatingTerrainHeightMaps]]
 +
 +/* This used to be "​below"​ the Model Editor, but I think the time is ripe
 +   for finally considering the GUI Editor to be good and relevant enough to
 +   ​deserve the place immediately following the Map Editor and "​above"​ the
 +   Model Editor. */
 +==== The GUI Editor ====
 +  - [[GuiSys::​GuiEditor|The GUI Editor]]
 +  - [[GuiSys::​making_new_fonts]]
 +  - [[GuiSys::​guifiles]]
 +  - [[http://​api.cafu.de/​lua/​|Lua Scripting Reference Documentation]]
  
 ==== The Model Editor ==== ==== The Model Editor ====
   - [[ModelEditor::​Introduction]]   - [[ModelEditor::​Introduction]]
   - [[ModelEditor::​MainWindow]]   - [[ModelEditor::​MainWindow]]
 +  - [[ModelEditor::​HowTos]] ([[modeleditor:​howtos#​get_my_model_into_cafu|Video]])
   - Model Elements   - Model Elements
     - [[ModelEditor::​Skeleton]]     - [[ModelEditor::​Skeleton]]
Line 121: Line 132:
     - [[ModelEditor::​Transform]]     - [[ModelEditor::​Transform]]
   - [[ModelEditor::​MenuReference]]   - [[ModelEditor::​MenuReference]]
-  - [[ModelEditor::​HowTos]] 
   - [[ModelEditor::​ModelFiles]]   - [[ModelEditor::​ModelFiles]]
- 
-==== Modelling ==== 
-  - [[Modelling::​modelviewer]] 
-  - [[Modelling::​static|Importing Static Models]] 
-  - [[Modelling::​UsingAseModels|Using ASE Models]] 
   - [[Modelling::​DependenciesAmongModels]]   - [[Modelling::​DependenciesAmongModels]]
-  - [[Modelling::​LoDModels|Creating LoD models]] 
  
 ==== Textures ==== ==== Textures ====
Line 139: Line 143:
     * [[Textures::​Perfect_Detail_Maps|Making "​perfect"​ detail-maps]]     * [[Textures::​Perfect_Detail_Maps|Making "​perfect"​ detail-maps]]
  
-==== The Cafu Material System ====+/* eventually turn this into "The Material Editor",​ and integrate section "​Textures":​ */ 
 +==== The Material System ====
   - [[MatSys::​Introduction]]   - [[MatSys::​Introduction]]
   - [[MatSys::​MatViewer]]   - [[MatSys::​MatViewer]]
Line 151: Line 156:
   - [[MatSys::​For_APIUsers|The API Users Perspective]]   - [[MatSys::​For_APIUsers|The API Users Perspective]]
   - [[MatSys::​For_Developers|The Developers Perspective]]   - [[MatSys::​For_Developers|The Developers Perspective]]
- 
-==== The Cafu Graphical User Interface System (GuiSys) ==== 
-  - [[GuiSys::​GuiEditor|The GUI Editor]] 
-  - [[GuiSys::​making_new_fonts]] 
-  - [[GuiSys::​guifiles]] 
-  - [[http://​api.cafu.de/​scripting/​|Scripting Overview]] 
-  - [[http://​api.cafu.de/​scripting/​group__GUI.html|GUI Scripting Reference Documentation]] 
  
 ==== At the Core: The Cafu Source Code ==== ==== At the Core: The Cafu Source Code ====
   - [[cppDev::​GettingStarted]]   - [[cppDev::​GettingStarted]]
 +  - [[cppDev::​IDEs]] ([[cppdev:​ides#​video|Video]])
   - [[cppDev::​SubmitPatches]]   - [[cppDev::​SubmitPatches]]
-  - [[cppDev::​SubmitTickets]] 
   - [[cppDev::​CodingConventions]]   - [[cppDev::​CodingConventions]]
-  ​- [[cppDev::​Roadmap]] +  - [[http://​api.cafu.de/c++/|C++ Reference Documentation]]
-  - [[cppDev::​DualLicensing]] +
-  ​- [[http://​api.cafu.de|The C++ Reference Documentation]]+
   - Selected Topics   - Selected Topics
     - [[cppDev::​GameCodeOverview]]     - [[cppDev::​GameCodeOverview]]
 +    - [[cppDev::​StartNewGame]]
     - [[Modding::​AddingNewDMEntities]]     - [[Modding::​AddingNewDMEntities]]
     - [[cppDev::​FbxSDK]]     - [[cppDev::​FbxSDK]]
start.txt · Last modified: 2017-05-08 11:48 by Carsten