-
In file stepper.c, after the comment
// Initialize Bresenham line and distance counters
the last big commit added
#ifdef A_AXIS
st.counter_a = st.counter_x;
#endif
Should there be c…
-
Hi :wave:
I just made a PR for Typescript types package => https://github.com/DefinitelyTyped/DefinitelyTyped/pull/41741
When it'll be merged you can install it with:
```
npm install @types/br…
-
hey,
If you use the offset param of Dbjorklund the pattern does not start at initial time. I think this is a bug:
compare:
{Duty.ar(1/100, 0, Dbjorklund(5, 8, 0)) * Impulse.ar(100) }.plot(0.1)…
-
## Environment
- Development Kit: Wemos D1 mini
- IDF version: a3537856
- Development Env: Make
- Operating System: Ubuntu 18.04
- Power Supply: USB
## Problem Description
…
-
**Feature branch: `geometry`**
It would be nice to have a selection of functions to draw a variety of geometric shapes efficiently, both filled and hollow.
Some ideas for useful shapes:
- [x] Cuboi…
-
MaRC's map grid plotting routines are fine for map projections where the grid lines are strictly horizontal or vertical but not very good otherwise. Leverage algorithms like [Bresenham's Line Algorit…
-
In all instances of the drawEllipse functions in `bresenham.c` that I used while testing in Picross, there were floating dots that seemed to correspond to the midpoint of the horizontal lines of the b…
-
First off is there a way to comment on a project without creating an issue?
I love this software immediate mode gui idea. I actually have a bresenham line drawing routine and textured triangle rend…
-
Defect description : No steps demonstrated .
Steps to reproduce the defect :
Go to List Of experiments.
Go to Rasterization:Line -> Objective
Expected result :
Steps of the Bresenham's Line R…
-
I could probably use some of the techniques from here: https://github.com/ssloy/tinyrenderer/wiki/Lesson-1:-Bresenham%E2%80%99s-Line-Drawing-Algorithm
and here: https://github.com/ssloy/tinyrendere…