From 4c2983debc4ae2132ada91bd67689417c1d70a86 Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Wed, 2 Jul 2025 03:06:26 +0100 Subject: [PATCH] Add olive.c library (#1689) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77fd8de..2488512 100644 --- a/README.md +++ b/README.md @@ -651,6 +651,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [TinySpline](https://github.com/msteinbeck/tinyspline) - A small, yet powerful ANSI C library for interpolating, transforming, and querying arbitrary NURBS, B-Splines, and Bézier curves. [MIT] * [urho3d](https://github.com/urho3d/Urho3D) - Cross-platform rendering and game engine. [Many different, mostly MIT] * [Yocto/GL](https://github.com/xelatihy/yocto-gl) - Tiny C++ Libraries for Data-Driven Physically-based Graphics. [MIT] +* [olive.c](https://github.com/tsoding/olive.c) - Simple 2D Graphics Library. [MIT] ## Image Processing