User Tools

Site Tools


en:orx:main

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
en:orx:main [2017/11/27 17:34 (6 years ago)] sausageen:orx:main [2022/06/28 22:15 (21 months ago)] (current) – Remove troubleshooting. Not the right time. User not building orx yet. sausage
Line 1: Line 1:
 ====== Getting Started with Orx ====== ====== Getting Started with Orx ======
  
-===== Introduction ===== +This wiki contains tutorials, tips and general information about [[https://orx-project.org|Orx]], a portable, open source and data-driven 2D-oriented game engine.
- +
-This wiki contains tutorials, tips and general information about [[http://orx-project.org|Orx]], a portable, open source and data-driven 2D-oriented game engine.+
  
 You are encouraged to contribute to this wiki by adding code samples, tips or any useful information that could help other people with this engine. You are encouraged to contribute to this wiki by adding code samples, tips or any useful information that could help other people with this engine.
  
  
-===== Getting Orx =====+===== Getting Orx and Initial Setup =====
  
 The latest up to date version of Orx can be cloned from github and set up with: The latest up to date version of Orx can be cloned from github and set up with:
Line 14: Line 12:
   git clone https://github.com/orx/orx.git    git clone https://github.com/orx/orx.git 
  
-This is the recommended version of Orx to use. For greater detail on cloning, please see: [[tutorials:cloning_orx_from_github|Cloning Orx from Github]]+//**This is the recommended version of Orx to use.**//
  
-For troubleshooting help building Orx please see: [[troubleshoot_building_orx|Troubleshoot Building Orx]] +You'll then need to go through a one-time only, simple setup. For details on this procedure, please see: [[en:tutorials:orx:cloning_orx_from_github|Cloning Orx from Github and Initial Setup]]
  
-The release version of Orx can be downloaded here:+{{section>snippets:getting_started_paths&noheader&nofooter&noeditbutton}}
  
- [[https://github.com/orx/orx/releases]]+===== Learning to program with Orx =====
  
-===== Main categories ===== +[[en:guides:beginners:main|Beginner's Guide]]
- +
-[[guides:beginners:main|Beginner's Guide]]+
  
 Our main guide for teaching newcomers how to set up Orx, create a project and write a simple game.  Our main guide for teaching newcomers how to set up Orx, create a project and write a simple game. 
Line 32: Line 28:
 The config section details what the config system is, what each of the sections and properties are, and how they are used to set up the configuration data in your Orx game or application.  The config section details what the config system is, what each of the sections and properties are, and how they are used to set up the configuration data in your Orx game or application. 
  
-[[examples:main|Examples]]+[[en:examples:main|Examples]]
  
 The examples section provides quick code snippits or reminders of how to use a particular function.  The examples section provides quick code snippits or reminders of how to use a particular function. 
  
-[[tutorials:main|Tutorials]]+[[en:tutorials:main|Tutorials]]
  
 The tutorials section gives you help on a number of topics: animation, game development, compiling Orx, setting up projects, tips and techniques.  The tutorials section gives you help on a number of topics: animation, game development, compiling Orx, setting up projects, tips and techniques. 
- 
-[[en:orx:reference:main|Reference]] 
- 
-The reference section gives greater detail into all the classes available in orx. Class information is available in the API ([[http://orx-project.org/orx/doc/html]]) but the reference section gives more details on the overall classes and their purpose. It also contains links to relevant tutorials and topics for specific classes. 
- 
-Reference will eventually be retired, and parts will be moved to other sections. 
en/orx/main.1511832873.txt.gz · Last modified: 2017/11/27 21:34 (6 years ago) (external edit)