rusting_engine 0.1.0

A high-performance Vulkano-based 3D engine with GPU physics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Changelog

## [0.1.0] - 2026-03-31

### Added

- Initial release!
- Different fragment shader support.
- Different physic shader support.
- Physics engine with per-object collision types (Box/Sphere).
- Same speed as pure Vulkano+winit