User Tools

Site Tools


en:tutorials:orxscroll:creating_your_own_scroll_project_using_init

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:tutorials:orxscroll:creating_your_own_scroll_project_using_init [2020/08/20 05:51 (4 years ago)] – ↷ Page moved from en:tutorials:creating_your_own_scroll_project_using_init to en:tutorials:orxscroll:creating_your_own_scroll_project_using_init sausageen:tutorials:orxscroll:creating_your_own_scroll_project_using_init [2021/11/23 10:27 (2 years ago)] (current) – Added linux/MacOS note iarwain
Line 3: Line 3:
 You can easily generate an orx/Scroll project using ''init'' from the github version of Orx. You can easily generate an orx/Scroll project using ''init'' from the github version of Orx.
  
-This article assumes that you have [[en:tutorials:cloning_orx_from_github|downloaded the latest version of Orx from github]] and have built Orx.+This article assumes that you have [[en:tutorials:orx:cloning_orx_from_github|downloaded the latest version of Orx from github]] and have built Orx.
  
  
Line 20: Line 20:
   init myGameFolder/MyGame +scroll   init myGameFolder/MyGame +scroll
  
 +
 +<WRAP center round box tip 60%>
 +Please note that on Linux & MacOS, one will need to invoke ./init.sh instead of simply init
 +</WRAP>
  
 ===== Working with your project ===== ===== Working with your project =====
Line 30: Line 34:
 Now you can begin working with your orx/Scroll project. The following tutorials will help get you up and going if you haven't used Scroll yet: Now you can begin working with your orx/Scroll project. The following tutorials will help get you up and going if you haven't used Scroll yet:
  
-  * [[en:tutorials:community:acksys:scroll0|Introduction to Scroll]] +  * [[en:tutorials:orxscroll:introduction-orxscroll|Introduction to Scroll]]
-  * [[en:tutorials:community:sergeig:scroll0|Empty Scroll Project]]+
  
 The default orx/Scroll project comes with some demo code and one demo Object to play around with. The default orx/Scroll project comes with some demo code and one demo Object to play around with.
  
 ===== Bootstrapping ===== ===== Bootstrapping =====
-The generated orx/Scroll project is set to bootstrap the default config file. You can read more about this process here: [[en:tutorials:changing_default_config_file_for_scroll|bootstrapping the location of your first config file]].+The generated orx/Scroll project is set to bootstrap the default config file. You can read more about this process here: [[en:tutorials:orxscroll:changing_default_config_file_for_scroll|bootstrapping the location of your first config file]].
  
 ===== More about Init ===== ===== More about Init =====
  
-You can read more about ''init'' and the other types of projects that can be auto-created with it at: [[en:tutorials:creating_your_own_project|Creating your own Orx-based Project using 'init']]+You can read more about ''init'' and the other types of projects that can be auto-created with it at: [[en:tutorials:projects:creating_your_own_project|Creating your own Orx-based Project using 'init']]
en/tutorials/orxscroll/creating_your_own_scroll_project_using_init.1597927880.txt.gz · Last modified: 2020/08/20 05:51 (4 years ago) by sausage