https://github.com/matchachoco010/hebi-hydra-renderer
https://github.com/matchachoco010/hebi-hydra-renderer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matchachoco010/hebi-hydra-renderer
- Owner: MatchaChoco010
- Created: 2023-06-17T19:36:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T11:29:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T02:26:36.799Z (over 1 year ago)
- Language: C++
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hebi-hydra-renderer
tiny hydra renderer written in Rust.
## Dependencies
- MSVC 2019 or later
- CMake 3.24 or later
- Python 3.x
- Rust 1.72 or later
- [cargo-make](https://github.com/sagiegurari/cargo-make)
## Current Status
The current build script only supports windows, USD v22.05 and Houdini 19.5.
Currently this renderer simply fills the screen with green.
HoudiniのSolarisのHydraレンダラーを自作の緑単色塗りつぶしHydraレンダラーに置き換えることができた~! 非常に小さなHydraレンダラーということでhebiという名前のレンダラーにしました。 pic.twitter.com/VabcggGAL0
— ᗦ)))⋊ - オリトイツキ - ᗦ+++◃ (@MatchaChoco010) June 24, 2023
## How to build
```sh
$ cargo make
```
The first time build will take several minutes.