vertix 0.4.6

A cross-platform performant ECS game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Performant and Cross Platform Game Engine written in Rust
This is the backend to most of my applications, a cross performant (web supported) game engine with an ECS. It uses wgpu for the rendering and hecs for the ECS, with more features on the way!

## Features
- [x] GPU Rendering
- [x] Model Loading
- [ ] Textures
- [ ] Instances
- [ ] UI
- [ ] Custom Camera
- [ ] Lighting
- [ ] Normal Maps
- [ ] Mesh Construction