blob: b0d64610cad6adea3b54b726c68ebbc46a069bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Fungi
An art generator/simple life simulator.
Fungi is a tool for me to learn about using some different graphics libraries,
as well as giving me cool new things to look at. Currently written in C++ using
SDL2, which should make it easy to build on different systems. I plan
on creating a ncurses based interface as well as porting to different operating
systems and using their native GUI API.
Inspired by [Culture by Charlotte Koch](https://github.com/dressupgeekout/screensavers/tree/master/culture).
# Building
Currently the only dependency is SDL2, which is assumed to be in the normal
location for Debian/Ubuntu.
```
git clone https://github.com/mlightning3/fungi.git
cd fungi
make
```
# License & Copyright
GPL v3
Matt Kohls 2018
|