nothings / single_file_libs

List of single-file C/C++ libraries.
8.8k stars 585 forks source link

Submissions: pico_ecs, pico_gl, pico_math #238

Open empyreanx opened 2 years ago

empyreanx commented 2 years ago

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.