cegui icon indicating copy to clipboard operation
cegui copied to clipboard

Crazy Eddie's GUI library is a versatile, fast, adjustable, multi-platform, C++ library for creating graphical user interfaces for games and rendering applications

Results 125 cegui issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/30859196/193421768-42b56ae2-6e36-46c8-bf44-9078c39a1542.png)

When trying to build with Ogre 14, I get the following error: > cegui/src/RendererModules/Ogre/Renderer.cpp:651:53: error: ‘class Ogre::Camera’ has no member named ‘getProjectionMatrixRS’; did you mean ‘getProjectionMatrix’? `getProjectionMatrixRS` was listed as...

Hi, I am using ogre-sdk-v13.6.5-msvc141-x64, CEGUI-0.8.7, and Windows11. Cause I want to build an OGRE application with UI from CEGUI. I have downloaded the CEGUI dependencies and built both the...

I used CMake and VS2022 to build the latest version of CEGUI (and its dependencies). Everything seemed to be in order, and I checked to make sure that CEGUI_SAMPLE_ENABLED and...

Steps: 1. run the sample browser 2. chose WidgetSample 3. change skin to TaharezLook 4. select Combobox in WidgetSelector 5. expand the combobox (drop list is showed) 6. press 2x...

when I try to build the library I get a lot of errors: Severity Code Description Project File Line Suppression State Error C2143 syntax error: missing ';' before '{' (compiling...

Please default to CXX_STANDARD 17 on cegui/cmake/CEGUIMacros.cmake instead of 14.

I'm trying to build the master branch. The build almost failed immediately: ``` $ ninja [1/253] Building CXX object cegui/src/CMakeFiles/CEGUIBase-9999.dir/Animation_xmlHandler.cpp.obj [2/253] Building CXX object cegui/src/CMakeFiles/CEGUIBase-9999.dir/AnimationInstance.cpp.obj FAILED: cegui/src/CMakeFiles/CEGUIBase-9999.dir/AnimationInstance.cpp.obj C:\msys64\mingw64\bin\c++.exe -DCEGUIBASE_EXPORTS -DNOMINMAX...