User Tools

Site Tools


en:guides:beginners:tour_of_a_project

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
Last revisionBoth sides next revision
en:guides:beginners:tour_of_a_project [2018/02/13 20:47 (6 years ago)] – ↷ Page moved from guides:beginners:tour_of_a_project to en:guides:beginners:tour_of_a_project iarwainen:guides:beginners:tour_of_a_project [2018/06/20 06:57 (6 years ago)] sausage
Line 1: Line 1:
 ====== Part 4 – A tour of an Orx project ====== ====== Part 4 – A tour of an Orx project ======
  
-Let’s take a close look at all the parts of an Orx project (a Visual Studio one) and see how it all fits together, from the code to the building, the executing and the configuration files.+Let’s take a close look at all the parts of an Orx project and see how it all fits together, from the code to the building, the executing and the configuration files.
  
 ===== Source ===== ===== Source =====
Line 9: Line 9:
 ===== Executable ===== ===== Executable =====
  
-The resulting executable is built and sent to the bin/ folder. If your project was called 01_Object, the resulting executable would be 01_Object.exe. If it was called Project, the executable would be Project.exe+The resulting executable is built and sent to the bin/ folder. If your project was called MyGame, the resulting executable would be MyGame.exe in Windows or MyGame on Linux or Mac.
  
 ===== Config File ===== ===== Config File =====
  
-When the executable is run, it looks for a matching *.ini file. If your executable was called 01_Object.exe, it would load and process the 01_Object.ini file. If your executable was called Project.exe, it would load and process the Project.ini file.+When the executable is run, it looks for a matching *.ini file. If your executable was called MyGame.exe, it would load and process the MyGame.ini file. If your executable was called Project.exe, it would load and process the Project.ini file.
  
 Now that you know all that, it is time to start working on our game. Now that you know all that, it is time to start working on our game.
Line 19: Line 19:
 ---- ----
  
-Next: Beginning with the [[guides:beginners:viewport_and_camera|viewport and the camera]].+Next: Beginning with the [[en:guides:beginners:viewport_and_camera|viewport and the camera]].
  
-{{section>guides:beginners:toc&noheader&nofooter&noeditbutton}}+{{section>en:guides:beginners:toc&noheader&nofooter&noeditbutton}}
en/guides/beginners/tour_of_a_project.txt · Last modified: 2018/06/20 09:57 (6 years ago) by 127.0.0.1