View RSS Feed

Uncategorized

Entries with no category

  1. Project Prometheus Kicks off...

    As a few will know, I am starting a new set of units for better user friendliness, called the Prometheus Project (thanks for the great name WILL). Just thought, I' get some opinions on how easy you would say this looks to understand as a newbie. Code below of the first demo program of getting an image up on the screen with transparency enabled:

    Code:
    program PromVTest;
    
    uses
    	Prometheus_Vid,
    	sdl;
    
    var
    	Image: pSdl_Surface;
    ...
    Tags: prometheus Add / Edit Tags
    Categories
    Uncategorized
  2. The new units for beginners

    As I last posted, I was considering making a set of units for newbie programmers based on sdl and possibly bassfpc. I can now say that I have just started some work on the units, and have decided to go with the following structure:

    Data - Access to variable types and etc...
    Video - Image loading, drawing, rotations and etc...
    Audio - Audio loading, playing, looping, stopping, pausing and etc...

    Is there anything missing from this? Probably. If you use ...
    Categories
    Uncategorized
  3. New Units for Newbies?

    I'm considering making a set of units to manage images and audio along with rotations and a small script engine in pascal aimed at newbies so that they can get to grips with designing programs with SDL. For the audio I would plan to use the BassFPC library, although proprietary, it is free as long as you dont make a profit. Any ideas as to whether any of you would think this a good idea?

    The reason I came up with this is I just remembered how I started out, and what a mess it was, ...
    Categories
    Uncategorized
  4. WAAT? I get a bloooog too?

    Ok, so now I get a blog too? You PGD guys planning on replacing everything and taking control of the world? Maybe I dont need facebook or wordpress anymore. WAAAAAAAAAAAAAAA
    Categories
    Uncategorized
Page 9 of 9 FirstFirst ... 789