PC 4k intro, released at evoke 2017.
Koltes: direction, optimization, toolchain.
Ponk: art, modeling.
Unix: music.
Framework derived from wsmind and halcy, themselves took from iq...
Shader contains snippets from IQ, Mercury, LJ, Duke...
Requirements:
- Windows only.
- Visual Studio for the C++ compiler.
- NASM for the ASM compiler.
- Crinkler for the linker, unzipped somewhere and available in the PATH.
- Node.js for the toolchain.
Open a VS x86 tools prompt and execute:
npm install
npm run build
Shaders are developed within Synthclipse.
In order to automatically build when a file changes, execute:
npm run watch