BodbDearg / PsyDoom

A backport of PSX Doom to PC
GNU General Public License v3.0
409 stars 24 forks source link

[Feature] PC DOOM-based enhanced Software rendering #119

Closed lafoxxx92 closed 2 months ago

lafoxxx92 commented 2 months ago

Add renderer based on Software Rendering as seen in the Vanilla DOOM or similar projects (like Chocolate DOOM), but with extra features (like 16 bit color, translucency and colored lighting). This should make the game less demanding and no longer rely on GPU emulation which consumes plenty of CPU cycles.

BodbDearg commented 2 months ago

Beyond the scope of this project - sorry. One of the core aims of PsyDoom is to emulate the look and feel of PSX Doom, not to add in PC-like software rendering. Lighting and shading is a big part of the PSX look and I don't want to deviate from what we have now. Also, it won't make as much of a performance difference as you might think if also adding in 16-bit color, transparency etc.