Skip to content

nidionis/Collinion_obsolete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this version is obsolete -> you probably want this one: https://github.com/nidionis/collinion

/!\ Trying to install it can be an hell Left because can be reused for learning C syntax but:

  • Using an horrible mlx
  • the algo is set using an awk script (this is an hell to debug)
  • only on a linux (debian or ubuntu)
  • Installation process not automatized -you may have to install libraries by your own

A cellular automaton/simulator generator Make your own fancy game of life

Inspired by Dimitri Collignon, Here some of his (musical) work:

dependencies : make, gcc, libX sudo apt install make sudo apt install gcc sudo apt install libx11-dev sudo apt-get install libxext-dev

"run_collinion" is a shell script compiling and executing the algo you write.

download:

go directory:

  • cd collinion

try it:

  • ./run_collinion game_of_life.c
    or
  • ./run_collinion example/<the_example_of_your_choice>
    and even:
  • ./run_collinion <path_to_the_algo_you_made>\

Drop your mouse and quit the window with ESC

Check the folder "tuto" if you want to discover more.

ENJOY

About

A cellular automaton/simulator generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors