All Projects → CleanCut → bevy_template

CleanCut / bevy_template

Licence: other
Compile-time optimized Bevy project template

Programming Languages

shell
77523 projects
rust
11053 projects

Projects that are alternatives of or similar to bevy template

not snake game
A snake-inspired game made in Rust using the Bevy game engine.
Stars: ✭ 65 (+140.74%)
Mutual labels:  bevy
bevy prototype networking laminar
This is a prototype of a networking crate for bevy. This create provides a low-level networking plugin built on top of laminar
Stars: ✭ 30 (+11.11%)
Mutual labels:  bevy
bevy config cam
A Swiss Army knife of a camera plugin that allows for easy setup and configuration of a wide variety of types of moveable cameras and player cameras for a scene.
Stars: ✭ 155 (+474.07%)
Mutual labels:  bevy
bevy mod bounding
Unofficial plugin for generating bounding boxes in Bevy
Stars: ✭ 21 (-22.22%)
Mutual labels:  bevy
libracity
LibraCity - City planning on a needle! LibraCity is a puzzle game where you build a city at equilibrium on a needle. To succeed, take advantage of the various weights of the buildings, and place them all while ensuring the city remains stable.
Stars: ✭ 22 (-18.52%)
Mutual labels:  bevy
bevy chess
Chess demo in Bevy
Stars: ✭ 59 (+118.52%)
Mutual labels:  bevy
dango-tribute
👀
Stars: ✭ 20 (-25.93%)
Mutual labels:  bevy
bevy tilemap
Tilemap with chunks for the Bevy game engine.
Stars: ✭ 169 (+525.93%)
Mutual labels:  bevy
kurinji
Kurinji Input Map aims to decouple game play code from device specific input api. This is achieved by providing apis that allows you to map game actions to device input events instead of directly handling device inputs.
Stars: ✭ 47 (+74.07%)
Mutual labels:  bevy
bevy transform gizmo
A 3d gizmo for transforming entities in Bevy.
Stars: ✭ 41 (+51.85%)
Mutual labels:  bevy
taileater
A puzzle game where you eat your own tail to win!
Stars: ✭ 19 (-29.63%)
Mutual labels:  bevy
bevy kira audio
A Bevy plugin to use Kira for game audio
Stars: ✭ 99 (+266.67%)
Mutual labels:  bevy
space
A SCI-FI community game server simulating space(ships). Built from the ground up to support moddable online action multiplayer and roleplay!
Stars: ✭ 25 (-7.41%)
Mutual labels:  bevy
bevy lint
A Linter for bevy code
Stars: ✭ 21 (-22.22%)
Mutual labels:  bevy
bevy easings
Helpers and Plugins for Bevy
Stars: ✭ 83 (+207.41%)
Mutual labels:  bevy
bevy
A refreshingly simple data-driven game engine built in Rust
Stars: ✭ 15,920 (+58862.96%)
Mutual labels:  bevy
bevy 4x camera
A 4X style camera for bevy.
Stars: ✭ 26 (-3.7%)
Mutual labels:  bevy
bevy-robbo
Port of mrk-its/rust-robbo to bevy
Stars: ✭ 33 (+22.22%)
Mutual labels:  bevy
bevy retrograde
Plugin pack for making 2D games with Bevy
Stars: ✭ 212 (+685.19%)
Mutual labels:  bevy
rgis
Performant, cross-platform (web, desktop) GIS app written in Rust
Stars: ✭ 79 (+192.59%)
Mutual labels:  bevy

NOTE: No longer maintained

This repository has been archived in favor of bevy_game_template. Go use that. 😉


Bevy Template

An opinionated Bevy project template with a configuration script to run for the more complex parts (like setting up the fast-compile setup).

Quick Start

  • Click on Use this template and choose your new project name
  • Clone your new repository to your development location (local laptop, etc.)
  • Run ./setup (macOS, Linux) to complete the setup

Features:

  • Template-based. - No Git history comes along for the ride. You can create private repositories directly from the template.
  • Git configured - .gitignore is already set up for you.
  • Setup script - Run the setup script to configure/install things like optional linkers, nightly compiler, etc. Configuration choices include:
    • Set the package name
    • Update to the latest version of Bevy
    • Set up the fast-compile config file
    • Install zld on macOS (we need Windows and Linux volunteers to help bring this sort of feature to their platforms!)
    • Install the nightly compiler
    • Configure the project to use the nightly compiler
    • Replace the README.md file
    • Delete the license directory
  • Not license-restricted - The included license is for the template itself. Projects starting with this template may use any license (or no license at all).

💖 Help Needed!

We need help from Linux and Windows users! Please submit pull requests or open issues! For example:

  • The setup script ought to mostly work on Linux, but it needs to be tested
  • setup needs code to install LLD on various Linux Distros
  • The setup script doesn't support Windows at all, yet! We need to figure out a way to do the equivalent stuff for Windows users.

Changelog

See the Releases page.

Software License

Distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See license/APACHE and license/MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].