pico_headers
pico_headers copied to clipboard
Single-header, cross-platform libraries for game development
# Description The Makefiles present in each test folders do not allow the user to use a different compiler. # Steps to reproduce Linux: ```shell CC=$(which clang) make ``` macOS...
I made instanced rendering its own draw calls since the API already had different draw calls for different types of drawing (like `pgl_draw_array(...)` & `pgl_draw_indexed_array(...)`) The vertex step functions could...
Hello, I've recently discovered your project through [https://github.com/abeimler/ecs_benchmark](url) while researching different solutions and implementation ideas for entity component systems. My remarks or questions are only about the ECS. I've rewritten...
See PR: #11
Added/modified to allow for comparison when creating pipelines on the fly or reusing existing ones.