Skip to content

Update to the latest Aperture version

James Westman requested to merge aperture-updates into master

Many changes were made to Aperture's API when it was ported to C, so Camera needs to be updated as well.

Lots of code (src/components) was moved from the old Aperture into Camera. I haven't changed much of it yet except to get it working, but I plan to in the future.

Also, I changed how the Tween class works to make it more efficient, and to make it work the way it did in the C port, before I removed that from Aperture.

Merge request reports