This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:tutorials:projects:creating_your_own_project [2020/08/31 12:37 (5 years ago)] – ↷ Page moved from en:tutorials:creating_your_own_project to en:tutorials:projects:creating_your_own_project sausage | en:tutorials:projects:creating_your_own_project [2025/09/30 17:26 (5 weeks ago)] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| < | < | ||
| - | $ ./ | + | $ ./init help |
| - | == Usage: C:\Work\orx\init.bat name [+/-archive] [+/-c++] [+/-imgui] [+/ | + | == 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 | ||
| - | - archive: orxArchive | + | - bundle: orxBundle |
| + | - 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:// | - imgui: Dear ImGui support (https:// | ||
| - | - nuklear: Nuklear support (https:// | + | |
| - | - scroll: C++ convenience layer with config-object binding=[no], | + | - movie: Movie (MPEG-1) decoding support=[no], |
| + | | ||
| + | - 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 | ||
| </ | </ | ||
| Line 150: | Line 155: | ||
| Or a combination of both. | Or a combination of both. | ||
| + | |||
| + | <WRAP center round tip 80%> | ||
| + | Please note that Bundle, C++ and Scroll are included by default. Specifically exclude them if you don't want them in your project. | ||
| + | </ | ||
| ==== C or C++ projects ==== | ==== C or C++ projects ==== | ||