- Nov 16, 2023
- Nov 14, 2023
-
- Nov 13, 2023
-
- Nov 12, 2023
-
-
Since 18f17883, a drawn frame is guaranteed to reach the screen in a timely manner regardless of whether the next think call will block for longer or not, so there's no need to queue additional frames to make sure the animation has visibly ended before dispatching _done callbacks anymore.
-
- Nov 07, 2023
-
-
pippin authored
Increase maximum edge list to 1024 elements, double the maximum number of segments per-scanline.
-
pippin authored
Better resource management for smart-redraws, API change - dropped argument in pixel_update callback for smart redraws. Use optimized hairline renderer for <= 0 line_width. Correct AA for scanlines ending in horizontal scanline, optimizations for rasterizer.
-
- Nov 04, 2023
-
- Nov 03, 2023
-
-
moon2 authored
note: for accurate absolute altitude calculation we'd need to know the local pressure at sea level, outside temperature and ideally relative humidity. while it is certainly possible to retrieve them via wifi etc., it is not in the scope of this application to do so. relative altitude is proportional to outside temperature, so we introduce a multiplicative error by ignoring it. this scale error is 7% at 35degC and -4% at 0degC. in comparison, if we assume the temperature reading is the outside temperature, going from a heated apartment to the balcony at same elevation can cause a shift that may well be in the magnitude of 10m. we find the former to be preferable to the latter.
-
moon2 authored
-