Logo by chaos_crystal - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit us on facebook
 
*
Welcome, Guest. Please login or register. April 20, 2024, 01:38:02 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1] 2 3   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Janus Fractal v1.111 - Freeware fractal application  (Read 49104 times)
0 Members and 1 Guest are viewing this topic.
eNZedBlue
Guest
« on: February 09, 2008, 02:22:58 PM »

Hi all,

I've written a simple fractal program as a hobby project, and I'm releasing it as freeware. The program is called "Janus Fractal", and it lets you create Iterated Function System fractals and manipulate them interactively. It uses a texture feedback algorithm: each frame, it renders the fractal to a bitmap image in memory, and then the next frame it uses a copy of the previous frame as input for that one, scaling it down, applying rotations and other transformations and so on. It's all done with software rendering, no 3D hardware acceleration for the time being.

There are 6 fractal types implemented: Julia fractals (these are not IFS fractals, but you can render them with texture feedback, so I threw them in), Tree fractals, Spirals, "n-around-1" fractals, L- Systems and 3D IFS fractals.

You can load various pre-made fractals using "File->Quick Load Fractal", then use a combo-box and slider bar to edit fractal parameters, or drag blue "hotpoints" around to edit the fractal interactively. The type of fractal is selected from the "Transform (X)" menu and the various components of the fractal motif are selected from "Generator (Y)". Rendering options (colouring, blur, HDR etc) are in the Options menu. Help -> Show Keymappings shows keyboard shortcuts.

There is an HTML manual that comes with it that you can pull up from the Help menu (or open it from the Manual folder).

Here are some links to download it (for Windows only at the moment):

Janus Fractal v1.111 (.rar file): http://www.megaupload.com/?d=SU2HM0QQ
(3.32 Mb)

Janus Fractal v1.111 (.zip file): http://www.megaupload.com/?d=WX2NLNXV
(4.79 Mb)

This is the first release, at some point in the future I hope to add more features like zooming, more flexible L-System specification and so on.

Chris
Logged
Sockratease
Global Moderator
Fractal Senior
******
Posts: 3181



« Reply #1 on: February 09, 2008, 10:36:22 PM »

You know me...  Always a sucker for a fractal generator what plays with images!

I need time to fine tune an effort, but here is why you REALLY should consider building an animation (or batch processing?) feature into this fun little toy:



BIG Version:  http://i106.photobucket.com/albums/m278/sockratease/januslissa.gif

Lots to explore in this program.  Thanks for sharing! 

I'll try to post a regular fractal from it later...  But I just can't help playing with images - call it a fetish.
Logged

Life is complex - It has real and imaginary components.

The All New Fractal Forums is now in Public Beta Testing! Visit FractalForums.org and check it out!
lycium
Fractal Supremo
*****
Posts: 1158



WWW
« Reply #2 on: February 09, 2008, 11:03:56 PM »

that's some really nifty software smiley the tree fractal is incredibly fun to play with, and is beautifully rendered - i'm using a geforce 8800gts with 16x antialiasing on, it's incredibly smooth and interactive.

gonna explore it some more now, just wanted to say gratz!
Logged

eNZedBlue
Guest
« Reply #3 on: February 10, 2008, 04:29:08 AM »

I need time to fine tune an effort, but here is why you REALLY should consider building an animation (or batch processing?) feature into this fun little toy:

<Quoted Image Removed>

BIG Version:  http://i106.photobucket.com/albums/m278/sockratease/januslissa.gif
Yes, I'm putting animations on my "to do" list for future versions. It will probably only support interpolating between the same fractal type. Nice animating gif smiley
Lots to explore in this program.  Thanks for sharing! 
You're welcome.
that's some really nifty software smiley the tree fractal is incredibly fun to play with, and is beautifully rendered - i'm using a geforce 8800gts with 16x antialiasing on, it's incredibly smooth and interactive.
At the moment it's not using any graphics hardware accelerator features, because I didn't want to have to worry about detecting what pixel shader version people had and all those headaches. It also uses a 16-bit palettized mode with a 24-bit palette (this makes it easier to have large pallettes for gradients for the Julias, and interpolate a single index value rather than RGB separately), but this isn't supported by graphics cards, so I convert via software to 24-bit 1024 x 1024 texture at the end. In the next version I'll probably make this an Open GL texture so I can use the graphics card to apply post-processing effects, but right now it's just copying the image to a Windows GDI bitmap to display it.
gonna explore it some more now, just wanted to say gratz!
No problem!
Logged
iteron
Guest
« Reply #4 on: April 20, 2008, 09:26:29 AM »

Nice software.
I like looking at the patterns created by the trees.

I can only use it once in a rare while because my computer is a Linux OS.

I suppose I could try setting it up with WINE but that sounds too complicated.

Anyway it's still a really nice program. thanks.
 
Logged
Stitches
Guest
« Reply #5 on: September 18, 2008, 03:12:59 AM »

I love this program (see avatar)!! Many thanks!!!! Can't wait to read the manual (book!) and figure it out some more!
Logged
Moi
Guest
« Reply #6 on: October 19, 2008, 09:46:35 PM »

virus safe  evil

Seriously, I am impressed by it's speed of drawing.
« Last Edit: October 19, 2008, 09:56:09 PM by Moi » Logged
owlspook
Forums Newbie
*
Posts: 6



« Reply #7 on: May 14, 2009, 05:46:36 AM »

oooeee just to let ya know I'm running Linux Mint (Debian-Ubuntu distro family) and all I had to to is unzip to my hard drive and open the program ... oooeee ... thank you a new toy (big smile) ... off to play a little (big smile)

so for all you linux users out there it works fine under wine (big smile)

owlspook

ps. I'm passing the link to the program to my other fractal loving friends ... your program is a keeper (big smile)
« Last Edit: May 14, 2009, 06:08:43 AM by owlspook » Logged
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #8 on: June 02, 2009, 02:28:04 AM »

What a great prog. As others have said, love the speed and many fractal types.

Also, at last a program I don't have to install! I wish more progs could come in a single binary lump like this one.
Logged
Cyclops
Conqueror
*******
Posts: 135



WWW
« Reply #9 on: November 28, 2009, 11:37:24 PM »

Fantastic,look forward to having a play with this!
Logged

Sensitively dependant on initial conditions
Cyclops
Conqueror
*******
Posts: 135



WWW
« Reply #10 on: November 29, 2009, 04:42:21 PM »

Heres something i created with it:
Logged

Sensitively dependant on initial conditions
kram1032
Fractal Senior
******
Posts: 1863


« Reply #11 on: November 29, 2009, 08:38:29 PM »

Great little toy cheesy
I just miss zoom right now smiley But you said, you're working on it, so that's fine smiley
Logged
Tabasco Raremaster
Iterator
*
Posts: 172



WWW
« Reply #12 on: March 21, 2010, 03:29:00 AM »

great , there goes another sea of time that I am short of already. Feeling like a authistic child  going nuts on this program. never seen anything this fast. . Is there any progres in developping?
Logged

http://tabasco-raremaster.deviantart.com/

If you dislike it press; Alt+F4
carlx
Forums Freshman
**
Posts: 16


carlx


« Reply #13 on: May 10, 2010, 09:50:48 PM »

Superb programs, congrats!!!
Logged
kaini
Guest
« Reply #14 on: August 11, 2010, 12:38:02 PM »

really nice, intuitive bit of kit!
Logged
Pages: [1] 2 3   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Developing a fractal application Programming Duncan C 1 4631 Last post November 24, 2012, 07:29:45 PM
by freshNfunky
Relocated: Developing a fractal application Discuss Fractal Forums Nahee_Enterprises 0 3718 Last post February 08, 2007, 05:45:47 PM
by Nahee_Enterprises
Fractal explorer web application Introduction to Fractals and Related Links lytnus 5 5634 Last post May 23, 2012, 10:25:45 AM
by asimes
A Fractal on a Fractal in a Fractal Mandelbulb3D Gallery John Smith 1 3358 Last post September 08, 2013, 12:32:25 AM
by Nahee_Enterprises
exponential fractal, logarithm fractal, sinus fractal Mandelbrot & Julia Set hgjf2 7 24985 Last post January 20, 2017, 04:01:12 AM
by SamTiba

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.195 seconds with 27 queries. (Pretty URLs adds 0.008s, 2q)