Ok, so im only making a devlog because i need to practice making them
.. i decided.. after the first one i ever attempted was a disaster (hence the second descend)
and also the project itself is in javascript because i need to practice that too.. (why am i doing this to myself? :(
I did some experimentation before the jam started to see if i even should enter
as it turns out with all these security concerns nowadays even loading an image
into javascript is quite difficult
so the first step was a small cpp app that turns any image into a convenient base64 text file
and this so far kicked things in motion by removing the most difficult part right away
(the project is in native javascript btw)