fledge_camera_2d 0.2.0
fledge_camera_2d: ^0.2.0 copied to clipboard
2D camera components and cinematics for Fledge — follow, screen shake, letterbox, parallax, projections, transitions.
Changelog #
0.2.0 - 2026-09-20 #
Added #
- Initial release; camera components extracted from
fledge_render_2d. CameraFollow,CameraShake,Parallax,Letterbox.CameraFadeTransition,CameraWipeTransition.IsometricProjection,ObliqueProjection.
0.1.0 - 2026-09-20 #
Added #
- Initial release. Extracted from
fledge_render_2d. Camera2D,Projection,OrthographicProjectionmoved fromfledge_render_2d.CameraDriverNode,ViewportSize,PixelPerfectVector2moved fromfledge_render_2d.IsometricProjection(2:1 isometric) andObliqueProjection(parametric skew) added.CameraFollowcomponent +CameraFollowSystem— smooth follow with damping.CameraShakecomponent +CameraShakeSystem— trauma-based screen shake.LetterboxConfig— target-aspect letterbox / pillarbox baked intoOrthographicProjection.Parallaxcomponent +ParallaxSystem— per-entity parallax scroll factor.CameraFadeTransition,CameraWipeTransition+CameraTransitionSystem— camera-level fade / wipe overlays.CameraPluginwires all systems intoSchedules.postUpdatewith explicit ordering (follow → shake → parallax → transitions).