fledge_camera_2d 0.2.3
fledge_camera_2d: ^0.2.3 copied to clipboard
2D camera components and cinematics for Fledge — follow, screen shake, letterbox, parallax, projections, transitions.
0.2.3 #
0.2.2 - 2026-09-21 #
0.2.1 - 2026-09-20 #
Changed #
- SDK floor bumped to Dart
>=3.11.0/ Flutter>=3.41.0(was 3.6 / 3.38). Matches the workspace-wide floor.
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).