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/11/20 03:52 (5 years ago)] – Updated init help output iarwain | 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: | + | == Usage: C: |
| - 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:// | ||
| + | - mod: MOD (Protracker), | ||
| + | - movie: Movie (MPEG-1) decoding support=[no], | ||
| - nuklear: Nuklear support (https:// | - nuklear: Nuklear support (https:// | ||
| - | - scroll: C++ convenience layer with config-object binding=[no], | + | |
| + | | ||
| + | - 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 ==== | ||