A plugin-first anime-ish video game

Overview

๐ŸŒท ๐ŸŒท Project Flara ๐ŸŒธ ๐ŸŒธ

A plugin-first anime-ish video game

Have you ever played an anime mobile video game, and then wondered. Huh, I wish I could play mod with this game, or rip the assets. Except, usually it will infringe with the copyright licensing of that game. Or the server you're playing or even the game itself is sunsetting!

We're trying to fix that! ๐Ÿ˜Š

โœจ Features

  • An anime game that combines the gacha genre and community-run titles!
  • Enjoy a collaborative development style where events and contents are from the community!

โœ… Status

This game is still in early prototype stage!

You might also like...
Crossterm plugin for the bevy game engine
Crossterm plugin for the bevy game engine

What is bevy_crossterm? bevy_crossterm is a Bevy plugin that uses crossterm as a renderer. It provides custom components and events which allow users

A Bevy plugin to use Kira for game audio

Bevy Kira audio This bevy plugin is intended to try integrating Kira into Bevy. The end goal would be to replace or update bevy_audio, if Kira turns o

Hanabi โ€” a particle system plugin for the Bevy game engine.

Hanabi โ€” a particle system plugin for the Bevy game engine

Tweening animation plugin for the Bevy game engine.
Tweening animation plugin for the Bevy game engine.

๐Ÿƒ Bevy Tweening Tweening animation plugin for the Bevy game engine. Features Animate any field of any component or asset, including custom ones. Run

A plugin to enable random number generation for the Bevy game engine.

bevy_turborand A plugin to enable random number generation for the Bevy game engine, built upon turborand. Implements ideas from Bevy's Deterministic

A spectator camera plugin for the Bevy game engine

bevy_spectator A spectator camera plugin for the Bevy game engine. Controls Action Key Forward W Left A Backward S Right D Up Space Down LControl Alt.

Bevy Simple Portals is a Bevy game engine plugin aimed to create portals.
Bevy Simple Portals is a Bevy game engine plugin aimed to create portals.

Portals for Bevy Bevy Simple Portals is a Bevy game engine plugin aimed to create portals. Those portals are (for now) purely visual and can be used t

Combine simple building blocks to create smooth cameras: first-person, chase, orbit, look-at, you name it!

๐ŸŽฅ dolly Combine simple building blocks to create smooth cameras: first-person, chase, orbit, look-at, you name it! Camera rigs made with dolly are en

Rushes are new ephemeral projects at Hive Helsinki. Wordle is the first in this series with 48 hours time window

Rushes are new ephemeral projects at Hive Helsinki. Wordle is the first in this series with 48 hours time window

Comments
  • Restyle Plugin system based on WebAssembly w/ Wasmer

    Restyle Plugin system based on WebAssembly w/ Wasmer

    Automated style fixes for #1, created by Restyled.

    The following restylers made fixes:

    To incorporate these changes, merge this Pull Request into the original. We recommend using the Squash or Rebase strategies.

    NOTE: As work continues on the original Pull Request, this process will re-run and update (force-push) this Pull Request with updated style fixes as necessary. If the style is fixed manually at any point (i.e. this process finds no fixes to make), this Pull Request will be closed automatically.

    Sorry if this was unexpected. To disable it, see our documentation.

    opened by restyled-io[bot] 0
  • Tracking issue for Project Flara Progress

    Tracking issue for Project Flara Progress

    project-flara/project-flara

    • [ ] Startup screen
      • [x] Initial prototype implementation
      • [ ] Tween animation using bevy_tweening.
    • [ ] Title screen
    • [x] Initial prototype
    • [x] Design direction
    • [ ] Branding for "Fiana Fortressia" and project logo
    • [ ] Startup dialogs
      • [ ] Tutorials
      • [ ] Other custom startup dialogs? (RFC needed)
    • [ ] Main menu
      • [ ] Locations map
      • [ ] Buttons
      • [ ] Main menu interactions (RFC needed)
    • [ ] Level Selector
    • [ ] Gameplay
      • [ ] What genre and mechanics? (RFC needed)
    • [ ] Story
      • [ ] Story prototype (RFC needed)

    project-flara/bevy-rpg

    • [x] Moving text
    • [x] Disable and enable plugin trough ActiveState
    • [ ] Control buttons
      • [ ] Skipping dialog
      • [ ] Skipping all dialogs
      • [ ] Speeding up
      • [ ] See dialogs in a chat view
      • [ ] Minimize view
    • [ ] Dialog types
    • [x] Text dialog
    • [ ] Option picker dialog
    • [ ] Text form dialog
    • [ ] Avatars
    • [ ] PNG avatars
    • [ ] Inochi2D avatars support
    • [ ] Audio
    • [ ] Character voice over support
    • [ ] Music and sound effects
    rfc-needed 
    opened by fianathedevgirl 0
  • Tracking issues for upstream unreleased or missing features we want or depend

    Tracking issues for upstream unreleased or missing features we want or depend

    bevyengine/bevy

    • https://github.com/bevyengine/bevy/issues/4026
    • https://github.com/bevyengine/bevy/issues/5924
      • Blocked by https://github.com/DioxusLabs/taffy/issues/223
      • Potentionally PRs are blocked by https://github.com/bevyengine/bevy/issues/5511 since major rewrite to the API will be done
      • Hack around: we can render a PNG that has a border that we want?
    • https://github.com/bevyengine/bevy/issues/6956
      • For my own game, I am considering trying to do pop-in pop-out animation with Transform. It allows a more cartoony transition, but for others this might not been what they prefer for their game theme.

    • https://github.com/bevyengine/bevy/pull/6874
      • Important so that players with sight issues can still enjoy the game to the fullest extent.
    • https://github.com/bevyengine/bevy/pull/6236
      • For settings and UI scaling slider

    Inochi2D

    • https://github.com/Inochi2D/inochi2d-rs/issues/5
    • Better SDK APIs, but expect this to be resolved in a quite a long time!
    • https://github.com/renpy/renpy/issues/3722
    • Potential reference implementation in RenPY.
    • https://github.com/Inochi2D/inochi2d-rs/issues/7

    Inox2d - Inochi2D Rust Implementation

    Mesa graphic driver

    tracking 
    opened by fianathedevgirl 0
Owner
null
A game made in one week for the Bevy engine's first game jam

ยฟQuien es el MechaBurro? An entry for the first Bevy game jam following the theme of "Unfair Advantage." It was made in one week using the wonderful B

mike 20 Dec 23, 2022
A Client/Server game networking plugin using QUIC, for the Bevy game engine.

Bevy Quinnet A Client/Server game networking plugin using QUIC, for the Bevy game engine. Bevy Quinnet QUIC as a game networking protocol Features Roa

Gilles Henaux 65 Feb 20, 2023
Basic first-person fly camera for the Bevy game engine

bevy_flycam A basic first-person fly camera for Bevy 0.4 Controls WASD to move horizontally SPACE to ascend LSHIFT to descend ESC to grab/release curs

Spencer Burris 85 Dec 23, 2022
Dark Forest, the world's first decentralized real-time strategy game.

darkforest-rs Dark Forest, the world's first decentralized real-time strategy game.

null 44 Oct 9, 2022
My first Real-Time 3D Game Engine learning project written in Rust.

EyeEngine-Rust FOA, sry for my poor English. What is Eye Engine? Eye Engine is my first Real-Time 3D Game Engine learning project. There are two editi

F-seeeye 4 Jan 5, 2022
A first-time implementation of Conway's Game of Life in Rust: Adventure and Commentary

A Commentary on Life This project documents the process and final result of my first-ever attempt at implementing Conway's Game of Life. I'll be using

Avery R. 2 Feb 25, 2022
Solana Game Server is a decentralized game server running on Solana, designed for game developers

Solana Game Server* is the first decentralized Game Server (aka web3 game server) designed for game devs. (Think web3 SDK for game developers as a ser

Tardigrade Life Sciences, Inc 16 Dec 1, 2022
a rust library to find near-duplicate video files

Video Duplicate Finder vid_dup_finder finds near-duplicate video files on disk. It detects videos whose frames look similar, and where the videos are

null 12 Oct 28, 2022
Scuffed UEFI video(bad apple) player

Bad UEFI Another day, another Bad Apple project. Video and audio are loaded from \video.uefiv and \audio.uefia respectively. (when running in QEMU esp

Matic Babnik 4 Nov 8, 2022
Inspector plugin for the bevy game engine

bevy-inspector-egui This crate provides the ability to annotate structs with a #[derive(Inspectable)], which opens a debug interface using egui where

Jakob Hellermann 517 Dec 31, 2022