/Those-Who-Leave

PC 4k intro, ranked #2 at Evoke 2017.

Primary LanguageAssembly

Those Who Leave

PC 4k intro, released at evoke 2017.

Thumbnail

Credits

Koltes: direction, optimization, toolchain.

Ponk: art, modeling.

Unix: music.

Demoscene is a big family

Framework derived from wsmind and halcy, themselves took from iq...

Shader contains snippets from IQ, Mercury, LJ, Duke...

Build instructions

Requirements:

  1. Windows only.
  2. Visual Studio for the C++ compiler.
  3. NASM for the ASM compiler.
  4. Crinkler for the linker, unzipped somewhere and available in the PATH.
  5. Node.js for the toolchain.

Open a VS x86 tools prompt and execute:

npm install
npm run build

Development

Shaders are developed within Synthclipse.

In order to automatically build when a file changes, execute:

npm run watch