From 0add8dc7db4fac4811d076cda7574c6a9a294054 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Tue, 15 Jan 2019 00:31:39 -0500 Subject: Bringing in makefile and readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0d6461 --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit v1.2.3