MonoGame + CefSharp (Chromium Embedded)

There are a lot of great UI frameworks for MonoGame. However, I really wanted to be able to take advantage of my existing knowledge of HTML/CSS, so I explored the possibility of using an offscreen instance of Chromium Embedded to render my front-end UI.

As it turns out, this technique works pretty well. I have an example repo here: https://github.com/fr0/MonoCef.

Feel free to copy it or steal from it; I’m just posting this in the hopes that someone might benefit from my work.

1 Like

I did this with awesomium during the xna era. No more maintained so I abandonned this when porting to monogame.
I’ll take this way too if it is ok with cefsharp. Only html css kniwledge needed to make an ui instead of assimilating a library’s way of thinking :wink: