All Projects β†’ katharostech β†’ bevy_retrograde

katharostech / bevy_retrograde

Licence: other
Plugin pack for making 2D games with Bevy

Programming Languages

rust
11053 projects
HTML
75241 projects

Projects that are alternatives of or similar to bevy retrograde

dpixel
A Pixel Art Remastering Tool using classic algorithms
Stars: ✭ 42 (-80.19%)
Mutual labels:  pixel-art, retro
98
πŸ’Ώ Web-based Windows 98 desktop recreation β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–ˆβ–“β–“β–’β–“β–’β–’β–‘β–’β–‘β–‘β–‘πŸ—•οΈŽπŸ——οΈŽπŸ—™οΈŽ
Stars: ✭ 424 (+100%)
Mutual labels:  retro, desktop
godot-psx-style-demo
Demo project featuring a collection of PS1 style shaders and materials for Godot engine.
Stars: ✭ 266 (+25.47%)
Mutual labels:  pixel-art, retro
taileater
A puzzle game where you eat your own tail to win!
Stars: ✭ 19 (-91.04%)
Mutual labels:  pixel-art, bevy
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (+99.06%)
Mutual labels:  pixel-art, retro
Rx
πŸ‘Ύ Modern and minimalist pixel editor
Stars: ✭ 2,063 (+873.11%)
Mutual labels:  pixel-art, retro
jekyll-theme-8bit
πŸ‘Ύ A Jekyll theme inspired by classic 8bit games.
Stars: ✭ 24 (-88.68%)
Mutual labels:  pixel-art, retro
bevy template
Compile-time optimized Bevy project template
Stars: ✭ 27 (-87.26%)
Mutual labels:  bevy
Atlas
An extensible 3D GIS application for visualization, analysis and research.
Stars: ✭ 113 (-46.7%)
Mutual labels:  desktop
brass mono
RetroΒ monospaced font inspired by 70's design.
Stars: ✭ 58 (-72.64%)
Mutual labels:  retro
bitboy
BitBoy : a Gameboy emulator for bitbox !
Stars: ✭ 14 (-93.4%)
Mutual labels:  retro
synthwave-generator
Generate Synthwave band names. For science.
Stars: ✭ 24 (-88.68%)
Mutual labels:  retro
LAF
Linux Application Firewall
Stars: ✭ 8 (-96.23%)
Mutual labels:  desktop
piskel
A simple web-based tool for Spriting and Pixel art.
Stars: ✭ 9,109 (+4196.7%)
Mutual labels:  pixel-art
pixas-editor
Isometric pixel graphics editor
Stars: ✭ 24 (-88.68%)
Mutual labels:  pixel-art
metal camera
iOS metal camera with GPU shaders.
Stars: ✭ 68 (-67.92%)
Mutual labels:  pixel-art
ld47-fortLoop
Fort Loop: a 48h puzzle game for Ludum Dare 47
Stars: ✭ 24 (-88.68%)
Mutual labels:  pixel-art
desktop-application
Electron-based desktop time tracker for Cattr
Stars: ✭ 38 (-82.08%)
Mutual labels:  desktop
construct
A reactive graphical symbolic environment for PicoLisp
Stars: ✭ 29 (-86.32%)
Mutual labels:  desktop
fotowall
Pictures collage & creativity tool
Stars: ✭ 92 (-56.6%)
Mutual labels:  desktop

Bevy Retrograde

Crates.io Docs.rs Build Status lines of code Katharos License

( Screenshot of Bounty Bros. game made with Bevy Retrograde and Skip'n Go )

bounty bros game screenshot

Bevy Retrograde is an opinionated plugin pack for the Bevy game engine with tools to help you make 2D games!

Bevy Retrograde is not specific to pixel-art games, but it does include some features that would be particularly useful for pixel games. The ultimate goal is to act as an extension to Bevy that gives you common tools necessary to make a 2D game such as map loading, physics, UI, save-data, etc. Not all of the features we want to add are implemented yet, but we will be expanding the feature set as we developer our own game with it.

License

Bevy Retrograde LDtk is licensed under the Katharos License which places certain restrictions on what you are allowed to use it for. Please read and understand the terms before using Bevy Retrograde for your project.

Development Status

Bevy Retrograde is in early stages of development. The API is not stable and may change dramatically at any time.

We have just made a major update. This update removed ~75% of Bevy Retro ( that’s good! ) by updating to Bevy 0.7, and:

  • Replacing our custom renderer with Bevy’s
  • Replacing our custom map loader with bevy_ecs_ldtk
  • Replacing our custom RAUI UI renderer with bevy_egui

Now Bevy Retrograde mostly includes some existing libraries and provides small utilities on top such as the 9-patch style UI addtions for egui.

Since it’s been so long since our last update we want to get another release out soon, just to get everything working again on top of the latest crates. We are just waiting on a tilemap rendering fix to get merged before we publish an 0.3.0 release.

After that we plan to re-visit what extra features we might want, such as an easier way to setup the 2D camera, and a save data system, and we will look at polishing our integrations and utilities where appropriate.

See also Supported Bevy Version below.

Features & Examples

Check out our examples list to see how to use each Bevy Retrograde feature:

  • Supports web and desktop out-of-the-box
  • LDtk map loading and rendering using bevy_ecs_ldtk.
  • An integration with the egui UI library with extra 9-patch style widgets.
  • Text rendering of bitmap fonts in the BDF format
  • Physics and collision detection powered by Rapier with automatic generation of convex collision shapes from sprite images.
  • Sound playing with bevy_kira_audio.

Supported Bevy Version

bevy bevy_retrograde
0.7 master ( 0.3 release comming soon! )
0.6
0.5 0.1, 0.2

Cargo.toml:

[dependencies]
bevy = { version = "0.7", default-features = false }
bevy_retrograde = { git = "https://github.com/katharostech/bevy_retrograde.git" }
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].