From 1a8ec165031af3b860028ef1b360acc8e7baf9e6 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 21 Sep 2017 23:32:46 +0000 Subject: Rebuilding documentation --- docs/todolist.dox | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/todolist.dox (limited to 'docs/todolist.dox') diff --git a/docs/todolist.dox b/docs/todolist.dox new file mode 100644 index 00000000..d5035617 --- /dev/null +++ b/docs/todolist.dox @@ -0,0 +1,24 @@ +/** @todo +# Add comments + +## Reason +Currently there are no comments in the code. They should be added so that in the future the code +can be edited easily and improved without having to know the exact implementation of every function. + +## Requirements +- It should follow the doxygen API so that documentation can easily be generated. + +*/ + +/** @todo +# Switch GPU API + +## Reason +Vulkan is much more straight forward and it should be easier to understand OpenGL from it. I +also the newest API that will be used in the newest games and is supported by quite a few +graphics cards. + +## Requirements +- yage shouldn't depend on GL anymore and exclusively use Vulkan libraries. + +*/ -- cgit