this post was submitted on 13 Jun 2023
4 points (100.0% liked)
Gamedev
15 readers
1 users here now
founded 2 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The engine is open-source, and you can get it from here: https://github.com/ZILtoid1991/pixelperfectengine
In short: it's written in D, and it's main purpose is to display "pixel perfect" retro graphics, without the janky mismatched pixels other engines often allow. Currently it uses SSE2 to render its graphics, but I'll try to use some OpenGL tricks to make it also work there (rendering to a low-resolution texture, then upscaling it, with the added benefit of getting some 3D capabilities too).