exploring graphics/game dev with JS/Node/Bun
tested on macos
- Install Bun
- Install deps
bun install - Install GLFW
brew install glfw - Run the app
GLFW_PATH=/opt/homebrew/Cellar/glfw/3.4/lib/libglfw.dylib bun run src/core.ts(make sure to specify path to your GLFW installation)