A downloadable game for Windows, macOS, and Linux

Download NowName your own price

FractalX is a basic fractal simulator game, with many custom features that lets the player explore, interact and customize the fractal on the screen. The player’s role is rather simple. All the player has to do, is to simply relax and explore the beautiful worlds of mathematics and geometry in a fun-laidback way. Also, with the added customizable features on the fractals, the player can create his-her own art by tweaking some of the variables inside the game. The player can either take screenshots by activating immersion mode(pressing F12),  or just zone out and let the game run its course.

Now regarding to the more technical stuff:

The game, currently, is implementing only the mandelbrot fractal and all of julia sets. In order to access the julia sets you have to check the Julia Mode box and tweak seedX-seedY to your liking in order to form all kinds of julia sets. All the other stuff in-game are pretty self-explanatory so i won't bother. 

Last but not least, you can only zoom in the fractal a finite amount , so around scale = 2.0E-05 you will start seeing pixels. This is happening because the shaders i used for making this game can only take ,at best, float-precision variables. You could use double variables in a compute shader and zoom in double the amount of that, but you will lose performance. So i decided to keep floats because, either way, in these types of fractals you have to zoom in way more to start seeing a significant difference.

PC Controls

  •  "A" Left.
  •  "D" Right.
  •  "W" Up.
  •  "S" Down.
  •  "Q" Rotate Left.
  •  "E" Rotate Right.
  •  "Numpad +" Zoom In.
  •  "Numpad -" Zoom Out.
  • "F12" Hide UI.

Feel free to change the controls in the options menu to your liking.

Install Instructions

  • Download the .zip file
  • Extract it.
  • Run the .exe

Download

Download NowName your own price

Click download now to get access to the following files:

FractalX_WindowsOS_Build_2.0.zip 39 MB
FractalX_MacOS_Build_2.0.zip 40 MB
FractalX_LinuxOS_Build_2.0.zip 40 MB

Comments

Log in with itch.io to leave a comment.

(+1)

Hi! I can't figure out how to zoom in!

(+1)

Don't worry, got it, changed some controls around, maybe the default shouldn't be on the Numpad, just in case some don't have it and then don't get the full experience unless they change.

But I will say, you have created an entire piece of art, a source of design, inspiration, of total beauty. There are infinite scenes in here that feel perfectly floral, architectural, natural and yet perfectly synthetic

Thanks for the feedback, appreciate it <3
I added some Controls and Install Instructions to make it more clear.

(+1)

Thanks for your game… Some years ago I publish two videos on Instagram… I made it with POV-Ray, but I recommend you FractInt.exe for Windows, because this program has a lot of fractals with equations.

magnet 2 julia <-0.1,-0.3>

magnet 2 julia <10.1,-30>

Ocassionally I used fractals to create some objects on my project FreeRay or to create textures for my games freeray.

Please, I thanks you if you add buttons to capture images to create easilly some textures.

You can press F12 to hide all the UI and then you can take easily as many screenshots as you want!

Thanks, I am going to download the update just now…