Applications, Games, Tools, User libs and useful stuff coded in PureBasic
-
mback2k
- Enthusiast

- Posts: 257
- Joined: Sun Dec 02, 2007 12:11 pm
- Location: Germany
Post
by mback2k »
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:
Downloads and Source (PureBasic v4.20)
http://hg.mback2k.net/mback2k/archive/automaton/
Have Fun!

Last edited by
mback2k on Sat Nov 01, 2014 11:08 am, edited 8 times in total.
-
dobro
- Enthusiast

- Posts: 766
- Joined: Sun Oct 31, 2004 10:54 am
- Location: France
-
Contact:
Post
by dobro »
links HS

-
mback2k
- Enthusiast

- Posts: 257
- Joined: Sun Dec 02, 2007 12:11 pm
- Location: Germany
Post
by mback2k »
Sorry, server is back up.
-
Hurga
- 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....
-
mback2k
- 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

- Posts: 11
- Joined: Sat Jan 07, 2006 5:45 am
Post
by sgsong »
Will it work under Linux?
-
mback2k
- 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.