nandi/bresenham-circlepublic Fork 0
main
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 · 321 BText Blame HistoryRaw
1
2
3
4
5
6
7
8
9
version       = "0.1.0"
author        = "nandi"
description   = "Midpoint circle algorithm stepped one decision at a time, beside a deterministic golden-angle sampler with no lattice symmetry"
license       = "MIT"
srcDir        = "src"
bin           = @["bresenham"]

requires "nim >= 2.0.0"
requires "naylib >= 25.0.0"