hmm. So you can compile to the web using Emscripten, and the NT4 SDK had the complete source to the old windows 95 screensavers, so... I wonder how hard it'd be to make a website that just runs the 3D maze screensaver?
@foone That screensaver must be pre-DirectX, so... I guess not that hard? At first thought you'd need to port over the code that actually renders it to the screen to work with whatever Emscripten has going on and the texture loading
@confusionunknown I believe it compiles them into the EXE as resources, but they're saved in the source as BMPs or a custom format called A8, because they needed a format with an alpha channel and didn't have any