Skip to content

Source reimplementation

Moritz Huebner requested to merge source_reimplementation into master

I made some major changes to the project to prevent the rather clumsy use of dictionaries instead of classes. The way it is now, the classes in source can now actually be used in their intended way and do no longer rely on the workaround with dictionaries. For this, I had to make changes in many parts of the project. I fixed the tutorials, so that they work with the new syntax.

Merge request reports