nandi/bresenham-circlepublic Fork 0
3d0b0a38a545e8531a7d6cb7182993e543ca51ed
Commits
Clone
git clone https://git.rickub.com/nandi/bresenham-circle.git
git clone ssh://git@rickub.com/nandi/bresenham-circle.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

bresenham.nimble · 9 lines · 246 BText Blame HistoryRaw
Bresenham midpoint circle visualizer, with a zero-symmetry counterpart 3d0b0a3 nandi 11h ago1version = "0.1.0"
2author = "scratch"
3description = "Bresenham midpoint circle, visualized with naylib"
4license = "MIT"
5srcDir = "src"
6bin = @["bresenham"]
7
8requires "nim >= 2.0.0"
9requires "naylib >= 25.0.0"