Git Product home page Git Product logo

Comments (3)

mikolalysenko avatar mikolalysenko commented on May 11, 2024 3

Ok, you can now do this in 0.6.0. There is an unsafe escape hatch which allows you to grab the webgl context as regl._gl. However a better way to get the drawing buffer height is to use the context variables. For example:

regl.frame((context) => {
  console.log(context.drawingBufferWidth, context.drawingBufferHeight)
})

from regl.

mikolalysenko avatar mikolalysenko commented on May 11, 2024

Nope! If you want a handle to the canvas/context you need to pass them to regl yourself and maintain that reference. This might change later, but at the moment I am writing this way as a challenge to try to design things so that you never have to dig down to that level.

Regarding that approach with the uniform, that is indeed the correct way to do it. The reason for this is that the size of the WebGL context might change if you resize the window.

You can also access this information from outside a dynamic variable using regl.stats.

from regl.

dy avatar dy commented on May 11, 2024

I see.
Well, for now it seems a bit more difficult than usual way:

draw({
size: [ctx.drawingBufferWidth, ctx.drawingBufferHeight]
});

But thanks anyways!

from regl.

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.