1 unstable release
0.2.0 | Jul 18, 2021 |
---|
#9 in #newport
Used in newport
8MB
8K
SLoC
Newport
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. Documentation and Testing is minimal
Table Of Contents
Goals
- 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
Features
- GPU Abstraction Layer - Thread Safe, HLSL Shaders, Built over Vulkan with DirectX12 back end coming soon, Bindless Resource Model
- Resource Manager - Thread Safe, Supports Import Variation, Garbage Collected
- Entity Component System - Thread Safe, Text Scene Format
- 2D Paint - Shape Rendering, Text Rendering, Single Draw Call
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.
Dependencies
~16MB
~364K SLoC