From e147d9409ce56f63c1a45199ff262c079bd557a4 Mon Sep 17 00:00:00 2001 From: sanine-a Date: Sun, 24 May 2020 18:51:40 -0500 Subject: add demo disclaimer to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fec278c..3678ef9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ This is a 3D game engine written in C. It is a personal project, so while *I* wi use it for some projects, I can't reccommend that others do the same unless you're ready to really dig into the source code. +The demo code, especially, is **very** rough. I'm using it as a testing ground for the features +I'm cramming in as fast as I can, so please be aware that it is almost certainly not written +with anything approaching good style. + ## Installation The Honey engine requires -- cgit v1.2.1