From f58a80757968166f51a98cf7815118fdbeedb47c Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Fri, 25 Oct 2024 23:37:51 -0500 Subject: 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 --- README.md | 22 ++++++++++++---------- 1 file 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 -- cgit v1.2.3