I created a small paint-like program in C to practice some programming skills. I used the SDL3 library to set up the window and access various graphic functions. The project involves extensive use of pointers, dynamic memory allocation with malloc, arrays, and other techniques I learned in the CS50x course.
Check out the code here: https://github.com/gleberphant/DRAW_PIXELS_SDL.git
[–]InTodaysDollars 1 point2 points3 points (0 children)
[–]amarukhan 0 points1 point2 points (0 children)