Giter Site home page Giter Site logo

Comments (3)

bryphe avatar bryphe commented on April 30, 2024

Nice catch @Akin909. Definitely a bug with how we render text.

The shader where we color / render the text is here:
https://github.com/bryphe/revery/blob/c20634b72ab39dea1372aaef7d0b519452773df2/src/UI/FontShader.re#L31

The 'texture' we use to read the font has only a single channel (t.a is a float value from 0.0 -> 1.0). In theory - this code should work OK to make the text transparent (since it's setting the alpha value to 0), but we don't set the appropriate blend modes (which tell the GPU how to combine pixels that are already drawn with pixels that you are sending).

Some useful references I found for WebGL / Shaders:

from revery.

bryphe avatar bryphe commented on April 30, 2024

@Akin909 - hope you don't mind - I took a go at this w/ #60.

from revery.

bryphe avatar bryphe commented on April 30, 2024

This should be fixed now, @Akin909 ! Let me know if it's not for you 👍

from revery.

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.