Seb-degraff / SAE-simple-game-gpu

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C 97.8%Language:C++ 2.1%Language:Shell 0.1%Language:Batchfile 0.1%Language:GLSL 0.0%