What games will be inspired by the new movie Tron Legacy?!


Submitted by Vincent_DeCampo on Wed, 12/02/2009 - 21:05.

Community Forums are Open!

The community forums are now open. Come on in and post your comments, questions, suggestions, or problems with any of my programs. Or just come on in and say hello! Access the forums from the left menu, or click here.

Submitted by Vincent_DeCampo on Tue, 09/01/2009 - 14:08.

KwikBASIC Interpreter for Windows/Linux


I am currently working on a pet project to build an interpreted version of BASIC.

Check it out here...

Submitted by Vincent_DeCampo on Mon, 08/10/2009 - 15:20.

Nascent World Engine


For Windows and Linux.

My latest project is a tile map engine for creating mainly RPG games but can be adapted for other types.

Check it out!

Submitted by Vincent_DeCampo on Fri, 07/03/2009 - 12:39.

FreeBasic / FBEdit Installer Bundle

Now there is an easy way to install a complete FreeBASIC development environment.

Click here to check it out!

Submitted by Vincent_DeCampo on Sun, 06/21/2009 - 19:44.

Screen2AVI Library for FreeBASIC

I have been doing lots of work with AVIs in the last couple of weeks and I thought it would be cool to create a simple way to generate an AVI movie from your FreeBASIC screen. With less than 10 lines of code, you should be able to integrate this into most apps.

The project is open source and you can download it here...
ScreenToAVI Library (Win32 93Kb) Source and Examples

Enjoy!
-Vince

Submitted by Vincent_DeCampo on Thu, 03/05/2009 - 00:01.

ciw1973's Space Invaders competion

I decided to post my entry from ciw1973's Space Invaders competion. This little game was created in two weeks and although it didn't win, I was proud of my effort. I also include the source code for those who would like to see what's under the hood! :)

Vandris Escape

Submitted by Vincent_DeCampo on Sat, 02/21/2009 - 15:57.

KwikGUI passes 500 downloads!

I am very pleased with the download count for my KwikGUI library. I hope it is making life easier developing GUI apps in FreeBASIC. I would love to hear your comments/suggestions on the Forums here or at FreeBASIC.net!

Happy New Year!

Submitted by Vincent_DeCampo on Wed, 12/31/2008 - 04:39.

AVI Reader Object for FreeBASIC (Win32)

This is a new project I've been working on to read and display frames from an AVI file. It does video only for now but I am planning to add sound support in the future.

Download the source code here.

Change this line in the AVItest.bas file...

Dim AVIR As _AVI_READER = _AVI_READER("myavifile.avi")

Change "myavifile.avi" to the name of the AVI file you want to read.

Have Fun!

Submitted by Vincent_DeCampo on Fri, 11/28/2008 - 00:29.

KwikGUI - FreeBASIC GUI Library

Check out my latest project for FreeBASIC, KwikGUI. KwikGUI makes it easy (and Kwik!) to add user interface control to your FreeBASIC application. Click on the Projects menu to get more information.

Submitted by Vincent_DeCampo on Sun, 09/28/2008 - 16:46.