Automaton - UserLibrary to easily create Cellular Automatons

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

Automaton - UserLibrary to easily create Cellular Automatons

Post 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:
Last edited by mback2k on Sat Nov 01, 2014 11:08 am, edited 8 times in total.
User avatar
dobro
Enthusiast
Enthusiast
Posts: 766
Joined: Sun Oct 31, 2004 10:54 am
Location: France
Contact:

Post by dobro »

links HS :?
Image
Windows 98/7/10 - PB 5.42
■ sites : http://michel.dobro.free.fr/
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

Post by mback2k »

Sorry, server is back up.
Hurga
Enthusiast
Enthusiast
Posts: 148
Joined: Thu Jul 17, 2003 2:53 pm
Contact:

Post 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....
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

Post by mback2k »

Did you install the .res into the Residents folder and restarted your compiler?
sgsong
User
User
Posts: 11
Joined: Sat Jan 07, 2006 5:45 am

Post by sgsong »

Will it work under Linux?
User avatar
mback2k
Enthusiast
Enthusiast
Posts: 257
Joined: Sun Dec 02, 2007 12:11 pm
Location: Germany

Post by mback2k »

Dunno if Tailbite UserLibraries work under Linux. Give it a try.

Update: Added help files.
Post Reply