Announcement

Collapse
No announcement yet.

Blend2D: Working Towards A New Software-Based 2D Renderer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Blend2D: Working Towards A New Software-Based 2D Renderer

    Phoronix: Blend2D: Working Towards A New Software-Based 2D Renderer

    There's a new open-source project in the works aiming to be a software-based 2D renderer that uses JIT pipeline construction...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Why did he stop work on Fog? Is this a further development or something completely new?

    Comment


    • #3
      As mentioned in the phoronix article : "It's an evolution of my older project called Fog, which you have mentioned on Phoronix a long time ago, but was never finished due to its complexity and lack of time." And it seems to be developped from scratch, though the developper is using some of the Fog's algorithms (see the roadmap on the website)

      Comment


      • #4
        what i don't quite understand from the page is where Blend2D would fit in the typical OpenGL-Oriented 2D rendering application? especially:
        * is it even made for that kind of OpenGL-based rendering or even GPGPU-based rendering? Or is it made for CPU-only rendering? Especially the part about "taking advantage of CPU extensions detected at runtime" would tend to indicate the latter.
        * does the "pipeline compiling" thing include the optimization of the grouping and ordering of buffered OpenGL rendering calls - which is what engines such as the Qt Quick scene graph renderer do to gain performance? or is that completely outside the scope of this lib?

        Comment


        • #5
          @3diStan:

          Roadmap suggests x86_64 specialized CPU implementation with the plan to implement GPGPU version through MPSL at some later stage.

          Comment

          Working...
          X