Search found 9 matches
- Wed Dec 10, 2008 07:17
- Forum: Help
- Topic: about the teste.cpp example
- Replies: 1
- Views: 1982
about the teste.cpp example
the example teste.cpp on wiki doesn't work at all. I got a black window. here CEGUI.log [cocobear@cocobear ~]$ cat CEGUI.log 10/12/2008 15:15:53 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 10/12/2008 15:15:53 (Std) + Crazy Eddie's GUI System - Event log + 10...
- Wed Nov 19, 2008 02:38
- Forum: Offtopic Discussion
- Topic: SDL renderer
- Replies: 3
- Views: 5739
- Tue Nov 18, 2008 05:07
- Forum: Offtopic Discussion
- Topic: SDL renderer
- Replies: 3
- Views: 5739
SDL renderer
Can SDL as renderer for CEGUI now?
I saw http://www.cegui.org.uk/phpBB2/viewtopi ... umpost4123
talk about it, but I can't get any code or image.
It is years ago, I wonder is it possible now?
Anyone can show me the code above thread mentioned?
I saw http://www.cegui.org.uk/phpBB2/viewtopi ... umpost4123
talk about it, but I can't get any code or image.
It is years ago, I wonder is it possible now?
Anyone can show me the code above thread mentioned?
- Mon Nov 17, 2008 05:21
- Forum: Offtopic Discussion
- Topic: Building an SDL renderer
- Replies: 17
- Views: 23033
- Mon Nov 17, 2008 01:56
- Forum: Help
- Topic: How to use Samples
- Replies: 8
- Views: 5708
Hi, I'm glad you have it working :) A note about GLEW. While there is mention in the config.log that the glew library was not found, in those instances CEGUI will revert to using an internal copy of the library. We have both options available for flexibility (obviously in your case the distro provi...
- Fri Nov 14, 2008 08:16
- Forum: Help
- Topic: How to use Samples
- Replies: 8
- Views: 5708
Hi, Thanks for posting the log, it's really helpful :) It seems the glut library / package is missing. This is not required for CEGUI itself, but is required for the samples. HTH CE. I install freeglut-devel-2.4.0-14.fc9.x86_64 freeglut-2.4.0-14.fc9.x86_64 glew-1.5.0-2.fc9.x86_64 glew-devel-1.5.0-2...
- Fri Nov 14, 2008 02:10
- Forum: Help
- Topic: How to use Samples
- Replies: 8
- Views: 5708
[cocobear@cocobear CEGUI-0.6.1]$ rpm -qa | grep mesa mesa-libGLU-devel-7.0.1-7.fc8.x86_64 mesa-libGL-7.0.1-7.fc8.x86_64 mesa-libGLU-7.0.1-7.fc8.i386 mesa-libGLU-7.0.1-7.fc8.x86_64 mesa-libGL-7.0.1-7.fc8.i386 mesa-libGL-devel-7.0.1-7.fc8.x86_64 This file contains any messages produced by compilers wh...
- Thu Nov 13, 2008 01:49
- Forum: Help
- Topic: How to use Samples
- Replies: 8
- Views: 5708
Hi, and welcome :) Which OS / platform are you using? It appears that no supported rendering libraries or engines were detected by the configure step. What was the configure script results summary? If that's not enlightening, can you post the config.log. Also note that to get the samples to run you...
- Wed Nov 12, 2008 08:28
- Forum: Help
- Topic: How to use Samples
- Replies: 8
- Views: 5708
How to use Samples
I compile CEGUI from source code
then I type make in CEGUI-0.6.1/Samples/common
then type make in Demo7/src
[cocobear@cocobear src]$ ./Demo7
-- CEGUI Sample Application Framework --
Please select a renderer:
Oops! There are no renderer modules available, check your config!
then I type make in CEGUI-0.6.1/Samples/common
then type make in Demo7/src
[cocobear@cocobear src]$ ./Demo7
-- CEGUI Sample Application Framework --
Please select a renderer:
Oops! There are no renderer modules available, check your config!