Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 314 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 314 Bytes

Recursive Splitline

A fun algorithm which splits the screen into smaller screens recursively, drawing its splitlines. Orthogonal variant and arbitrary quadrilateral variant.

Spiral

Casts rays from the center at fixed angle steps, with constant theta velocity, swept r velocity, and negative r acceleration.