Skip to content

C code for studying the dynamics of linear cellular automaton under some modulus.

License

Notifications You must be signed in to change notification settings

Cocoatwix/LINCELLAUT

Repository files navigation

LINCELLAUT

C code for studying the dynamics of linear cellular automaton under some modulus.

Compiling Libraries for ORBITVIS

This project contains a shared library used for another program, ORBITVIS. In order for that program to function properly, some code from this repo must be compiled then dragged into ORBITVIS' directory. For Windows, I've included the file "makeshare.ps1", a Powershell script for building the necessary files and putting them in one neat folder. It assumes the C compiler installed is gcc. You may need to bypass Powershell's default security to run the script. I find the easiest way to do that is by running Set-ExecutionPolicy -ExecutionPolicy bypass -Scope Process.

Check the "documentation" directory for guidance on LINCELLAUT's usage and for explanations on the inner workings of the program and its libraries.

About

C code for studying the dynamics of linear cellular automaton under some modulus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published