-
Notifications
You must be signed in to change notification settings - Fork 0
Exploring_examples
BubbleFish edited this page Feb 8, 2026
·
1 revision
This tutorial will assist you in learning Vintage by building and exploring the provided example packs.
- Install Vintage to your system.
- Download examples by either cloning the repository, or using "Download .zip".
- Open the
examplesdirectory in a terminal. - Choose a building directory (can be a relative path). It will later be referenced as
<build_dir>; recommended values are either/tmp/vintage-buildor./build.
- Run
vintage -o <build_dir> --zip --debug ./<example>, where:-
<build_dir>is the output directory../buildor/tmp/vintage-buildare recommended. -
<example>is the name of the example; on UNIX-like systems, uselsto see available options. -
--zipis used to create.zipfiles, this is required for libraries to be merged. -
--debugis going to print verbose debug information, which should help understanding what exactly is happening.
-
- Open the
<build_dir>and explore!
Once the project has successfully built, try continuosly modifying the projects and re-building them.
Use the various templates as a starting point for your playground!
Important
This Wiki is written for a project that does not yet exist.
Vintage is only partially implemented, you must wait until it is production ready.