From de3a92fb2bde8cbec688f788c53f7ba52d6a723a Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 4 Jul 2025 02:17:11 -0600 Subject: Adding design concepts --- concepts.org | 8 ++++++++ src/Makefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/concepts.org b/concepts.org index 219babb..0d7cc94 100644 --- a/concepts.org +++ b/concepts.org @@ -73,3 +73,11 @@ said you will have your neck snapped no matter what you do. 19. Laptop running Haiku OS. 20. Nuclear Ninja Tortoise. +* Design and programming ++ It will have a open world making heavy use of height maps. ++ No real physics, just dummy physics. ++ Nearly everything will be a intractable object. ++ Very lite and careful use of memory allocation. ++ The world data will be stored in mostly arrays in a header file. ++ BVH like structure for collision. + diff --git a/src/Makefile b/src/Makefile index b0b0677..afa926d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Isrc -I../include -std=gnu99 +CFLAGS = -Isrc -I../include -std=c99 LDFLAGS = -lm -lraylib TARGET = FindThings -- cgit v1.2.3