mateli

Results 46 comments of mateli

If I compile the SDL2 samples to 32 bit windows executable will they load into retrowin32 will the sample load 32 bit sdl dll files and intercept calls to opengl?...

SDL when compiled for Windows supports using OpenGL, DirectX, Vulkan or WebGPU. While my personal priority is running stuff in the browser I will expand this discussion to cover other...

Bigger picture. If I want an app that is as fast as possible I write it in Python and run it outside of the browser on pretty much any platform....

SDL2.dll can be using several different API:s and to some degree it may be important to cover them all. 1) Pure SDL. There are plenty of applications that only use...

Getting the stat of files in windows is very slow when AV/Malware detectors are running. The solution I use when checking the stat of many files is to do a...

So I manually keep track of written bytes and call this before closing the stream/file? Is it possible to update files that has already been written with a correct size?