Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/verse
🚀 A universe in progress
https://github.com/thombruce/verse
bevy game rust space
Last synced: about 2 months ago
JSON representation
🚀 A universe in progress
- Host: GitHub
- URL: https://github.com/thombruce/verse
- Owner: thombruce
- License: other
- Created: 2023-09-24T03:42:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T21:43:34.000Z (10 months ago)
- Last Synced: 2024-10-17T18:13:34.739Z (2 months ago)
- Topics: bevy, game, rust, space
- Language: Rust
- Homepage:
- Size: 726 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Verse
[![Build](https://img.shields.io/github/actions/workflow/status/thombruce/verse/release.yml)](https://github.com/thombruce/verse/actions)
[![Release](https://img.shields.io/github/v/release/thombruce/verse)](https://github.com/thombruce/verse/releases/latest)
[![Changelog](https://img.shields.io/github/v/release/thombruce/verse?label=changelog&color=E05735)](CHANGELOG.md)
[![GitHub all releases](https://img.shields.io/github/downloads/thombruce/verse/total?link=https%3A%2F%2Fgithub.com%2Fthombruce%2Fverse%2Freleases%2Flatest)](https://github.com/thombruce/verse/releases/latest)
[![License](https://img.shields.io/badge/license-MIT%2BCC-orangered)](LICENSE)
[![YouTube](https://img.shields.io/youtube/channel/subscribers/UCovTexXThVZzjpWQyPSfOwA?style=flat&logo=youtube&color=FF0000)](https://youtube.com/@thombruce)
[![Discord](https://img.shields.io/discord/697123984231366716?logo=discord&color=5865F2)](https://discord.gg/SAUagUgTfa)## Download
[Get the latest release!](https://github.com/thombruce/verse/releases/latest)
## Controls
| Action | Keyboard | Controller |
| ------------- | ------------------------------- | ------------------------- |
| Thrust | W, ↑ | RT |
| Turn left | A, ← | LS ← |
| Turn right | D, → | LS → |
| Fire | Space | A/X |
| Pause/unpause | Esc, P | Start |## Config
When Verse first runs, it will create a config file at `verse.config.ron`. These values can be reconfigured to your liking:
```rs
(
window_mode: Windowed, // Windowed, Fullscreen, BorderlessFullscreen, SizedFullscreen
master_volume: 1.0, // 0.0..1.0
locale: "en-US", // "en-US", "ru-RU", "de-DE"
)
```## Development
### Installation
```sh
git clone https://github.com/thombruce/verse.git
cd verse
cargo run
```## Credits
Built on [Rust](https://www.rust-lang.org/) with [Bevy](https://bevyengine.org/).
### Title Font
[Edge of the Galaxy](https://www.fontspace.com/edge-of-the-galaxy-font-f45748) by [Quinn Davis Type](https://www.fontspace.com/quinn-davis-type)
### Art
- [Space Shooter Redux](https://www.kenney.nl/assets/space-shooter-redux) by [Kenney](https://www.kenney.nl/)
From [Kenney.nl](https://www.kenney.nl/), [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
- [Ship Mixer](https://kenney.itch.io/ship-mixer) by [Kenney](https://www.kenney.nl/)
From [Kenney.nl](https://www.kenney.nl/)
- [Pixel Planet Generator](https://deep-fold.itch.io/pixel-planet-generator) by [Deep-Fold](https://deep-fold.itch.io/)
From [itch.io](https://itch.io/)
- [Xolonium](https://fontlibrary.org/en/font/xolonium) by [Severin Meyer](https://fontlibrary.org/en/member/sev)
From the [Font Library](https://fontlibrary.org/), [OFL (SIL Open Font License)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
### Music
- [Lightspeed](https://freemusicarchive.org/music/beat-mekanik/single/lightspeed/) by [Beat Mekanik](https://freemusicarchive.org/music/beat-mekanik/)
From the [Free Music Archive](https://freemusicarchive.org/), [CC BY](https://creativecommons.org/licenses/by/4.0/)
- [Space Dust](https://freemusicarchive.org/music/kirk-osamayo/season-two-yellow/space-dust/) by [Kirk Osamayo](https://freemusicarchive.org/music/kirk-osamayo/)
From the [Free Music Archive](https://freemusicarchive.org/), [CC BY](https://creativecommons.org/licenses/by/4.0/)
_Fade in/out added to beginning and end of track for looping in game._
### Audio
- [Impact Sounds](https://www.kenney.nl/assets/impact-sounds) by [Kenney](https://www.kenney.nl/)
From [Kenney.nl](https://www.kenney.nl/), [CC0](https://creativecommons.org/publicdomain/zero/1.0/)
## License
[LICENSE](LICENSE)
_Verse is licensed under the MIT license modified by the Commons Clause License Condition v1.0 ("Commons Clause")._