https://github.com/dannymcgee/hazel_rs
TheCherno's Hazel engine rewritten in Rust
https://github.com/dannymcgee/hazel_rs
Last synced: about 2 months ago
JSON representation
TheCherno's Hazel engine rewritten in Rust
- Host: GitHub
- URL: https://github.com/dannymcgee/hazel_rs
- Owner: dannymcgee
- License: mit
- Created: 2021-03-07T06:31:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T01:27:08.000Z (about 4 years ago)
- Last Synced: 2025-03-06T06:51:51.560Z (2 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hazel.rs
This project is a rewrite of [TheCherno's Hazel Engine](https://github.com/TheCherno/Hazel) in Rust, mostly as an exercise to get better at Rust.
Lots of liberties will undoubtedly be taken — partly in an attempt be more idiomatic, partly because certain C++ idioms are difficult or downright impossible to reproduce in Rust, and partly just 'cause personal preference.