Search found 7 matches
- Thu Jun 09, 2005 16:51
- Forum: CEGUI Library Development Discussion
- Topic: NeL Renderer for CEGUI
- Replies: 9
- Views: 9773
Re: NeL Renderer for CEGUI
I hadn't heard back from you in awhile so I thought I'd see how things were going, see if I could get a feel for when you'd want to merge my code in.
- Sat May 14, 2005 11:25
- Forum: CEGUI Library Development Discussion
- Topic: NeL Renderer for CEGUI
- Replies: 9
- Views: 9773
Re: NeL Renderer for CEGUI
This sounds fine to me. It'd work for me in it's current state - but I'm aware of the complications in providing me access to specific trees like that. I'll work around what ever you decide.
- Thu May 12, 2005 16:02
- Forum: CEGUI Library Development Discussion
- Topic: NeL Renderer for CEGUI
- Replies: 9
- Views: 9773
NeL Renderer for CEGUI
I've been seperately maintaining a renderer for the NeL Engine to drive CEGUI. You can see our current page for it at our website . Our group has decided that it might be better if merged out renderer into CEGUI's CVS rather than maintaining our own. Two issues stand out though - we're currently lic...
- Fri Apr 01, 2005 19:11
- Forum: Offtopic Discussion
- Topic: How does CEGUI affect performance/framerate?
- Replies: 4
- Views: 4666
Re: How does CEGUI affect performance/framerate?
We had a considerable framerate hit when we first started developing our driver. We took quads as they were sent to us and rendered them to the screen. When, like CE says, you resized or moved a window it would re-queue and re-draw the screen. We were seeing sometimes as much as a 50% hit. Turns out...
- Fri Apr 01, 2005 18:56
- Forum: Offtopic Discussion
- Topic: CEGUI Future Direction
- Replies: 31
- Views: 24538
Re: CEGUI Future Direction
I have to say that I'm sad to see CE leave. Writing the NeL driver changed the whole development dynamic of our project. I had a whole new respect for CE after enduring 6 mos of being a one-man GUI toolkit coder. It's not an easy job or a glamorous one. Nor is it often you get it as right as CEGUI i...
- Tue Mar 15, 2005 18:35
- Forum: Modifications / Integrations / Customisations
- Topic: Customizing CEGUI
- Replies: 5
- Views: 3570
Re: Customizing CEGUI
I'll look into doing this after the next version release of the NeLRenderer. It'll be a useful feature for us. I'll look at the System ctor and the logging classes and post here later with some ideas of my own.
- Mon Mar 14, 2005 15:28
- Forum: Modifications / Integrations / Customisations
- Topic: Customizing CEGUI
- Replies: 5
- Views: 3570
Customizing CEGUI
Is there a way to overload the CEGUI logging system and have it implement a user specified logging system? I'd like to write a logging redirector to consolidate logging in the NeLRenderer to only the NeL-based logging system but am unsure of how to proceed with the CEGUI side. Any advice before I bl...