setup: switched from glut to glfw as windowing backend

This commit is contained in:
2025-08-21 22:21:21 +02:00
parent bc1940fb66
commit 255c7da8e5
2 changed files with 46 additions and 9 deletions

3
build.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /bin/bash
g++ main.cpp -lGL -lglfw -lGLEW