Search found 9 matches

by jammin
Thu Nov 27, 2003 12:12 am
Forum: Announcement
Topic: OpenGL and Textures
Replies: 0
Views: 1290

OpenGL and Textures

Hi,

there´s a new demo on my site that shows how you can use the buildin
imageplugins from purebasic for textureloading.
now you can use easy all supported formats from the imageplugins
with opengl and make many many games :)
by jammin
Fri Aug 08, 2003 12:54 am
Forum: Announcement
Topic: render to texture
Replies: 0
Views: 1604

render to texture

hi,

i played with the render to texture function in opengl
and programmed a little (18kB,uncompressed,unoptimized)
graphic demo.

http://mitglied.lycos.de/Graphicfreak/
by jammin
Wed Jul 30, 2003 9:05 pm
Forum: Announcement
Topic: Inside the cube
Replies: 2
Views: 2356

cool demos..
I like the tentacle the best and
motion blure next.

I see your site has a page for
source code and a page
for tutorials.

Are you going to be
posting things for us to
learn from?

Thanks.

Joe


i like demos and intros so much that i decided to try and do my own
demo´s. i will ...
by jammin
Wed Jul 30, 2003 7:15 pm
Forum: Announcement
Topic: Inside the cube
Replies: 2
Views: 2356

Inside the cube

Hi all,

there´s a new little demo (78 kb) coded with PureBasic and OpenGL on my site.
In the background you look into a rotating textured cube and in the foreground you see a transparent text blending in and out.
The textures are included 24 bit BMP´s to the *.exe
Thx to traumatic for his ...
by jammin
Fri Jul 25, 2003 9:27 pm
Forum: Announcement
Topic: Tentacle Demo
Replies: 5
Views: 3149

Num3 wrote:I've found the bug!

It's seems i'm unable to download your files!
Always gives an error :P

And if i use a download manager it downloads the html page from the error report :cry:

Left click on the picture and the download should begin.
by jammin
Thu Jul 24, 2003 11:59 pm
Forum: Announcement
Topic: Tentacle Demo
Replies: 5
Views: 3149

Tentacle Demo

Hi,

the tentacle demo is a new little opengl demo made with purebasic.

http://mitglied.lycos.de/Graphicfreak/
by jammin
Tue Jul 22, 2003 9:36 pm
Forum: Announcement
Topic: MotionBlur Demo
Replies: 7
Views: 4057


; OpenGL Motion Blur Demo
; Ported from Delphi to Purebasic by jammin
;
;
; Based on OpenGL Demo by Phil Freeman
;
;
;

IncludeFile "OpenGL.pbi"

Procedure Rendercube(Size.f)


glBegin_(#GL_QUADS);

glNormal3f_( -1.0, 0.0, 0.0);
glVertex3f_( Size, -Size, -Size);
glVertex3f_( Size, Size, -Size ...
by jammin
Mon Jul 21, 2003 10:00 pm
Forum: Announcement
Topic: MotionBlur Demo
Replies: 7
Views: 4057

I´m working with Win98,sorry.

Somebody here with the same problem ?
by jammin
Mon Jul 21, 2003 10:32 am
Forum: Announcement
Topic: MotionBlur Demo
Replies: 7
Views: 4057

MotionBlur Demo

Hi guys,

here is my first little OpenGL Demo.
Ported from Phil Freeman´s Delphi Demo.

Original Delphi .exe size is over 200 kb.
Purebasic .exe size is under 12 kb :D

http://mitglied.lycos.de/Graphicfreak/

regards jammin