Git Product home page Git Product logo

Comments (5)

miguelmartin75 avatar miguelmartin75 commented on April 29, 2024

This issue had nothing to do with the flat shader, and instead, me not enabling blending, with the following code:

Magnum::Renderer::setFeature(Magnum::Renderer::Feature::Blending, true);
Magnum::Renderer::setBlendFunction(Magnum::Renderer::BlendFunction::SourceAlpha, Magnum::Renderer::BlendFunction::OneMinusSourceAlpha);
Magnum::Renderer::setBlendEquation(Magnum::Renderer::BlendEquation::Add, Magnum::Renderer::BlendEquation::Add);

LibRocket Integration is complete! Now I just have to get it working completely with SDL 2. :)

screen shot 2013-12-12 at 6 11 43 pm

The cropped image in the background of the libRocket window is just a triangle with the texture of libRocket's GUI. I forgot to remove the code to render that triangle.

from magnum.

miguelmartin75 avatar miguelmartin75 commented on April 29, 2024

If you would like to see the code used to integrate Magnum with libRocket, you can look at my recently added repository on github. Here: https://github.com/miguelishawt/Magnum-libRocket.

from magnum.

Jmgr avatar Jmgr commented on April 29, 2024

Great, this will save me a lot of time. Thank you!

from magnum.

mosra avatar mosra commented on April 29, 2024

Awesome :-) Is there anything that can be done on Magnum side to simplify the integration (i.e. conversion between libRocket and Magnum vector types)? Or the integration class is all you need on the C++ side and everything else is done in HTML?

from magnum.

miguelmartin75 avatar miguelmartin75 commented on April 29, 2024

Is there anything that can be done on Magnum side to simplify the integration (i.e. conversion between libRocket and Magnum vector types)?

The only thing that I can think of is that libRocket supplies vertices that contain a colour component within them. And Flat2D does not support colour per vertex. But it seems that it does not affect the resulting images rendered.

The conversion between magnum and libRocket's vector types are not required, but it may be if sizeof(Magnum::Vector2) != sizeof(Rocket::Core::Vector2f). This may be the case if you are using a vector with double's in the implementation within magnum (that is a Magnum::Vector2<double> within the Flat2D shader's implementation for the attributes).

Or the integration class is all you need on the C++ side and everything else is done in HTML?

On magnum's side yes, but you do require a system interface, which basically handles the input for libRocket. I have implemented a SystemInterface with SDL 2, which is located here on GitHub: https://github.com/miguelishawt/SDL2-libRocket-SystemInterface.

from magnum.

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.