From 66db2c1bf2ef99986f4d75a27b30756dc21e3426 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Sep 2017 12:34:14 +0100 Subject: Improving todolist and adding it to doxygen --- docs/todolist.dox | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..b4ee3ac0 --- /dev/null +++ b/docs/todolist.dox @@ -0,0 +1,25 @@ +/** @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