Crates.io | bevyinit |
lib.rs | bevyinit |
version | 0.2.0 |
source | src |
created_at | 2024-01-22 22:17:57.738341 |
updated_at | 2024-02-09 04:28:02.524162 |
description | An easy way to create projects with Bevy Engine |
homepage | |
repository | https://github.com/nigrodev/bevyinit |
max_upload_size | |
id | 1109510 |
size | 60,737 |
bevyinit makes it easy to create a Bevy Engine project with ready-to-use templates and useful options
If you're looking for the place where the online templates are located, take a look at bevyinit_data.
Just install it and run bevyinit
in your terminal
bevyinit create -m
to create a quick project without worrying about the options (they will be set to default)bevyinit
with --offline
or -o
to not search for templates onlinebevyinit help
to see other available commandscargo binstall bevyinit
cargo install bevyinit
You can check out the releases, but you have to add it to the PATH manually.
Because bevyinit is a more practical and faster way to create projects using Bevy with recommended configuration options. It currently has few templates, but it's very easy to create new ones, just take a look at Extras
I've only tested it with Windows and Ubuntu WSL. It's meant to work with any OS that has cargo in the PATH.
If an error occurs, please open an Issue on GitHub.
It's very easy to create new templates. These are the ones available:
Templates |
---|
Minimal Bevy App |
Hello World Example |