Horde3D http://horde3d.org/forums/ |
|
New year refactor http://horde3d.org/forums/viewtopic.php?f=1&t=1063 |
Page 1 of 1 |
Author: | zoombapup [ 31.12.2009, 13:29 ] |
Post subject: | New year refactor |
Well, its that time again. New Year is almost upon us and unfortunately its come to the point where I have to refactor my codebase a bit. I've been using SFML for the window because I thought it might offer more in terms of font rendering. Turns out that was mistaken, the font rendering in SFML feels horribly slow. Plus the overhead in terms of SFML state management seems a bit harsh too. So, I'm going back to using GLFW, which certainly isnt going to be such a big hassle, but its not work anyone would actually WANT to do ![]() Yet again, I've got to map the appropraite input events to the appropriate input controller methods. Bah and double bah. Ah well, at least it will reduce the size of the codebase a fair bit I dare say. Wish me luck! BTW: Next year, will show off some mocap based animation stuff. We will also demo some proxemic behaviour prototypes. |
Author: | Siavash [ 31.12.2009, 16:22 ] |
Post subject: | Re: New year refactor |
zoombapup wrote: I've been using SFML for the window because I thought it might offer more in terms of font rendering. Turns out that was mistaken, the font rendering in SFML feels horribly slow. Hi, unfortunately loading external fonts makes it a bit slower but there is no issue with default arial font. BTW, texts are much more clear and readable in SFML.Good luck and have a good year ![]() |
Author: | marciano [ 01.01.2010, 21:56 ] |
Post subject: | Re: New year refactor |
Hehe, good luck with switching to GLFW, that should really not be too hard ![]() Regarding font rendering: our default font rendering is currently stretching the characters so that they cover the same percentage of the screen, independent of the resolution. However, it would be easy to make them "pixel-perfect" (a huger resolution means more text per line can be displayed) and hence a bit crisper as well (no stretching artefacts). zoombapup wrote: BTW: Next year, will show off some mocap based animation stuff. We will also demo some proxemic behaviour prototypes. That sounds great! Do you think you will have a huge amount of frames? Because then some simple animation compression in ColladaConv (frame, channel omission or basic quantization) could make sense. |
Author: | zoombapup [ 09.01.2010, 22:06 ] |
Post subject: | Re: New year refactor |
Yeah, I think we'll have a fair bit of data. I'm doing some stuff procedurally (gaze) but want to do an overall body movement once the gaze reaches its limits. For instance when the head turns to look at a new person who is behind, you get the head moves first, then the upper body then the torso and lower trunk turn around to plan the feet in the right places. Then do a bunch of those for different amounts of turn. I guess its a bit like the animation stuff from NBA 08. Lots to do. I'll take a look at collada conv. Phil. |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |