From f8896689131d5218e3bf87c92d188ed7eca31267 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 17 Nov 2024 23:26:36 +0100 Subject: Update comments --- graphics.c | 4 +--- reduced_system_layer.c | 17 +++++++++++------ rf64.c | 2 +- 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 // // ================================================================ 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 , MIT License +#/ (C) 2024 Mitya Selivanov #/ #/ ================================================================ #/ -- cgit v1.2.3