Skip to content

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.

Setup

  1. Install Vintage to your system.
  2. Download examples by either cloning the repository, or using "Download .zip".
  3. Open the examples directory in a terminal.
  4. Choose a building directory (can be a relative path). It will later be referenced as <build_dir>; recommended values are either /tmp/vintage-build or ./build.

Building

  1. Run vintage -o <build_dir> --zip --debug ./<example>, where:
    • <build_dir> is the output directory. ./build or /tmp/vintage-build are recommended.
    • <example> is the name of the example; on UNIX-like systems, use ls to see available options.
    • --zip is used to create .zip files, this is required for libraries to be merged.
    • --debug is going to print verbose debug information, which should help understanding what exactly is happening.
  2. Open the <build_dir> and explore!

Experimenting

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!

📀 Getting Started

📚️ Features

🎁 Tutorials

🎲 Extras

Clone this wiki locally