-
## Description
Hi, I've noticed that there are (4 or 8) duplicate coordinates produced by `draw.circle_perimeter`. Although this is probably not a bug, I was surprised nevertheless.
It can lead …
-
These two drawables will also be quite useful addition to the project in 2d drawing methods
What do you people think?
References:
- Both exist in scikit-image api reference https://scikit-image.org…
-
rn123 updated
4 years ago
-
Currently lacking a map generator.
I'm hoping to come with something that generates good looking maps with little code. Cellular automata cave generators typically give good results with very litt…
-
If you have a skeleton on border pixels, the algorithm does not work well. I tested only with c++.
Here is a test image:
![testimage](https://github.com/user-attachments/assets/5b0847c9-e446-4e08…
-
1. G-Codes parser
2. Computation of inverse mechanism to identify slider control value
3. Acceleration and jerk handling
4. Synchronization of slider: _Currently each slider independently moves and th…
-
Below MatLab profile report for the two main functions. It is very clear that the ray tracing through the volume and associated computations are by far the most significant target for our optimization…
-
I am trying to find out how to emulate GBA titles with correct subpixel rendering. At 6x the GBA resolution of 240x160, we would have a window size of 1440x960. This would allow each logical GBA pixel…
-
create a cost map from laser data. Maybe need local map and global map
-
Currently updates to the frame buffer pain the pixels individually even though the painting can be expressed by a single line.
We should make a single line call with the two coordinates reducing up…