How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
π½ Highly Optimized 2D / 3D Graphics Math (glm) for C
The main features of recp/cglm are: Programming Utilities, Windows Environments.
Projects with overlapping indexed features include: sandermertens/flecs β Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as aβ¦ immediate-mode-ui/nuklear β Nuklear is a minimal, header-only graphical user interface toolkit written in C. It utilizes an immediate-modeβ¦ adamierymenko/huffandpuff. alanxz/rabbitmq-c β RabbitMQ C client. alexanderagd/clist β C List - universal list solution for C and C++, easy and fast, all data types supported. adis300/fft-c β Elegant Fast Fourier Transform in C. Making fft.c from fftpack user-friendly.
Flecs is a high-performance entity component system framework and data-oriented programming library. It serves as a simulation engine core and game engine architecture tool, decoupling state from behavior by separating entities, components, and systems. The framework features a runtime reflection layer for dynamic data inspection and a built-in scripting system for defining entity behavior without recompilation. It also includes a network interface and REST API for remote simulation administration and state querying. The library covers a broad surface of simulation capabilities, including ar
Nuklear is a minimal, header-only graphical user interface toolkit written in C. It utilizes an immediate-mode rendering model, where the interface is reconstructed and drawn directly within the application loop each frame. This approach eliminates the need for persistent widget state or complex synchronization between the interface and underlying application data. The library is designed for portability and integration into resource-constrained environments. It requires the host application to manage memory manually, allowing it to function in systems that lack standard library support. By d
Elegant Fast Fourier Transform in C. Making fft.c from fftpack user-friendly.