Does somebody have good tutorials for FB?

The forum for all of your Freebasic needs!

Moderators: Pete, Mods

Post Reply
User avatar
Codemss
Veteran
Posts: 124
Joined: Sun Jun 24, 2007 6:49 am
Location: Utrecht, The Netherlands
Contact:

Does somebody have good tutorials for FB?

Post by Codemss »

Does somebody have good tutorials for FB? I already have FB, but I don't know all of it's new things. I searched for FB tutorials, but I found mostly the tutorials that are meant to learn FB from scratch. I, however, have alreay a background in programming in QB, but don't know the possibilities and tricks of FB, so it would be nice if someone has a tutorial on FB new things, and then especially it's new graphical functions and such.

EDIT: I see know that I post this actually in the wrong section. Aah, whatever...
Last edited by Codemss on Mon Oct 22, 2007 3:58 pm, edited 1 time in total.
Check out my site: <a href="http://members.lycos.nl/rubynl">Click here</a>
Hope you like it. Send some feedback if you want: <a href="mailto:basicallybest@live.nl">Mail me</a>
Codemss, before known as RubyNL
Lachie Dazdarian
Veteran
Posts: 202
Joined: Mon Aug 30, 2004 6:18 am
Location: Croatia
Contact:

Post by Lachie Dazdarian »

I don't know if you know about my FB game design oriented dummy level tutorial: http://lachie.phatcode.net/Downloads/Ho ... Game_1.zip

It should provide a very good insight on how things are done differently in FB's built-in graphics library GFXlib 2, but I don't know what you mean with new things. GFXlib was mean to emulate QBasic's graphics statements providing, of course, all the benefits of 32-bit FB environment, like 32-bit color depth, translucency, all the memory you want, plus the built-in keyboard and mouse functions. You are also free to choose from any 32-bit sound library to add sound/music in your game. No enough for you? Well, if you want OpenGL I can't help you, but few tutorials should be present in few issues of QBE. I also can't help you with alternatives to GFXlib like SDL or Allegro, but I really don't think they are any better that GFXlib.

If you need pixel perfect collision for GFXlib. PNG loader, or sprite rotation/scaling routines, I can provide few links.

And never forget to check FB.net forum's Libraries section. You never know what you might find there.
Lachie Dazdarian - The Maker Of Stuff
User avatar
Mentat
Veteran
Posts: 409
Joined: Tue Aug 07, 2007 3:39 pm
Location: NC, US

Post by Mentat »

FreeBASIC has built in tutorials in the help section. Now that I've used FB, I don't think I can go back to QBASIC.
For any grievances posted above, I blame whoever is in charge . . .
User avatar
Codemss
Veteran
Posts: 124
Joined: Sun Jun 24, 2007 6:49 am
Location: Utrecht, The Netherlands
Contact:

Post by Codemss »

Lachie Dazdarian wrote:I don't know if you know about my FB game design oriented dummy level tutorial: http://lachie.phatcode.net/Downloads/Ho ... Game_1.zip
Thanks. I actually saw them already one time, but I din't thought about it. I glanced at it and it was indeed exactly what I'm searching for!
Mentat wrote:FreeBASIC has built in tutorials in the help section. Now that I've used FB, I don't think I can go back to QBASIC.
Ow. Didn't know that. I prefer however Lachie's tutorial, because of his writing style. Still thanks though, because the tutorials in the help file are still very good, especially if you want to know things about very specific things(commands for example).
Check out my site: <a href="http://members.lycos.nl/rubynl">Click here</a>
Hope you like it. Send some feedback if you want: <a href="mailto:basicallybest@live.nl">Mail me</a>
Codemss, before known as RubyNL
Post Reply