#engine #gamedev #newport #game-engine #game

newport_cache

Cache Builder for Newport

1 unstable release

0.2.0 Jul 18, 2021

#1827 in Game dev

Download history 9/week @ 2023-11-26 8/week @ 2023-12-17 7/week @ 2023-12-24 3/week @ 2024-01-07 1/week @ 2024-01-14 7/week @ 2024-02-04 10/week @ 2024-02-11 20/week @ 2024-02-18 36/week @ 2024-02-25 19/week @ 2024-03-03 17/week @ 2024-03-10

95 downloads per month
Used in 8 crates (2 directly)

Apache-2.0

19KB
450 lines

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

~1.3–2MB
~46K SLoC