Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PsichiX/Oxygengine
Rust implementation of Oxygen Core HTML5 game engine
https://github.com/PsichiX/Oxygengine
game-development game-engine gamedev rust
Last synced: 1 day ago
JSON representation
Rust implementation of Oxygen Core HTML5 game engine
- Host: GitHub
- URL: https://github.com/PsichiX/Oxygengine
- Owner: PsichiX
- License: other
- Created: 2019-04-19T01:20:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T21:01:04.000Z (about 1 year ago)
- Last Synced: 2024-05-27T19:51:59.212Z (6 months ago)
- Topics: game-development, game-engine, gamedev, rust
- Language: Rust
- Homepage: https://psichix.github.io/Oxygengine
- Size: 39.4 MB
- Stars: 453
- Watchers: 14
- Forks: 22
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](https://raw.githubusercontent.com/PsichiX/Oxygengine/master/media/oxygengine-dark-logo.svg?sanitize=true)
# Oxygengine
![GitHub CI](https://github.com/PsichiX/Oxygengine/workflows/Rust/badge.svg)
![crates-io version](https://raster.shields.io/crates/v/oxygengine.png)
![GitHub tag](https://img.shields.io/github/v/release/PsichiX/Oxygengine?include_prereleases&style=social)### The hottest HTML5 + WASM game engine for games written in Rust with `web-sys`.
## Table of contents
1. [Oxygengine Essentials Book](#oxygengine-essentials-book)
1. [Understanding ECS](#understanding-ecs)
1. [Teaser](#teaser)
1. [Roadmap](#roadmap)## Oxygengine Essentials Book
[https://psichix.github.io/Oxygengine/](https://psichix.github.io/Oxygengine/)## Understanding ECS
Oxygengine is using `hecs` as its ECS framework to achieve better performance,
reduce application complexity and help decouple state from the logic as much as
possible. More about `hecs` and ECS here: https://github.com/Ralith/hecs## Teaser
![Visual Novel](https://raw.githubusercontent.com/PsichiX/Oxygengine/master/media/oxygengine-visual-novel-teaser.gif)
![RPG](https://raw.githubusercontent.com/PsichiX/Oxygengine/master/media/oxygengine-overworld.gif)
![RAUI](https://raw.githubusercontent.com/PsichiX/Oxygengine/master/media/oxygengine-raui-navigation.gif)## Roadmap
Current milestone progress: https://github.com/PsichiX/Oxygengine/projects/1