Skip to content

andmcgregor/cefgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cefgui

Note: This project was originally intended to decouple the GUI code from a game I am developing but eventually opted for tighter integration with the game engine due to the file directory requirements for OS X and a few other reasons that became apparent while working on this. This is a very early version of my current CEF usage so use at your own risk!

OpenGL GUI implementation using Chromium Embedded Framework (CEF).

To Do

  • better handling of resizing window
  • send mouse and keyboard events to browser
  • implement javascript callbacks

Notes

  • libcef.so exceeds Github's file size limit so not included in repo.
  • current example made for Arch Linux with OpenGL version 3.3
  • write usage instructions
  • add cegui_path setting rather than using hardcoded paths

License

Creative Commons Attribution 4.0 International

About

OpenGL GUI using Chromium Embedded Framework (CEF)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages