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 (4 years ago)] – Updated init help output iarwain | en:tutorials:projects:creating_your_own_project [2024/12/04 00:28 (4 months ago)] (current) – [Extensions] sausage | ||
---|---|---|---|
Line 44: | Line 44: | ||
< | < | ||
$ ./init --help | $ ./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 ==== |