Twinside / Rasterific

A drawing engine in Haskell
BSD 3-Clause "New" or "Revised" License
140 stars 11 forks source link

Option to disable antialiasing #23

Open expipiplus1 opened 8 years ago

expipiplus1 commented 8 years ago

Is it possible to render images without antialiasing?

Twinside commented 8 years ago

Not yet, but there will be a possibility in the next release with the immediate mode: https://github.com/Twinside/Rasterific/blob/17863358fe247195bdeee1c246e80f5635659bd9/src/Graphics/Rasterific/Immediate.hs#L173 I don't know if I want to provide more general mechanism to disable anti aliasing

expipiplus1 commented 8 years ago

Great, that should be enough :) Thanks!