single_file_libs icon indicating copy to clipboard operation
single_file_libs copied to clipboard

Submissions: pico_ecs, pico_gl, pico_math

Open empyreanx opened this issue 3 years ago • 0 comments

From the project: https://github.com/empyreanx/pico_headers

pico_ecs (A pure and simple Entity-Component-System): https://github.com/empyreanx/pico_headers/blob/main/pico_ecs.h pico_gl (A 2D graphics library based on OpenGL): https://github.com/empyreanx/pico_headers/blob/main/pico_gl.h pico_math (A 2D math library for games): https://github.com/empyreanx/pico_headers/blob/main/pico_math.h

All libraries are single-headers, written in C, build on Linux, MacOS, and Windows, and are released into the public domain.

empyreanx avatar Jan 03 '22 19:01 empyreanx