From 9724f32972c9122460372b92b66cc9a949176312 Mon Sep 17 00:00:00 2001 From: Krow Savcik Date: Sun, 31 Dec 2023 10:48:42 +0200 Subject: changed README made it more readable by changing header style --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4d47efa..0aabdca 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# 3D triangle renderer +3D triangle renderer +==================== Short interactive C program for rendering 3D triangles. -## Compiling +Compiling +--------- The only requirements are the SDL2 devel files. @@ -10,7 +12,8 @@ The only requirements are the SDL2 devel files. make ``` -## Controls +Controls +-------- - **W,A,S,D** for moving. - **M** for toggling mouse-lock. @@ -19,7 +22,8 @@ make - **I** for object importing. - **=/-** for increasing/decreasing speed. -## Object files +Object files +------------ Object files are a modified/simplified version of standard .obj files. Available potions are the following: @@ -31,7 +35,8 @@ Available potions are the following: Lines that start with any other character will be ignored. -## TO-DO List +To-Dd List +---------- - use matrix math instead of trigonometric formulas. - crop triangles close to screen. -- cgit v1.2.3