# HG changeset patch # User sam # Date 1711010813 -25200 # Node ID 9d30ec7fb91ef96d3f429345d476b3b456a3b876 # Parent c3b54db484fb639eecdc070671601066faf1e9f8 add: some notes diff -r c3b54db484fb -r 9d30ec7fb91e 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