itsapi / pycraft

A Minecraft-inspired game for the terminal
GNU General Public License v2.0
197 stars 21 forks source link

Anti Aliasing #99

Closed olls closed 8 years ago

olls commented 8 years ago

We could use anti aliasing to make the lights in the background, specifically the sun (because everything else moves whole pixels), to move more smoothly.

olls commented 8 years ago

Not sure how this would actually work... The light already moves at a sub-pixel level, and if we made the actual sun pixels anti aliased it would probably look a bit weird.