Any interest in an html gui?

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
Nickak2003
Goblin
Posts: 272
Joined: Thu Jun 10, 2004 4:19 am
x 26

Any interest in an html gui?

Post by Nickak2003 »

I've got an HTML GUI I wrote using CEF3, basically chromium fullscreen with communication via javascript and messaging. If there is any interest in this, I could contribute and clean it up and provide a git with some demos.
screwt
Kobold
Posts: 29
Joined: Wed Feb 28, 2007 9:18 am
x 2

Re: Any interest in an html gui?

Post by screwt »

I'm looking for a cef intergration?
Is it fast? Rendering well?

I would be very interested for an opensource game project.
Nickak2003
Goblin
Posts: 272
Joined: Thu Jun 10, 2004 4:19 am
x 26

Re: Any interest in an html gui?

Post by Nickak2003 »

cool, ill put together a git hub with my latest cef3-ogre.
User avatar
Zonder
Ogre Magi
Posts: 1168
Joined: Mon Aug 04, 2008 7:51 pm
Location: Manchester - England
x 73

Re: Any interest in an html gui?

Post by Zonder »

Nickak2003 wrote: Fri Oct 16, 2020 1:16 pm cool, ill put together a git hub with my latest cef3-ogre.
Don't need it my self but its something which has cropped up quite a bit over the years, people needing HTML based GUI.
There are 10 types of people in the world: Those who understand binary, and those who don't...
Nickak2003
Goblin
Posts: 272
Joined: Thu Jun 10, 2004 4:19 am
x 26

Re: Any interest in an html gui?

Post by Nickak2003 »

Ok, I have gotten around to creating a stand alone app demonstrating my cef-gui. (cef3/ogre-next)

Here's a vid of the example binary, showing a debugger/status page I've been using:


Here's the git:
https://github.com/nicholaskomsa/CefGui2021

Here's the example binary you can play with: (GraphicsTesting.exe)
https://github.com/nicholaskomsa/CefGui2021/releases

The binary has all of chrome support except for proprietary codecs. You can edit the .html and .js/.css files and play around, if you want. They are located in resources/gui/debugger.
Nickak2003
Goblin
Posts: 272
Joined: Thu Jun 10, 2004 4:19 am
x 26

Re: Any interest in an html gui?

Post by Nickak2003 »

I updated a release which has relative paths for resources, was absolute to my computer. Should be stand-alone now.

https://github.com/nicholaskomsa/CefGui ... ses/tag/v2
Post Reply