Having Fun with SEDRIS
Applications that use the SEDRIS SDK can be a lot of fun to write
The key to making it so is to abstract the access to the API so that you don't get bogged down on the details
Equally important is to understand the efficiency/memory issues that arise when dealing with access to hierarchical data structures, such as SEDRIS, and a thorough understanding of API usage
In this tutorial, we’ll discuss the "lessons learned" while writing code for tools such as Focus, Model Viewer, Side-by-Side, and file format converters among others
The focus will be on quick prototyping, code that runs fast, and the “gotchas” encountered