#gamedev #newport #game-engine #engine #game #thread-safe

newport_graphics

Graphics rendering library for Newport engine

2 unstable releases

0.2.0 Jul 18, 2021
0.0.1 Apr 4, 2021

#12 in #newport

Download history 4/week @ 2024-02-12 21/week @ 2024-02-19 34/week @ 2024-02-26 14/week @ 2024-03-04 25/week @ 2024-03-11 13/week @ 2024-03-18

87 downloads per month
Used in 5 crates (4 directly)

MIT license

19MB
6K 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

License CI

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

~17MB
~369K SLoC