This engine is developed for a boomer shooter - Arx Infernus.
Unity is a piece of shit, Godot is a very cool engine, but it's use OpenGL 2 and doesn't support Windows XP
- Linux
- MacOS (Apple Silicon and Intel 64-bit, MacOS 10.7 and above)
- Windows (XP and above, MinGW*, MSVC**)
- MacOS (M1 chip)
- Linux (x86_64)
- MacOS (M1 chip, i5-2th gen)
- Linux (x86_64, armv6 (RPI4))
- Windows XP (MinGW*, AMD Athlon XP 2500+ (without SSE2))
- Windows 10, 11 (MinGW*)
* - MinGW <=7.0.0 (standalone) or newer, but with additional libwinpthread-1.dll
** - MSVC is long untested, I don't know, it still works or not
$ ./build.py all
$ xmake
$ xmake f -m release --build_examples=true
$ xmake