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/19 19:52 (5 years ago)] – Updated init help output iarwain | en:tutorials:projects:creating_your_own_project [2025/04/01 02:39 (3 months ago)] (current) – --help -> help iarwain | ||
---|---|---|---|
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 ==== |