Giter Site home page Giter Site logo

Yet another OpenGL renderer about xava HOT 8 OPEN

nikp123 avatar nikp123 commented on August 17, 2024
Yet another OpenGL renderer

from xava.

Comments (8)

nikp123 avatar nikp123 commented on August 17, 2024

Of course I won't be able to do this overnight because that's quite a bit to go through, I bet this is going to be three times as hard as cairo is simply due to OpenGL's inherit complexity.

from xava.

nikp123 avatar nikp123 commented on August 17, 2024

For those interested the development and testing of this will be in unstable and ONLY when it works (or most of these things are completed) would it be merged into master.

from xava.

nikp123 avatar nikp123 commented on August 17, 2024

Related #14 describes my previous attempts/struggles of choosing an ideal system for something flexible enough as this visualizer.

from xava.

nikp123 avatar nikp123 commented on August 17, 2024

Still deciding whether a combined draw would happen (as this is a billion times faster than drawing on separate occasions), but then again, I'm reusing the same framebuffer so it shouldn't be that bad, I believe. But yeah, this greatly diminishes the massively parallel design of GPUs and may end up being a gigantic bottleneck, we'll see.

from xava.

nikp123 avatar nikp123 commented on August 17, 2024

The reason why I'm avoiding merging everything into a single draw call is the sheer complexity of the variables involved and also means that ONLY ONE shader may be used, which GREATLY limits the flexibility of the system and increases it's complexity/break-ability.

from xava.

nikp123 avatar nikp123 commented on August 17, 2024

also no regions as that would be just a waste on time on GPU's to do anyway

from xava.

nikp123 avatar nikp123 commented on August 17, 2024

status update:

  1. is done
  2. done
  3. done
  4. already use the same FBO, so it's stupid fast and efficient
  5. not done, but likely not going to do it as well, because it's barely any cpu time to save
  6. done by default
  7. yep, this is also done
  8. not done, see 5
  9. yes
  10. not done, yet

from xava.

nikp123 avatar nikp123 commented on August 17, 2024

wayland + EGL is borked for some strange reason on the first run, considering a reset hack :)

from xava.

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.