newport 0.2.0

Modular Game Engine built in Rust
docs.rs failed to build newport-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

License ci crates.io

About

Ethereal Engine is a modular 2D and 3D game engine built in Rust for Rust. It is designed to be easily extendable and easy to use. The project is early on in development. Every API is extremely volatile as the engine is worked on more.

Goals

  • Independent - Build with minimal dependencies
  • Modular - Use modules to build building blocks that are combined for engine features.
  • Performant - Iteration times are very important for work flows. Not only game runtime but editor time must be performant
  • Cohesive - Keep tools and interaction with tools in Rust for simplicity

Dependencies

Dependencies that couldn't be given up.

Inspiration

This project is heavily inspired by those that came before it. This including AAA engines like the Naughty Dog Engine or other Rust engines such as Bevy.