-
I have a file with only the quickstart code:
```
from wasabi2d import Scene, run
scene = Scene()
# The rest of your code goes here.
run() # keep this at the end of the file
```
I set up …
-
At least some of the tasks added in PR #808 contain overflows of signed integer variables, i.e. undefined behavior. Examples are [`divbin.c` in line 30](https://github.com/sosy-lab/sv-benchmarks/blob/…
-
## how it works now
`zonal_statistics` rasterizes aggregate polygons. GDAL provides two options:
- `ALL_TOUCHED=False` (default): pixels are "burned in" to the raster if their centerpoint falls wit…
emlys updated
1 month ago
-
What would be the RESET pin on a bare TLSR8266?
Can you give more background information how you managed the timing for the single wire interface with a USB / UART converter?
-
I am getting some very fine stair stepping when I do a diagonal line between my X and Y axes.
I am using the Arduino Uno with 0.9 build of grbl. (I know it's old) do you guys know what parameter if…
-
A good API design would consist of an interface as root, allowing to build wrapper-classes around Bitmap24. (Example: For on-the-fly dimension-flipping)
-
Hi,
I am working on implementing this library on my hardware platform. To get higher performance, I plan to harden some calculation function in FPGA. The function draw_line looks suitable for harden.…
-
In multiple places I end up needing an enable signal that generates ones at a given frequency in relation to the domain clock. This is a proposal for a generic generator for such a thing. Please som…
-
I started with examples/timeseries.ipynb, modifying to have only one column:
In a bit of an ugly process, I then time `canvas.line()` and `canvas.points()` for increasing repeats of the…
-
We have _four_ different ways to draw lines in the 2D renderer:
- As actual lines, using QueueCmdDrawLines for native lines in the backend.
- As individual points, Bresenham-style, using QueueCmdD…