49
What did you invent?
(sopuli.xyz)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
An algorithm similar in purpose to the Bresenham algorithm to rasterize 2D lines https://en.wikipedia.org/wiki/Bresenham_algorithm
But it only uses integer variables and uses multiplication.
Right now I am working on extending it to higher dimensions.