procedural-meshes

Crates.ioprocedural-meshes
lib.rsprocedural-meshes
version0.1.0
sourcesrc
created_at2024-02-23 18:20:32.739235
updated_at2024-02-23 18:20:32.739235
descriptionA procedural meshes system for the Bevy game engine.
homepagehttps://bevy-procedural.org/meshes
repositoryhttps://github.com/bevy-procedural/meshes
max_upload_size
id1150856
size157,382
Eric Skaliks (Agapanthus)

documentation

https://docs.bevy-procedural.org/meshes

README

Bevy Procedural: Meshes

crates.io Build Status documentation crates.io

The objective of the Bevy Procedural Project is to furnish a comprehensive suite of packages for the generation of procedural graphics, unified by a consistent API.

Procedural Meshes is a procedural mesh builder for bevy. It can use Lyon to generate 2D shapes and extrude them into 3D meshes. It also supports (very!) simple methods for off-screen rendering and Constructive Solid Geometry.

Run the editor example using cargo watch -w editor/src -w src -x "run -p editor".

WARNING: This repository is practically empty

The Bevy Procedural ecosystem is presently in its nascent phase. Expect frequent API modifications as it is under active development, with many features yet to be implemented. We highly encourage contributions to enrich the project!

License

The bevy-procedural packages are free, open source and permissively licensed. Except where noted (below and/or in individual files), all code in these repositories is dual-licensed, allowing you the flexibility to choose between:

Commit count: 28

cargo fmt