Full rewrite

- Removed csflow, as its basically not getting used when high optimization is needed
- Fully rewrote radarflow dma logic.
- Speed increase from 20hz to over 130 hz over pcileech, thanks to scatter reads and improved caching
- Removed docs, because those were for csflow, which is now removed
This commit is contained in:
Janek
2024-01-08 00:22:24 +01:00
parent f186b19255
commit 16f7791628
233 changed files with 805 additions and 16929 deletions

1
webradar/styles.css Normal file → Executable file
View File

@@ -10,6 +10,7 @@ body {
#canvasContainer {
aspect-ratio: 1 / 1;
height: 100vh;
position: relative;
overflow: hidden;
transition: width 0.5s ease; /* Smooth transition */