An open API service indexing awesome lists of open source software.

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

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.