darsto/spooky

Refactor render/ directory

Closed this issue · 1 comments

Some render/ subdirectories have been already refactored, but the majority is still full of garbage.

As usually:

  • cleanup, remove unnecessaries
  • move to c++11
  • add exception handling (as no tests can be done)
  • add documentation
  • wrap in namespaces

There is still GuiElementRender to refactor. It contains most of the rendering logic and I would like to rework that first. However, this is a big change. I've created another issue #9 for that.
I've also created issue #10 for the namespace problem