Two huge begginner level tutorials by me(for GFXlib).

New to FreeBASIC? Post your questions here.
Post Reply
Lachie Dazdarian
Posts: 2338
Joined: May 31, 2005 9:59
Location: Croatia
Contact:

Two huge begginner level tutorials by me(for GFXlib).

Post by Lachie Dazdarian »

The first tutorial was published in QB Express #19 and the second one should appear in issue #20. I discovered few mistakes in both of them which are fixed now.

If you are a newbie this should get you starting.

Lesson #1: Download Lachie_GFXlib_Tutorial_1.zip
Lesson #2: Download Lachie_GFXlib_Tutorial_2.zip

If you have a site feel free to leach these files or to upload them on your site. Sorry for the links only. I'm still unable to update my articles site. I hate when firewalls work against me. :P

If you are wondering about mistakes the biggest one was in the first lesson where I incorrectly gave instructions about using 24 bit graphics in GFXlib. I said you can't get transparency with sprites saved in 24 bit mode in a GFXlib program that uses 24 or 32 bit screen color depth. I realized later that this was caused by my incorrect way of converting 8 bit graphics to 24 bit color depth mode. In the second it was only one word but kinda important(I refered to a variable with an incorrect name). And several nitpicks(of course)
SSC
Posts: 319
Joined: May 29, 2005 4:47
Location: Around
Contact:

Post by SSC »

Another good resource to give a friend of mine thats starting to code ^^
tunginobi
Posts: 655
Joined: Jan 10, 2006 0:44
Contact:

Post by tunginobi »

You could contact Pete with the corrections. Maybe he could put it in a small section of its own, notifying ongoing readers of the changes.
Post Reply