From df9387bea256b5e5d0096fcffa8ac11872f17280 Mon Sep 17 00:00:00 2001 From: talha Date: Tue, 2 Jul 2024 10:07:54 +0500 Subject: todos and notes added for things done and planned --- source/main.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index 4a20754..e3c6e97 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -29,11 +29,13 @@ * @note: * Model loading is busted and is missing a lot of things, not that it matters for now, * but it will be useful for the future + * + * - Initial refactor of text rendering is done. + * Once I setup the renderer as a state machine like things that keeps track of relevant + * state, I will be able to improve the text rendering stuff (convenience wise for this too). + * @todo: work on an opengl renderer now. */ -/* -* - refactor text rendering functions and see what to do about them. -*/ typedef uint8_t u8; typedef uint16_t u16; -- cgit v1.2.3