cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
899 stars 115 forks source link

Add pixel scalers #87

Closed cxong closed 11 years ago

cxong commented 11 years ago

Such as hqx, instead of the default scaler currently used.

cxong commented 11 years ago

Some filters that could be added:

But before filters can be added, the display needs to be plain RGB instead of paletted. With palettes, colours in between aren't actually in between, and end up looking like this (bilinear example): bilinear

cxong commented 11 years ago

hqx added; any other scalers are probably best pursued in shader form (#139)

cxong commented 11 years ago

Need to make sure hqx library and license are included in distributions