A small physics simulation in c++, using sokol for rendering. Project to learn c++ and gpu stuff.
  • C 97.2%
  • C++ 2.7%
Find a file
2026-08-26 19:36:10 +10:00
include good start with sokol etc, on to render passes next 2026-08-25 19:34:01 +10:00
tools holy moly, got a pixel buffer to write to the screen for now. got a green rectangle working 2026-08-26 19:36:10 +10:00
.gitignore holy moly, got a pixel buffer to write to the screen for now. got a green rectangle working 2026-08-26 19:36:10 +10:00
draw.cpp holy moly, got a pixel buffer to write to the screen for now. got a green rectangle working 2026-08-26 19:36:10 +10:00
draw.hpp holy moly, got a pixel buffer to write to the screen for now. got a green rectangle working 2026-08-26 19:36:10 +10:00
game.hpp good start with sokol etc, on to render passes next 2026-08-25 19:34:01 +10:00
main.cpp holy moly, got a pixel buffer to write to the screen for now. got a green rectangle working 2026-08-26 19:36:10 +10:00
Makefile holy moly, got a pixel buffer to write to the screen for now. got a green rectangle working 2026-08-26 19:36:10 +10:00
README.md Initial commit 2026-07-11 09:52:12 +10:00
shader.glsl holy moly, got a pixel buffer to write to the screen for now. got a green rectangle working 2026-08-26 19:36:10 +10:00

ballpit

A small physics simulation in c++, using sokol for rendering. Project to learn c++ and gpu stuff.