This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:orx:main [2018/02/13 20:46 (7 years ago)] – ↷ Links adapted because of a move operation iarwain | en:orx:main [2022/06/28 22:15 (3 years 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:// |
- | + | ||
- | This wiki contains tutorials, tips and general information about [[http:// | + | |
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:// | git clone https:// | ||
- | This is the recommended version of Orx to use. For greater detail on cloning, please see: [[en: | + | //**This is the recommended version of Orx to use.**// |
- | + | ||
- | For troubleshooting help building Orx please see: [[troubleshoot_building_orx|Troubleshoot Building Orx]] | + | |
- | The release version of Orx can be downloaded here: | + | You'll then need to go through a one-time only, simple setup. For details on this procedure, please see: [[en: |
- | | + | {{section> |
- | ===== Main categories | + | ===== Learning to program with Orx ===== |
- | [[guides: | + | [[en:guides: |
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: | + | [[en: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. |