Skip to content

N27: bevy_pen_tool #831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions content/news/027/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,29 @@ This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity.
[hecs_rapier]: https://github.com/smokku/hecs_rapier
[bevy_rapier2d]: https://github.com/dimforge/bevy_rapier

### [Bevy Pen Tool](https://github.com/eliotbo/bevy_pen_tool)

![bevy_pen_tool2](https://user-images.githubusercontent.com/6177048/139948856-62229d63-3fa5-443b-be3d-4bced634136d.gif)

Bevy Pen Tool is a plugin that helps developers make 2D paths using
Bezier curves. Its user interface provides functionality for

- spawning Bezier curves,
- moving end points and control points of Bezier curves,
- linking individual Bezier curves to each other,
- grouping curves,
- saving and loading paths as look-up tables
(typically for animations and agent movement),
- generating arbitrary 2D meshes that fill the interior of a path
using the Lyon crate,
- generating a mesh that follows a path like a road,
- saving meshes and roads in ".obj" format,

A stable version of Bevy Pen Tool should come out as a crate shortly
after Bevy 0.6 shows up. Here is a link to the [repo for more
information](https://github.com/eliotbo/bevy_pen_tool).


## Popular Workgroup Issues in Github

<!-- Up to 10 links to interesting issues -->
Expand Down