Graphics Filters

From GPWiki

Files:GUITutorial_warn.gif The Game Programming Wiki has moved! Files:GUITutorial_warn.gif

The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server.

However, the GPWiki forums are still active! Come say hello.

If you want to scale pixelated graphics a simple "nearest neighbour" filter won't always yield desired results. Many Emulators use various graphics filters to enchance graphics quality at higher zoom factors.

Most are open source and can be used in other projects.

Popular Filters