Commit graph

6 commits

Author SHA1 Message Date
182266ec3c agent built with clang + vs2022 libs
a better compiler. also i dont need a seperate dev machine with vs 2013 installed anymore, thank god
2024-11-30 00:40:18 -05:00
e0e78a92e9 switch protocol a bit
a frame is now
[N tiles]
then the whole framebuffer

not great for bandwidth, but it's tolerable enough and the performance of it is vastly better.
at some point we can use ivshmem to sidestep that and just make it a cpu->cpu copy I guess
2024-11-27 22:15:36 -05:00
f0b8310822 dont need to init twice 2024-11-24 13:25:45 -05:00
c1bb08c31f agent: LARGE cleanup
interfaces are like a good thing.
2024-11-23 21:29:59 -05:00
a5336349b8 tiles 2024-11-20 21:17:44 -05:00
0ed63eefa2 init 2024-11-20 18:44:18 -05:00