Mandelbrot Fractal Demo

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Mandelbrot Fractal Demo

Post by sio2 »

I've posted another demo on my website: http://sio2.g0dsoft.com

Image

Readme from the demo:
Mandelbrot Fractal Demo for Irrlicht 3D Engine
==============================================

Email : sio2 'at' users.sourceforge.net
Website : http://sio2.g0dsoft.com

This demo is an implementation of the Mandelbrot Fractal using hardware shaders (Pixel Shader 3.0 required).

The demo can run in one of two modes: in Automatic mode the camera automatically moves/zooms between four interesting points in the fractal, in Manual mode the user can move the camera and zoom in/out manually. The modes are switched between via the Space bar. When zooming in manually the user can alter the focus in order to bring out detail that may otherwise not be visible.

License
=======
Mandelbrot Fractal Demo
Copyright (C) 2007 Keith Harrison

This software is provided 'as-is', without any express or implied
warranty. In no event will the author be held liable for any damages
arising from the use of this software.

Usage
=====
Space bar switches between Automatic and Manual mode.
Cursor keys to move camera (left/right/up/down).
PageUp/PageDown zooms in/out.
Home/End alters resolution (focus).
Alt-F4 or Escape key to exit.

Requirements
============
Drivers:
Latest DirectX 9.0b drivers [www.microsoft.com/directx],
Latest DirectX9 drivers for your graphics hardware [from your HW vendor].

Graphics hardware with:
Vertex Shader 3.0 support, or better
Pixel Shader 3.0 support, or better.

Credits
=======
1. Note: The Irrlicht 3D Engine is based in part on the work of the Independent JPEG Group, the zlib, and libpng.
2. The file "fontlucida.png" is from the Irrlicht SDK.
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

Sio2 you always release the greatest eyecandy :P
I wish my card supported shaders T_T
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

:evil: If I try any of your downloads, I always get this:

Code: Select all

This file doesn't belong to the site you came from

Please e-mail the webmaster of the site you came from and tell him:
NOT TO LEECH OTHER SITES LINKS!!

Definition of a Leecher: One who is to lazy to link from his own server or steals other peoples hard work and makes it look like his own

Your IP address has been logged.
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

now here is an interesting demo.
unfortunatly I can't view it.
still at shader version 1.2 or 2.0 not sure.

of which I downloaded fine btw and all the others.
sry acki try a proxy?
or maybe turn proxy off?
maybe your ISP acts as a proxy?
idk good luck bro.
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

mine only support 2.0. is there any demo video for us to see? :P
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

Virion wrote:mine only support 2.0. is there any demo video for us to see? :P
The video is a good idea. I'll look into it (probably get Fraps).

I tried PS2.0 (and PS2.0a and PS2.0b) and the HLSL compiler just freaked out over it.
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

Acki wrote::evil: If I try any of your downloads, I always get this:

Code: Select all

This file doesn't belong to the site you came from

Please e-mail the webmaster of the site you came from and tell him:
NOT TO LEECH OTHER SITES LINKS!!

Definition of a Leecher: One who is to lazy to link from his own server or steals other peoples hard work and makes it look like his own

Your IP address has been logged.
Xoops has a "leach guard" to stop people linking to my demos - you have to go to my site and get them. If someone goes to my site and clicks on a demo and it says "leech" then I guess it must be as Midnight says. :wink:

There's been near 5000 downloads and this is the first I've heard of this. I'll look into it.
bami
Posts: 20
Joined: Fri Apr 08, 2005 4:11 pm
Contact:

Post by bami »

Those leech guards check the referral adress sent by your browser, you either have a firewall or anti-virus program emptying your referral string, or you have an incompatible browser. (Or you're trying to save-as, and if you don't, try using save-as).
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Ahh, I got it, of course I'm using a fire wall !!! :oops:
So you all don't use one ?!?!? :shock:
Pretty carelessly... :roll:

And sorry, but I really hate sites where I have to deactivate my fire wall !!! :(
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

Acki wrote:Ahh, I got it, of course I'm using a fire wall !!! :oops:
So you all don't use one ?!?!? :shock:
Pretty carelessly... :roll:

And sorry, but I really hate sites where I have to deactivate my fire wall !!! :(
I have a hardware firewall and I have no problems.

You're with the same host as me, too. Do you have any problems getting at your own stuff?
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

sio2 wrote:You're with the same host as me, too. Do you have any problems getting at your own stuff?
No, but everything on my page was made by my self, so I have no "leach guard" !!! ;)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply