#bevy #gizmo

bevy_fsl_box_frame

A gizmo for manipulating an OBB via 3D picking

8 releases (5 breaking)

0.6.0 Aug 28, 2025
0.5.0 Apr 30, 2025
0.4.1 Jan 24, 2025
0.4.0 Oct 31, 2024
0.1.0 Dec 16, 2023

#1078 in Game dev

Download history 1196/week @ 2025-07-30 851/week @ 2025-08-06 944/week @ 2025-08-13 840/week @ 2025-08-20 899/week @ 2025-08-27 1216/week @ 2025-09-03 793/week @ 2025-09-10 1249/week @ 2025-09-17 1076/week @ 2025-09-24 1210/week @ 2025-10-01 1064/week @ 2025-10-08 1292/week @ 2025-10-15 1159/week @ 2025-10-22 586/week @ 2025-10-29 45/week @ 2025-11-12

2,019 downloads per month

MIT/Apache

545KB
676 lines

3D OBB with pointer-based manipulation features.

demo

We say "frame" because only the 12 edges of the box are rendered via bevy_polyline.

Faces of the box can be dragged by the pointer to manipulate the box extents. As the pointer hovers over each face, visual feedback is provided (highlight material).

Depends on bevy_mod_picking::DefaultPickingPlugins and bevy_polyline::PolylinePlugin.

Dependencies

~57–91MB
~1.5M SLoC