diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-11-17 23:26:36 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-11-17 23:26:36 +0100 |
commit | f8896689131d5218e3bf87c92d188ed7eca31267 (patch) | |
tree | 99475e30065d2420006e56cb51b399ad08db49f2 | |
parent | 374ffea9cf253518cb0ca4f643625007c244e5e6 (diff) | |
download | reduced_system_layer-dev.zip |
-rw-r--r-- | graphics.c | 4 | ||||
-rwxr-xr-x | reduced_system_layer.c | 17 | ||||
-rwxr-xr-x | rf64.c | 2 |
3 files changed, 13 insertions, 10 deletions
@@ -4,9 +4,7 @@ // // ---------------------------------------------------------------- // -// TODO: -// - Blending. -// - Anti-aliasing. +// (C) 2024 Mitya Selivanov <guattari.tech> // // ================================================================ diff --git a/reduced_system_layer.c b/reduced_system_layer.c index 953a8c1..692d555 100755 --- a/reduced_system_layer.c +++ b/reduced_system_layer.c @@ -34,9 +34,7 @@ #/ - Julia Set #/ - Labyrinth #/ - Chat -#/ - Graphics -#/ - Vector math -#/ - UI +#/ - Window #/ - Wayland #/ - Windows graphics #/ - Sound @@ -47,6 +45,12 @@ #/ - TCP #/ - Windows sockets #/ - Web Sockets +#/ - Graphics +#/ - Self-contained impl +#/ - UI +#/ - Vector math +#/ - Blending +#/ - Anti-aliasing #/ - Logging #/ - Parsing #/ @@ -58,8 +62,7 @@ #/ - Particles #/ - Graph #/ - Sine Wave -#/ - Graphics -#/ - Font +#/ - Window #/ - X11 #/ - WebAssembly #/ - Sound @@ -67,7 +70,9 @@ #/ - Networking #/ - Unix UDP sockets #/ - UTF-8 -#/ - Testing library +#/ - Testing +#/ - Graphics +#/ - Font #/ #/ ---------------------------------------------------------------- #/ @@ -7,7 +7,7 @@ #/ #/ ---------------------------------------------------------------- #/ -#/ (C) 2024 Mitya Selivanov <guattari.tech>, MIT License +#/ (C) 2024 Mitya Selivanov <guattari.tech> #/ #/ ================================================================ #/ |