Turtle graphics, no 3D or third-party libraries, just the standard functions provided by the compiler.
-
Updated
Nov 13, 2023 - C
8000
Turtle graphics, no 3D or third-party libraries, just the standard functions provided by the compiler.
A C-based graphical application inspired by the classic turtle graphics, allowing users to control a sprite (the "turtle") using keyboard inputs. The program supports line drawing, sprite rotation, customizable line colors, and real-time status display, using SDL2 for window management and OpenGL for rendering.
Add a description, image, and links to the turtle-graphics topic page so that developers can more easily learn about it.
To associate your repository with the turtle-graphics topic, visit your repo's landing page and select "manage topics."