-
Hello, I am getting an error with the wasabi2d installation.
Debian version: `bullseye/sid`
Python version: `3.9.2`
PIP version: `20.3.4`
```sh
$ pip3 install wasabi2d
Collecting wasabi2d
…
-
There was concern that the path item types in the path_data::path_data_types type alias for a variant might need to be extended added to in the future, which would be an ABI break.
For path items, …
-
I'm trying to use hardware timestamping + libvma extended socket API (`register_recv_callback`).
When enabling `SOL_SOCKET/SO_TIMESTAMPING/SOF_TIMESTAMPING_RAW_HARDWARE`, the only way to get `vma_i…
-
import java.awt.*;
import javax.swing.*;
public class Main extends JPanel {
private int[][] strokes = { { 0, 0, 100, 0 }, { 50, 0, 50, 100 }, { 0, 50, 100, 50 }, { 0, 100, 50, 50 }, { 50, 50, 100…
-
As noted in one of the code TODOs (`Map::GetBlockedInRadiusTile`), it turns out our bigger circle sizes are indeed different than in the originals. And that they should be ellipses.
0x1208 Dragon (…
-
The mapper shall do the following:
1. Contain a current Position and Orientation(implement for both 2D and 3D).
2. Shall contain a function that updates Vehicle Odometry using wheels.
3. Shall cont…
-
Dear Joao Paulo
Many thanks for this amazing work ! I have found a problem when computing the _bresenham_pairs for a 3 x 9 matrix. I simply used these values
```
p = np.array([[80.0644976552576…
-
We're going about 3D FoV calculation all wrong, because we're treating it the same as 2D FoV.
# Rationale
Holistic FoV calculation is preferable to spot-checking visibility to every square drawn, …
-
Is this library distributed with a particular license, from a code reuse perspective?
I am exploring pygame curve drawing raster options and currently this library is unadorned, which to me means it …
-
## Description
I was wondering if it would be possible to add an additional general-purpose line drawing algorithm to skimage.draw, as an addition to skimage.draw.line and skimage.draw.line_aa , know…