4k intro released at Revision 2024.
Building the intro requires the following tools to be installed and accessible via a PowerShell command line (e.g. in PATH):
- Microsoft Visual C++ compiler
cl.exe
and linkerlink.exe
for x86 crinkler
shader_minifier
If you are using an antivirus software (Windows Defender included), it is likely to detect the compiled executable as a trojan. You'll need to whitelist the file or the entire folder in your antivirus before compiling or running it.
Build an uncompressed debug version (uses MSVC's linker):
.\build.ps1
or the compressed release (uses crinkler):
.\build.ps1 .\release.json -CrinklerTries 8000
and run:
.\main.exe