I started with the intention to learn C++ while learning computer graphics. I chose this language because it is commonly used with computer graphics and allows you to do pretty much anything you want. I started learning C++ by using an online course called Codecademy that walks you through the basics of the language. I spent about five hours on this course. I then switched to spending about three hours on an online MIT computer graphics course that also used C++. After that, I spent about five hours reading up on concepts and practicing problems discussed in the MIT lessons, including matrices and basic concepts of linear algebra. After getting 70% through the Codecademy course and starting the MIT graphics course, I realized I was in a little over my head. The fall of my Software Engineering class solidified that for me. One of our class assignments was to implement merge sort in C++. After realizing that a simple sorting algorithm in this language took me weeks to wrap my head around, I decided C++ was a poor choice of language for this independent study. Implementing my final project in C++ would have meant far more time spent learning the language and debugging than experimenting with biological concepts that were at the heart of the independent study. I then remembered Danielle Feinberg mentioning the Houdini software in her talk at STAB and how it was a good animation software.
Recent Comments