Search found 14 matches
- Sat Jul 16, 2016 20:17
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
Re: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
Thank you for the explanation.
- Sat Jul 16, 2016 15:09
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
Re: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
Can u plz b more specific about function names? I wasn't describing a specific problem. Just that my code calls Ogre::Root::renderOneFrame(), then Ogre calls my code in Ogre::FrameListener::frameRenderingQueued(evt) in which I call some Ogre functions. This isn't exactly the most comprehensible con...
- Fri Jul 15, 2016 20:03
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
Re: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
You shouldn't do "#define CEGUI_USE_OGRE_COMPOSITOR2". It's automatically done when necessary. I have tried to remove it and when I did it, nothing was changed. Good to know that it's good to be removed. "CEGUI::System::getSingleton().getDefaultGUIContext().isRenderingWindow()" ...
- Fri Jul 15, 2016 09:16
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
Re: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
No, my problem was just that I was trying to load an imageset with dimensions 1920x1080 as a loading screen instead of a square. It's all right now. I am bit trying to do any render to texture at the moment. To facilitate the work to others who have the same problems, here is what I did to start CEG...
- Fri Jul 15, 2016 06:46
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
Re: How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
Wow It works! Thanks!
It becomes visible when the update is inside frameRenderingQueued. I will add information how to set it up soon.
It becomes visible when the update is inside frameRenderingQueued. I will add information how to set it up soon.
- Thu Jul 14, 2016 11:06
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
Re: How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
As far as I know, CEGUI should work with Ogre 2.1, this guy has done the hard work . According to some topics, some people could get it working, but there is no example code so far. The samples can't compile, probably they were not updated to reflect the changes in the API of CEGUI's OgreRender. No ...
- Wed Jul 13, 2016 19:51
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
Re: How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
0.8.7, I didn't want to cause confusion so I tried a version I downloaded today from mercurial.
- Wed Jul 13, 2016 15:45
- Forum: Help
- Topic: [solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
- Replies: 19
- Views: 16238
[solved] How do I set up CEGUI on Ogre 2.1? Default GUI context isn't a rendering window?
Hello. I've been using CEGUI with Ogre 1.9 for some time, then I decided to upgrade to Ogre 2.1 and the API to set up CEGUI changed. I have found somewhere how to to get it working, it allowed me to compile the program but I could not test it right afterwards. When I finally could test it, I realise...
- Mon Apr 20, 2015 15:16
- Forum: Help
- Topic: [Solved] Linux CMake can't find CEGUI, no matter what I try
- Replies: 11
- Views: 16194
Re: [Solved] Linux CMake can't find CEGUI, no matter what I
Ah, I didn't get it. I thought that it will just try to link anything linkable defined. I see it now. That -LA trick will be very handy in the future. Thanks.
- Mon Apr 20, 2015 10:41
- Forum: Help
- Topic: [Solved] Linux CMake can't find CEGUI, no matter what I try
- Replies: 11
- Views: 16194
Re: Linux CMake can't find CEGUI, no matter what I try
Ehm, that's quite a dirty solution. Like placing the library into the same folder as the executable and adding links exactly to that file. However, it led me to the solution I was looking for. I was trying to google how to add that to the CMakeLists.txt file, and I found a way to print all defined v...
- Sun Apr 19, 2015 12:39
- Forum: Help
- Topic: [Solved] Linux CMake can't find CEGUI, no matter what I try
- Replies: 11
- Views: 16194
Re: Linux CMake can't find CEGUI, no matter what I try
Good to know that. Thanks. But what do I use as argument for target_link_libraries without seeing linker errors? I guessed that $(CEGUI_LIBRARIES) should be there, but I could not find anything for ceguiogre. I tried $(CEGUI_OGRE_RENDERER_LIBRARIES), ${CEGUI_RENDERER_OGRE_LIBRARIES}, ${CEGUI_OGRE_LI...
- Sat Apr 18, 2015 21:14
- Forum: Help
- Topic: [Solved] Linux CMake can't find CEGUI, no matter what I try
- Replies: 11
- Views: 16194
Re: Linux CMake can't find CEGUI, no matter what I try
Thanks for the reply. That file seems to do the trick for CEGUI, but not for CEGUIOGRE. I assumed that the file checks for that too and the script parts looking for CEGUIOGRE separately are unneeded, but it results in linker errors without them. This is the new error: By not providing "FindCEGU...
- Sat Apr 18, 2015 19:49
- Forum: Help
- Topic: [Solved] Linux CMake can't find CEGUI, no matter what I try
- Replies: 11
- Views: 16194
Re: Linux CMake can't find CEGUI, no matter what I try
Thanks for the reply. It was in the first link (http://www.axelschumacher.fr/218/link-ogre-with-cegui-ogre-basic-tutorial-7-using-cmake/), but as I see, it's better to post it all here. The file is: INCLUDE(DetermineVersion) INCLUDE(FindPackageHandleAdvancedArgs) INCLUDE(HandleLibraryTypes) FIND_PAT...
- Fri Apr 17, 2015 21:04
- Forum: Help
- Topic: [Solved] Linux CMake can't find CEGUI, no matter what I try
- Replies: 11
- Views: 16194
[Solved] Linux CMake can't find CEGUI, no matter what I try
Hello, I wanted to use CEGUI with my ogre-based program, but I could not get CMake to find it. I have found several solutions via google on these forums and also elsewhere, but neither of them worked, CMake was still failing to find it (the errors varied). The one that was closest to success was at ...