Turtle graphic for Raylib in simple .h file!
You always want have turtle, but your mom doesn't allow it? Always want allocate memory but afraid free it? No more this unbelievable ridiculous stuff!. Install or update your C lang compiler. Get raylib and this .h file! Allocate memory for your turtle, draw things and free (the turtle).
Just include file in your program! No need additional link step.
- Create turtle object with Turtle_newTurtle()
- Get current state for turtle with Turtle_GetTurtleState(...)
- Draw!
- Free your turtle with Turtle_freeTurtle(...)!