ref: b4c6d06e42fcee35b9e673358ca00e7748c52faf
parent: 5aaec0a272213a8775bff307ab6f91179cf0ccbb
author: Andrew Apted <ajapted@gmail.com>
date: Mon Dec 11 07:33:54 EST 2023
README : mention the language (C) and that it uses fixed-point math.
--- a/README.md
+++ b/README.md
@@ -10,8 +10,9 @@
This is a project to make a simple node-builder which can be plugged
into an existing DOOM code-base, and build nodes at level-load time.
+It is written in C, and uses fixed-point math (no FPU required).
-I have written this node-builder *from scratch*, based on my experience
+I have created this node-builder *from scratch*, based on my experience
with the DOOM source code and BSP node building in general. I have
placed the main code for it is under the permissive MIT license, but
this repository as a whole is under the GNU GPL, since it contains a
--
⑨