# HG changeset patch # User sam # Date 1711010813 -25200 # Node ID d8942b65fb300ae07d201e8a46f2b18e491fbb2d # Parent 7cd6db220c82769007dbf40528ace261e7196742 add: some notes diff -r 7cd6db220c82 -r d8942b65fb30 README.md --- a/README.md Thu Mar 21 15:41:30 2024 +0700 +++ b/README.md Thu Mar 21 15:46:53 2024 +0700 @@ -1,3 +1,10 @@ +Note: If you are reading this on Github, please not that this is only a mirror +repository and the most recent changes or on the ```hg``` branch. + +Also, some of the README is a bit out of date, as I am now focusing mostly on +writing my first game. However, developement ist onging and the documentation +will be overhauled once I start working on my next game. + # Semicongine Hi there @@ -6,15 +13,6 @@ operating system's windowing, input and audio system. I am using the last programming language you will ever need, [Nim](https://nim-lang.org/) -## Building - -Requires Nim to be installed and `glslangValidator` to be downloaded to the -directory of the main compilation file (e.g. into `examples/` in order to -compile the examples). It can be downloaded at -https://github.com/KhronosGroup/glslang/releases/. - -Run `nim help` to see a list of available build commands. - ## Roadmap Here a bit to see what has been planed and what is done already. Is being