
(1) TI Calculators
- Field v.0 - binary and source in C - screen: field1.gif
Program draws field created by particles which have some property (like radius, energy) in R2. We can add/del/edit any particle. Program use out files to save/open different field. I tested only at TI-89 Titanium. This is not complete version, I have some idea to extend it.
Screens to this animation were just created by this program.
Links:
- Official TIGCC Site
TIGCC is mainly a C compiler for the Texas Instruments TI-89, TI-89 Titanium, TI-92 Plus and Voyage 200 calculators. It is based on GCC, the GNU Compiler Collection.
- TIGCC Programming Lessons
Learn the foundations of TIGCC programming with a very simple example. Great tutorials.
- TIGCC Pub
A very huge archive with many programs to TI Calculators.
(2) Cellular automaton
- Game of Life - binary and source in C++ - screen: life_screen.gif
If you want to create own small world :) check this. I used SDL library for drawing on the screen and compiled in Dev-C++ 4.9.9.1
More about Conway's game and a blog reporting on recent developments in the Game of Life Game of Life News