summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-10-25 23:37:51 -0500
committerDanny Holman <dholman@gymli.org>2024-10-25 23:37:51 -0500
commitf58a80757968166f51a98cf7815118fdbeedb47c (patch)
treed4ff42fe32124fd77aecf9b6c63181e025e26fcc
parentcf26a0544412256b43fd8e0f3d42bab570740c77 (diff)
README: make language more clear and concise
The readme file should have more clear and concise language on what Rune is and where to find things relevant to it. Signed-off-by: Danny Holman <dholman@gymli.org>
-rw-r--r--README.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/README.md b/README.md
index 621e415..0d2f49e 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,19 @@
# 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.
+Rune is an open source, 2D and 3D game engine written in pure C. The engine is
+designed to give the developer as much flexibility as possible in project
+layout, as the engine is designed to be "just another sysetm library." There's
+no bloated and complex editor or special requirements for your game, other than
+what you choose to use and bring to the table.
-## Contributing
+Rune is licensed under the terms of the zlib license and is fully
+community-driven. All development is done on the main mailing list located at
+[this link](https://lists.gymli.org/rune-engine). The project loosely follows
+the community and development model of the Linux kernel and other large
+projects. See the development process documentation in `doc` to get involved.
-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.
+For bug reporting, there is a bug tracker
+[here](https://bugs.gymli.org/index.php?project=3&do=index&switch=1).
## Copyright