Circular-Studios / Dash

A free and open 3D game engine written in D.
https://circularstudios.com/Dash
MIT License
422 stars 63 forks source link

[Graphics] Anti-aliasing #170

Open PxlBuzzard opened 10 years ago

ghost commented 10 years ago

I was just going to mention that PuzzleDash seems to have aliasing issues.

There's a X11-licensed version of gluScaleImage (I have a D port almost ready) which might be useful. Unless you guys plan on building something of your own? With all the dependencies it's about 2K lines, not very small.

FYI there's an entire SGI OGL implementation here: ftp://oss.sgi.com/projects/ogl-sample/download/ (FTP links don't seem to work on github).