/raylib_turtle

Turtle graphic for Raylib

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

raylib_turtle

Turtle graphic for Raylib in simple .h file!

What is it?

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).

Hot to use

Just include file in your program! No need additional link step.

How to use in code

  1. Create turtle object with Turtle_newTurtle()
  2. Get current state for turtle with Turtle_GetTurtleState(...)
  3. Draw!
  4. Free your turtle with Turtle_freeTurtle(...)!