| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | refactor: Extract line handling logic into separate line module | dilluti0n | 2025-04-18 | 4 | -43/+63 | |
| | | | | | | | | | - Moved line-related functions (init, append, clear, delete, free) out of main.c - Created new files: line.c and line.h to encapsulate `struct line` and its operations - Updated main.c to use the new line module - Simplified main.c by removing inline struct and function definitions - Adjusted makefile to compile line.o | |||||
| * | Implement line api | dilluti0n | 2025-04-18 | 3 | -35/+96 | |
| | | | | | Should be improved | |||||
| * | Implement vector module | dilluti0n | 2025-04-18 | 4 | -2/+45 | |
| | | ||||||
| * | Implement simple real time interactive text rendering | dilluti0n | 2025-04-18 | 3 | -0/+100 | |
| Dependancy: raylib-5.5_linux_amd64[1] [1] https://github.com/raysan5/raylib/releases/tag/5.5 | ||||||
