...Welcome back! Glad to hear that you and your right arm are reconnected ...
Charles
Thanks Charles. I learned a lot about the new c++ and the power of using the powerful data containers and algorithms. I also dabbled with python while playing with Blender and the Gimp. Some very interesting and powerful concepts in Python, like Tuples (basically a constant list), the list and then the dictionary( unique key, data ).
I also played with many different c++ based libraries, but the only one that I found really well done and with the right level of abstraction was SFML. Some libraries are so abstracted that you have to go through many levels to get to a specific item via OOP.
I looked at code from a project for the Horde 3D graphics engine. They are OOP, but to get around the very long OOP structures, they give a procedural interface to the user. I really liked that concept.
So I am looking forward to coming back to Oxygen with new concepts under my belt and getting back to contributing!