From 1ff8de31e3e57c34a819c93809f42e2862e21312 Mon Sep 17 00:00:00 2001 From: Shariq Shah Date: Sun, 26 Feb 2017 01:53:02 +0500 Subject: [PATCH] Updated readme --- README | 102 ++++++++++++++++++++++++++++++++++++++++++---------- orgfile.org | 13 +++++-- 2 files changed, 94 insertions(+), 21 deletions(-) diff --git a/README b/README index b8ca8e7..5207c5b 100644 --- a/README +++ b/README @@ -24,9 +24,9 @@ _________________ .. 2.8 DONE Deltatime .. 2.9 DONE Investigate about Exit() and at_exit() functions and whether to use them or not. .. 2.10 DONE Fix readme markdown -.. 2.11 TODO Framebuffer and resolution independent rendering -.. 2.12 TODO A simpler build system without dependencies -.. 2.13 TODO Remove dependencies +.. 2.11 DONE Framebuffer and resolution independent rendering +.. 2.12 DONE A simpler build system without dependencies +.. 2.13 DONE Remove dependencies .. 2.14 DONE Remove Kazmath dependency .. 2.15 DONE Entity .. 2.16 TODO Positive and negative values for input_maps and returning corresponding values when they are true @@ -40,12 +40,22 @@ _________________ .. 2.24 TODO Add modifiers to input maps to enable combinations for example, c-x, m-k etc .. 2.25 DONE Heirarchical Transforms .. 2.26 DONE Materials with textures -.. 2.27 TODO 2d drawing routines -.. 2.28 TODO Gui -.. 2.29 TODO Physics -.. 2.30 TODO Improve the readme -.. 2.31 TODO ??? -.. 2.32 TODO Profit! +.. 2.27 TODO Lights! +.. 2.28 DONE Fix problems with texture units +.. 2.29 TODO Draw light volumes +.. 2.30 TODO Fix problems with frustrum culling +.. 2.31 TODO 2d drawing routines +.. 2.32 TODO Gui +.. 2.33 TODO Image based lighting? +.. 2.34 CANCELED Deferred rendering? +.. 2.35 TODO Physics +.. 2.36 TODO Variant type +.. 2.37 TODO Event Subsystem +.. 2.38 TODO Fix mouse bugs +.. 2.39 TODO Fix issues with opengl context showing 2.1 only +.. 2.40 TODO Improve this readme +.. 2.41 TODO ??? +.. 2.42 TODO Profit! 1 Project Symmetry @@ -142,17 +152,22 @@ _________________ - State "DONE" from "TODO" [2015-12-10 Thu 16:36] -2.11 TODO Framebuffer and resolution independent rendering +2.11 DONE Framebuffer and resolution independent rendering ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - State "DONE" from "TODO" [2016-05-27 Fri 18:02] -2.12 TODO A simpler build system without dependencies + +2.12 DONE A simpler build system without dependencies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - State "DONE" from "TODO" [2016-05-27 Fri 14:50] + -2.13 TODO Remove dependencies +2.13 DONE Remove dependencies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - State "DONE" from "TODO" [2017-02-26 Sun 01:46] - glfw3 - glew @@ -194,6 +209,8 @@ _________________ 2.20 TODO Bounding Boxes ~~~~~~~~~~~~~~~~~~~~~~~~ + - Recalculated bounding boxes for rotated meshes? + 2.21 TODO File extension checking for asset loading ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -225,25 +242,72 @@ _________________ - State "DONE" from "TODO" [2015-10-15 Thu 21:21] -2.27 TODO 2d drawing routines +2.27 TODO Lights! +~~~~~~~~~~~~~~~~~ + + +2.28 DONE Fix problems with texture units +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - State "DONE" from "TODO" [2016-05-30 Mon 00:57] + + +2.29 TODO Draw light volumes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +2.30 TODO Fix problems with frustrum culling +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - Recalculate bounding boxes for rotated meshes? + + +2.31 TODO 2d drawing routines ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -2.28 TODO Gui +2.32 TODO Gui ~~~~~~~~~~~~~ -2.29 TODO Physics +2.33 TODO Image based lighting? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +2.34 CANCELED Deferred rendering? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + - State "CANCELED" from "TODO" [2017-02-26 Sun 01:49] + Sticking with forward rendering for now and focusing on tools etc. + + +2.35 TODO Physics ~~~~~~~~~~~~~~~~~ -2.30 TODO Improve the readme -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +2.36 TODO Variant type +~~~~~~~~~~~~~~~~~~~~~~ + + +2.37 TODO Event Subsystem +~~~~~~~~~~~~~~~~~~~~~~~~~ + + +2.38 TODO Fix mouse bugs +~~~~~~~~~~~~~~~~~~~~~~~~ + + +2.39 TODO Fix issues with opengl context showing 2.1 only +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + +2.40 TODO Improve this readme +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -2.31 TODO ??? +2.41 TODO ??? ~~~~~~~~~~~~~ -2.32 TODO Profit! +2.42 TODO Profit! ~~~~~~~~~~~~~~~~~ diff --git a/orgfile.org b/orgfile.org index 6c5b6de..377b09d 100644 --- a/orgfile.org +++ b/orgfile.org @@ -45,7 +45,8 @@ All the code in this repository is under GPLv3, see LICENSE for more information - State "DONE" from "TODO" [2016-05-27 Fri 18:02] ** DONE A simpler build system without dependencies - State "DONE" from "TODO" [2016-05-27 Fri 14:50] -** TODO Remove dependencies +** DONE Remove dependencies +- State "DONE" from "TODO" [2017-02-26 Sun 01:46] - glfw3 - glew ** DONE Remove Kazmath dependency @@ -60,6 +61,7 @@ All the code in this repository is under GPLv3, see LICENSE for more information ** DONE Test render - State "DONE" from "TODO" [2015-08-19 Wed 13:30] ** TODO Bounding Boxes +- Recalculated bounding boxes for rotated meshes? ** TODO File extension checking for asset loading ** DONE Materials - State "DONE" from "TODO" [2015-10-13 Tue 19:38] @@ -74,11 +76,18 @@ All the code in this repository is under GPLv3, see LICENSE for more information - State "DONE" from "TODO" [2016-05-30 Mon 00:57] ** TODO Draw light volumes ** TODO Fix problems with frustrum culling +- Recalculate bounding boxes for rotated meshes? ** TODO 2d drawing routines ** TODO Gui ** TODO Image based lighting? -** TODO Deferred rendering? +** CANCELED Deferred rendering? +- State "CANCELED" from "TODO" [2017-02-26 Sun 01:49] \\ + Sticking with forward rendering for now and focusing on tools etc. ** TODO Physics +** TODO Variant type +** TODO Event Subsystem +** TODO Fix mouse bugs +** TODO Fix issues with opengl context showing 2.1 only ** TODO Improve this readme ** TODO ??? ** TODO Profit!