~fridge_chewy/fridge_engine

collection of stuff related to fridge_engine

6f57952 unfinished implementation

2 months ago

#2 [fridge_engine] Regarding OpenXR

~fridge_chewy commented on fridge_bugs todo

2 months ago

#fridge_engine

... is a modern game (and eventually, 3d animation) engine written in Rust.

Build instructions are in the main repo's README (see bottom of page)

Check the wiki for more information (e.g. TODO list, what's currently implemented, etc).

Currently, fridge_engine is at version 0.0.0.

The release structure will be as follows:

  • 0.0.1 will release when physics are implemented.
  • 0.1.0 will release when a simple GUI and Client-Server architecture are implemented.
  • 1.0.0 when i feel like it

The sources to this project are:

  • fridge_engine: the one and only
  • fridge_ecs: Entity Component System meant for fridge_engine, but you can use it too, if you want.
  • Soon: soon