Showing posts with label freebasic. Show all posts
Showing posts with label freebasic. Show all posts

Sunday, 12 April 2009

Global Variables in FreeBASIC

Interesting & lengthy thread here on the FreeBASIC forum about Global Variables & Object Oriented Programming.

Tuesday, 17 February 2009

Greyscale Conversion

Here are a few useful links which describe in detail how to convert a colour image to a greyscale image.

  • Conversion routine on Lodes site here.
  • Routine on the FreeBASIC forum here.
  • How the Gimp converts colour to greyscale here.
  • Routine on the Basic4GL forum here.




Powered by ScribeFire.

Thursday, 18 December 2008

DBF-Interactive Links

Useful DBF-Interactive links...
  • Libraries & Include files available here.
  • Dutch Colourz demo available here.
  • Some demo productions, here.
  • C0D1G0 demo available here.

Wednesday, 17 December 2008

Retro-Remakes

Is a site where you can download a lot of intro & demo remakes from the Amiga era. The remakes are written in FreeBASIC, ASM & C#, the site can be found here.

Saturday, 22 November 2008

FreeBasic in Ubuntu Linux

Trouble using FreeBasic in Ubuntu? Make sure you've got the following installed.

sudo aptitude install build-essential libc6-dev libncurses-dev libgpmg1-dev libx11-dev libxpm-dev libxrandr-dev libglitz-glx1-dev

Check out this page on my Wikispace for more info.

Monday, 13 October 2008

FreeBASIC in OpenSUSE

There is an excellent guide for installing FreeBASIC in OpenSUSE here. I followed it & within 5 minutes I had compiled & run a FreeBASIC program in Geany.

Saturday, 6 September 2008

RadASM, FbEdit & ResEd

RadASM is an IDE for Assembly programming, FbEdit is an IDE for FreeBASIC & ResEd is a visual resource editor for FreeBasic & C programmers. They can all be downloaded from here.

Wednesday, 16 July 2008

OpenGL 2D Library for FreeBASIC

Nice 2D library for FreeBASIC can be found here. More information can be found in issue 26 of the QBASIC magazine.

Thursday, 3 July 2008

FreeBASIC

I've been using FreeBASIC for some years now; it's a compiled version of BASIC which has support for a lot of libraries such as OpenGL, GLUT etc.

In order to use it efficiently you'll also need to download a Code Editor (IDE) to type your code into. I use FBIde but there are others like FbEdit & JellyFB Editor.