OctaneGUI icon indicating copy to clipboard operation
OctaneGUI copied to clipboard

OctaneGUI is a renderer agnostic multi-window multi-platform UI library for C++.

Results 4 OctaneGUI issues
Sort by recently updated
recently updated
newest added

Provide the option to use the GLFW library as the frontend interface. It is an open source, multi-platform library that supports OpenGL, OpenGL ES, and Vulkan. [Website](https://www.glfw.org/)

The minimize button on the window's title bar is always visible even if ```Window::CanMinimize``` is set to false. Hiding this button is implemented on Windows and Mac platforms. This may...

I use the linux OS (archlinux x86_64) with the GCC compiler: -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 Desired windowing library:...

- Remove redundant std::move in TextInput::AddText to fix -Werror=redundant-move - Add missing #include in TestSuite.h for uint32_t type - Fixes #16: Compilation error GNU 13.2.1 These changes maintain backwards compatibility...