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 [2016/11/08 17:40 (7 years ago)] – [Intro] 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:
-====== Orx ======+====== Getting Started with Orx ======
  
-===== Intro =====+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 informations 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 informations that could help other people with this engine. 
  
-The release version of Orx can be downloaded here here: +===== Getting Orx and Initial Setup =====
-  * [[http://sourceforge.net/projects/orx/files/orx/]]+
  
-The bleeding edge 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:
  
   git clone https://github.com/orx/orx.git    git clone https://github.com/orx/orx.git 
-  cd orx 
-  ./setup.sh (or setup.bat) 
-   
-For greater detail on cloning, please see: [[tutorials:cloning_orx_from_github|Cloning Orx from Github]]  
-===== Main categories ===== 
  
-[[tutorials:main|Tutorials]]+//**This is the recommended version of Orx to use.**//
  
-The tutorial section gives you help on number of topics: animationgame developmentcompiling Orx, setting up projectstips and techniques+You'll then need to go through one-time onlysimple setup. For details on this procedureplease see: [[en:tutorials:orx:cloning_orx_from_github|Cloning Orx from Github and Initial Setup]] 
 + 
 +{{section>snippets:getting_started_paths&noheader&nofooter&noeditbutton}} 
 + 
 +===== Learning to program with Orx ===== 
 + 
 +[[en:guides:beginners:main|Beginner's Guide]] 
 + 
 +Our main guide for teaching newcomers how to set up Orxcreate a project and write a simple game
  
 [[en:orx:config:main|Config system]] [[en:orx:config:main|Config system]]
Line 27: 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. 
  
-[[en:orx:reference:main|Reference]]+[[en:examples:main|Examples]] 
 + 
 +The examples section provides quick code snippits or reminders of how to use a particular function. 
  
-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.+[[en:tutorials:main|Tutorials]]
  
-Reference will eventually be retired, and parts will be moved to other sections.+The tutorials section gives you help on a number of topics: animationgame development, compiling Orx, setting up projects, tips and techniques
en/orx/main.1478655640.txt.gz · Last modified: 2017/05/30 00:50 (7 years ago) (external edit)