diff --git a/README.md b/README.md index b6bf6dc..ee6cff5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # Tourmaline Engine +Tormaline Engine is a game engine created for game development with C++23. As of 20260131 the project includes its own Logging, Random, and ECS modules with some custom containers. -Tormaline Engine is a game engine created for game development with C++23. +# Usability Status +Tourmaline is by no means currently usable. The project is incredible volatile with constant changes and improvements. Please wait until a release is made. -A lot of the info regarding Tourmaline has been removed from here. This is due to project still being in early phases of development. +# Version Scheming +Tourmaline uses a single digit that ticks up by 1 for each version. There are no major or minor updates or versions. The project can be seen as a rolling release project. -# 3rd Party Used Libraries Credits +# 3rd Party Libraries Credits - [Corrade/Magnum](https://magnum.graphics/) - graphics middleware by Vladimír "Mosra" Vondruš. - [miniaudio](https://miniaud.io/) - audio playback and capture library by David "Mackron" Reid. - [Xohiro](https://github.com/david-cortes/xoshiro_cpp/blob/master/xoshiro.h) implementation by David Blackman and Sebastiano Vigna -# Special Thanks to +# Special Thanks - [Lars "harmonyisdead"](https://github.com/larsl2005) for hosting the thenight.club services. - [Vladimír "Mosra" Vondruš](https://github.com/mosra) for their mentorship of my C++ knowledge/projects, and the people at the [magnum gitter channel](https://matrix.to/#/#mosra_magnum:gitter.im), for their continous support and feedback of this project. - [Kae "voxelfoxkae"](https://voxelfox.co.uk/) for getting me into programming seriously and mentorship.