jessehorne / luadraw

Lua Draw, a graphical application inspired by Logo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua Draw

Lua Draw was inspired by Logo. I wanted to create a graphical application that took in input from a file, and created a visual representation from it.

square.ldraw example

Requirements

LÖVE

How to Use

touch example.ldraw
echo "f 50" > example.ldraw
love . example.ldraw

Functions

f arg
	Goes forward arg steps
b arg
	Goes backward arg steps
r arg
	Rotates arg degrees

About

Lua Draw, a graphical application inspired by Logo.

License:MIT License