From 1d159ce047d66a05031fa5e5baa23a97039fcda3 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Mon, 12 Aug 2024 20:45:59 +0200 Subject: Update TODO --- reduced_system_layer.c | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'reduced_system_layer.c') diff --git a/reduced_system_layer.c b/reduced_system_layer.c index a200695..1e360a1 100755 --- a/reduced_system_layer.c +++ b/reduced_system_layer.c @@ -26,6 +26,22 @@ #/ #/ ---------------------------------------------------------------- #/ +#/ To-Do list +#/ +#/ - Examples +#/ - Landscape +#/ - Conway's Game if Life +#/ - Julia Set +#/ - Labyrinth +#/ - Features +#/ - Sound +#/ - Clipboard daemon +#/ +#/ ALSA +#/ https://www.alsa-project.org/alsa-doc/alsa-lib/_2test_2pcm_min_8c-example.html +#/ +#/ ---------------------------------------------------------------- +#/ #/ (C) 2024 Mitya Selivanov , MIT License #/ #/ ================================================================ @@ -228,6 +244,7 @@ i32 main(i32 argc, c8 **argv) { while (!platform.done) { p_handle_events(); p_render_frame(); + p_sleep_for(0); } p_cleanup(); @@ -240,14 +257,9 @@ i32 main(i32 argc, c8 **argv) { // // PLATFORM IMPLEMENTATION // -// ---------------------------------------------------------------- -// -// TODO -// - Sound -// - Clipboard daemon +// ================================================================ // -// ALSA -// https://www.alsa-project.org/alsa-doc/alsa-lib/_2test_2pcm_min_8c-example.html +// Utilities // // ================================================================ -- cgit v1.2.3