From a54494d623defc48c8f9d2654dfa03632b6f3180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Wed, 26 Jun 2019 19:11:21 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f988cd4..481a1f6 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ It is only a little bit more complex than a simple hello world. For more examples see the other files, plus my [Pokitto demos](https://gitlab.com/drummyfish/Pokitto-Raycasting) repository, which contains some better documented example code, including a [very simple hello world](https://gitlab.com/drummyfish/Pokitto-Raycasting/blob/master/helloRay.cpp). +Also see **the library code itself**, it is meant to be self-documenting -- you'll find the description of a lot of things at the start of the file. + The basic philosophy is: - The library implements only a rendering back-end, it doesn't perform any drawing to the actual screen,