Combinator Computer MK2 that does the Mandelbrot set
Posted: Sat Jul 09, 2016 9:20 pm
I have made a computer in factorio that can(among other things) do the mandelbrot set.
It has 18 adresses of Ram and 38 rows of program memory(both are easily expandable)
It has 3 separate program slots so that you can make new programs without deleting old ones.
It has 2 Alus for double the speed.
It has a 21*21 pixel screen with configurable color.
It has a 9 tick clock(6Hz).
For the mandelbrot program it had 10 iterations and took 60 min to render.
The program for calculating e used 100 iterations and took about 3 min. The green lights at the top next to the programs are for selecting the program.
The bottom program is the madelbrot set, the selected one in the middle is e, the top one is empty if you download the map and want to try it out yourself
The lonely combinator next to that is for copy/pasting if you want to clear something.
I have attached a little document that describes what all of the letters mean if you want to try(tell me if you manage to do something fun with it. ).
The constant combinators at the clock are in order from top to bottom: reset, Clock once(one step forward), Clock(run)
The screen shows the mandelbrot set in all its glory, the number display shows an approximation to e=2.71828...
The number display was not made by me , I cant find who did it now, but i will try and find it if anyone want to know.
It has 18 adresses of Ram and 38 rows of program memory(both are easily expandable)
It has 3 separate program slots so that you can make new programs without deleting old ones.
It has 2 Alus for double the speed.
It has a 21*21 pixel screen with configurable color.
It has a 9 tick clock(6Hz).
For the mandelbrot program it had 10 iterations and took 60 min to render.
The program for calculating e used 100 iterations and took about 3 min. The green lights at the top next to the programs are for selecting the program.
The bottom program is the madelbrot set, the selected one in the middle is e, the top one is empty if you download the map and want to try it out yourself
The lonely combinator next to that is for copy/pasting if you want to clear something.
I have attached a little document that describes what all of the letters mean if you want to try(tell me if you manage to do something fun with it. ).
The constant combinators at the clock are in order from top to bottom: reset, Clock once(one step forward), Clock(run)
The screen shows the mandelbrot set in all its glory, the number display shows an approximation to e=2.71828...
The number display was not made by me , I cant find who did it now, but i will try and find it if anyone want to know.