diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-02-04 08:05:07 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-02-04 08:05:07 +0300 |
| commit | be16daaecf4bd9ceebeff0f5bd89d48c688cb0cd (patch) | |
| tree | 7eb8a4b2a8037b9d2ae98dff25d1d4252ad2bfef | |
| parent | 7a7134a2f53f0d197b30e85c5e161f6ecb2f9af0 (diff) | |
| download | bhlib-be16daaecf4bd9ceebeff0f5bd89d48c688cb0cd.tar.gz | |
Move planned features to separate file
| -rw-r--r-- | README | 14 | ||||
| -rw-r--r-- | plan.txt | 14 |
2 files changed, 14 insertions, 14 deletions
@@ -10,17 +10,3 @@ Currently implemented: - Geometry math (2D/3D/4D vectors, matrices, quaternions) - Unit tests -Future plans: -- More geometry stuff (boxes, rays, planes, lines, triangles, etc.) -- Thread support (thread, mutex, cv, atomics, etc.) -- Image loading/processing/saving support -- Polygon rasterization (possibly canvas) -- UTF8 string support (BMP handling) -- Font rendering -- GUI (Windows GUI oriented, X11) -- Deflate/Inflate implementation -- Audio loading/processing/saving support -- FFT/IFFT (with basic complex numbers) -- Basic 2D/3D physics engine (possibly as a separate library?) -- Configuration support (INI, JSON, Registry) -- More unit tests diff --git a/plan.txt b/plan.txt new file mode 100644 index 0000000..fea614d --- /dev/null +++ b/plan.txt @@ -0,0 +1,14 @@ +Future plans: +- More geometry stuff (boxes, rays, planes, lines, triangles, etc.) +- Thread support (thread, mutex, cv, atomics, etc.) +- Image loading/processing/saving support +- Polygon rasterization (possibly canvas) +- UTF8 string support (BMP handling) +- Font rendering +- GUI (Windows GUI oriented, X11) +- Deflate/Inflate implementation +- Audio loading/processing/saving support +- FFT/IFFT (with basic complex numbers) +- Basic 2D/3D physics engine (possibly as a separate library?) +- Configuration support (INI, JSON, Registry) +- More unit tests
\ No newline at end of file |
