Page 1 of 1

Automaton - UserLibrary to easily create Cellular Automatons

Posted: Sun Jun 15, 2008 4:40 pm
by mback2k
:arrow: Automaton - UserLibrary to create and draw a Cellular Automaton

This UserLibrary allows you to easily create a Cellular Automaton and draw it on any surface that supports StartDrawing().

Features
  • Save, load and reload Automatons
  • Fast in-memory handling of all actions
  • Rule and fieldtype based "movement"/actions
  • Examples for Game of Life, Wireworld, Wator (custom) and Random Automatons
  • and much more...
There is no real documentation yet, but the examples should be able to teach you all the stuff.

Here is a screenshot showing one example Automaton:
Image

Downloads and Source (PureBasic v4.20)
http://hg.mback2k.net/mback2k/archive/automaton/

Have Fun! :wink:

Posted: Sun Jun 15, 2008 5:24 pm
by dobro
links HS :?

Posted: Sun Jun 15, 2008 7:20 pm
by mback2k
Sorry, server is back up.

Posted: Tue Jun 17, 2008 7:51 am
by Hurga
Cool, I like it...

I face a problem when I try to compile the examples...

#Automaton_All and #Automaton_Cross -> constants not found....

Posted: Tue Jun 17, 2008 8:14 am
by mback2k
Did you install the .res into the Residents folder and restarted your compiler?

Posted: Tue Jun 17, 2008 10:20 am
by sgsong
Will it work under Linux?

Posted: Sun Jun 29, 2008 1:34 pm
by mback2k
Dunno if Tailbite UserLibraries work under Linux. Give it a try.

Update: Added help files.