From 1064864b5112653e0038adeca05ae6db090bf587 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Fri, 30 Aug 2024 01:41:09 -0500 Subject: Add README file Add a README file to the project root. This file will act as the introduction point for the entire project. Signed-off-by: Danny Holman --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..621e415 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Rune Game Engine + +Rune is an open source (ZLib license), fully 3D game engine written in pure C. +The engine is designed to give the programmer as much flexibility as possible in +project layout, as the engine is designed to be just another system library. + +## Contributing + +Rune is hosted at https://www.gymli.org/ and all development is done on the +[mailing list](https://lists.gymli.org/rune-engine). The project loosely follows +the development model of the Linux kernel and other similar projects. Volunteers +who wish to contribute should see the relevant documentation in the `doc` +directory and submit patches via email, rather than attempt to perform +Github-style pull requests. + +## Copyright + +* Copyright (C) 2024 Danny Holman -- cgit v1.2.3