Giter Site home page Giter Site logo

Anti-aliasing about canvas HOT 3 CLOSED

tfriedel6 avatar tfriedel6 commented on May 22, 2024
Anti-aliasing

from canvas.

Comments (3)

tfriedel6 avatar tfriedel6 commented on May 22, 2024 1

Hi,

by default multisampling (MSAA) is enabled by the sdlcanvas and glfwcanvas packages. I can see in the screenshot that there is some anti-aliasing going on, but yes it could still be nicer.

If performance is not too much of an issue, one option is to use an offscreen canvas (using NewOffscreen) to render to at a higher resolution. After that you can render the offscreen canvas to the onscreen canvas by passing the canvas to DrawImage. This should produce supersampling AA.

Hope that helps

from canvas.

VincentHoorpah avatar VincentHoorpah commented on May 22, 2024

Hi,

Do you have an example on how to create an offscreen canvas without any SDL or GLFW window ?
Thanks

from canvas.

tfriedel6 avatar tfriedel6 commented on May 22, 2024

Hi,

unfortunately as far as I know this is not possible, since the creation of an OpenGL context requires a window to render to, even if you never actually render to it. There seems to be an OpenGL extension for Linux that might make it work without a window, but no cross platform way that I can find.

It might also be possible to create a window with SDL that will not be visible, maybe a 0x0 pixel borderless window. But of course that feels like a rather ugly hack.

from canvas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.