From c356e96932b5d1a23bf41914934cf83e8b535994 Mon Sep 17 00:00:00 2001 From: Schark Date: Wed, 6 Mar 2024 02:00:59 -0800 Subject: Working barebones heightmap renderer --- height-map-display/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 height-map-display/README.md (limited to 'height-map-display/README.md') diff --git a/height-map-display/README.md b/height-map-display/README.md new file mode 100644 index 0000000..84a96cc --- /dev/null +++ b/height-map-display/README.md @@ -0,0 +1,15 @@ +Current Todo: + - Actually update README + - Adjustable window size* + * Currently fullscreen, add options later + - Create bounds so player cannot enter undefined areas (outer walls, inner structures) + - Experiment with warp-wrapping, just for fun :) + - Move FPS counter from window title to rendered in-game (low priority) + - Eventually clean code (move appropriate code to different files, headers) + - Level editor + +Requirements: + - OpenGL + - GLFW + - GLEW + - Freetype (not being used as of right now) -- cgit v1.2.3-18-g5258