Skip to content

Using sokol_gfx to draw 2d shapes. Start of a small and simple game engine.

Notifications You must be signed in to change notification settings

Seb-degraff/SAE-simple-game-gpu

Repository files navigation

Build

windows

requires visual studio with c++ ("Desktop developpement with C++") and clang (follow the link to github, then look a binary named similar to "LLVM-16.0.0-win64.exe").

in cmd.exe:

build_win_d3d11.bat

to run the game:

game.exe

mac

requires developper tools.

in the terminal:

build_mac_metal.sh

to run:

./game

About

Using sokol_gfx to draw 2d shapes. Start of a small and simple game engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages