User Tools

Site Tools


en:tutorials:projects:creating_your_own_project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:tutorials:projects:creating_your_own_project [2020/11/19 19:52 (4 years ago)] – Updated init help output iarwainen:tutorials:projects:creating_your_own_project [2024/05/07 00:25 (4 weeks ago)] (current) – [Getting Help] wise_tamarin
Line 44: Line 44:
 <code> <code>
 $ ./init --help $ ./init --help
-== Usage: C:\workspace\orx\init.bat name [+/-archive] [+/-c++] [+/-imgui] [+/-nuklear] [+/-scroll]+== Usage: C:\workspace\orx\init.bat name [+/-bundle] [+/-cheat] [+/-c++] [+/-imgui] [+/-mod] [+/-movie] [+/-nuklear] [+/-remote] [+/-scroll] [+/-sndh]
  
   - name: Project name (relative or full path), required   - name: Project name (relative or full path), required
-  - archiveorxArchive support (resources can be stored inside ZIP files)=[no], optional+  - bundleorxBundle support (resources can be automatically packaged and encrypted)=[yes], optional 
 +  - cheat: Secret pass/cheat code support=[no], optional
   - c++: Create a C++ project instead of C=[yes], optional   - c++: Create a C++ project instead of C=[yes], optional
   - imgui: Dear ImGui support (https://github.com/ocornut/imgui)=[no], triggers [+c++], optional   - imgui: Dear ImGui support (https://github.com/ocornut/imgui)=[no], triggers [+c++], optional
 +  - mod: MOD (Protracker), XM (FastTracker 2) & S3M (Scream Tracker 3) decoding support=[no], optional
 +  - movie: Movie (MPEG-1) decoding support=[no], optional
   - nuklear: Nuklear support (https://github.com/immediate-mode-ui/nuklear)=[no], optional   - nuklear: Nuklear support (https://github.com/immediate-mode-ui/nuklear)=[no], optional
-  - scroll: C++ convenience layer with config-object binding=[no], triggers [+c++], optional+  - remote: orxRemote support (resources can be stored on a web server, HTTP-only)=[no], optional 
 +  - scroll: C++ convenience layer with config-object binding=[yes], triggers [+c++], optional 
 +  - sndh: SNDH (Atari ST) decoding support=[no], triggers [+c++], optional
 </code> </code>
  
en/tutorials/projects/creating_your_own_project.txt · Last modified: 2024/05/07 00:25 (4 weeks ago) by wise_tamarin