2026-01-04 15:41:33 -06:00
2026-01-04 15:41:33 -06:00
2026-01-04 15:41:33 -06:00
2026-01-04 15:41:33 -06:00
2026-01-04 15:41:33 -06:00
2026-01-04 15:41:33 -06:00

Xenos Engine

SDL build

cd ~

curl -LO https://github.com/libsdl-org/SDL/releases/download/release-3.4.0/SDL3-3.4.0.tar.gz

tar xf SDL3-3.4.0.tar.gz

cd ./SDL3-3.4.0

cmake -S . -B build -DSDL_TESTS=OFF -DSDL_EXAMPLES=OFF -DBUILD_SHARED_LIBS=OFF

make -C build -j8

build

cd ~/xenosengine

make

./main
Description
No description provided
Readme 61 KiB
Languages
C 99.4%
Makefile 0.6%