Activity

Ivan

Basic rle, typing, logging and interface

0
Ivan

Was making sample screen (to work without device) and run-length encoding. according to my simple implementation, run-length gives us 6.4M file of frames (original is 8.7Mb), which is nice! but… we need to squeeze audio as well, + such compression is pretty tough for chip (at least in naive encoding).
Sample screen is fun because there is no fps limit XD

0
Ivan

Some basic things, topbar, form for minimalistic character adding, swap menu for other functions. Also decided to use react with MUI, so far it feels nice and most things are more or less easy to use :p

Attachment
0
Ivan

First real frame :DDDD It took quite a while because i had to understand how to use opencv-python and where were some bugs :p Rn solution is naive and single frame takes 25.6Kb of memory while board has 8Mb it becomes obvious that compession is must have. Also I want to squize in sound but no idea rn how to do so :ppp

Attachment
2

Comments

TheEpicStudent
TheEpicStudent about 2 months ago

yo thats acually FIRE

deltea
deltea 23 days ago

woahhh that’s so cool

Ivan

First display :D This is remake of example program and most of the problem was to compile it :p

0