summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics.c4
-rwxr-xr-xreduced_system_layer.c17
-rwxr-xr-xrf64.c2
3 files changed, 13 insertions, 10 deletions
diff --git a/graphics.c b/graphics.c
index 014ec83..5cbc83d 100644
--- a/graphics.c
+++ b/graphics.c
@@ -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
#/
#/ ----------------------------------------------------------------
#/
diff --git a/rf64.c b/rf64.c
index 0a70794..a352d66 100755
--- a/rf64.c
+++ b/rf64.c
@@ -7,7 +7,7 @@
#/
#/ ----------------------------------------------------------------
#/
-#/ (C) 2024 Mitya Selivanov <guattari.tech>, MIT License
+#/ (C) 2024 Mitya Selivanov <guattari.tech>
#/
#/ ================================================================
#/