Qbasicnews.com

Full Version: yagl - yet another game lib
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Quote:It seemed a bit buggy. The girl sprite was upside down, and the white (ffffff) portions of her face were replaced with "transparent" (255, 0, 255). I don't know if that was deliberate, but it looked wierd.
It's a problem with the unfinished TGA loader..
ya i'm still waiting for drv's decoders. i wouldn't call it buggy though :p except for the upside down thing everything works correctly, the transparanet face was done on purpose for identification reasongs :p thx for testing
They'll be done... someday... :-?
well i'm now really nearly done with yagl hehe. i just finished the opengl backend and it pretty much rocks. i have not done a lot of optimizations to it yet except for one so i can probably boost performance on that part too.

http://ratatoskr.dragonhill.cc/public/pr...ackend.rar

it's the test program i wrote to test the functionality of the backend ( not a real test case mind you ) that will give me fps etc. just execute it frmo the command line and you'll get the fps ( not the stuff shown in the titlebar is not the fps )

the only thing left are fonts in gl mode and unification of the two keyboard handler backends ( that is converting yagl keycodes to the respective fbgfx and glfw keyboard handler codes ). if i finished that i'm pretty much done and can start writting docs and tutorials. after that i might consider writting a c-wrapper so it is accesable to fb/c/whatnot users too if there's enough interest.

if you test teh above i'd appreciate giving me your machine specs and the fps you got thx in advance
i know i'm annoying. i just finished yagl a couple of hours ago, so font support in glmode is in there now too. i also made a new benchmark that is a lot more accurate and show's pretty promising results

http://ratatoskr.dragonhill.cc/public/pr...ebench.rar

please test that and give me your machine specs + the fps. you have to start it from console
the program went to a black screen then did nothing, i left it about 10 minutes tried some keys and nothing happened

XP SP2
4Mb On Board Video
the bench is a stress test, it's been tested on a riva tnt already and it took a fucking huge amount of time. you need an opengl enabled card to make full use of yagl. so in short, your card is to old i'm sorry. in case of doubt, there should be a file called yagl.log maybe there's been an error. shoudl be reported in the log file
Pages: 1 2 3 4