pico_headers icon indicating copy to clipboard operation
pico_headers copied to clipboard

Single-header, cross-platform libraries for game development

Results 5 pico_headers issues
Sort by recently updated
recently updated
newest added

# 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...

enhancement

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...

enhancement

Added/modified to allow for comparison when creating pipelines on the fly or reusing existing ones.