Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matchachoco010/hebi-hydra-renderer
https://github.com/matchachoco010/hebi-hydra-renderer
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matchachoco010/hebi-hydra-renderer
- Owner: MatchaChoco010
- Created: 2023-06-17T19:36:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T11:29:16.000Z (about 1 year ago)
- Last Synced: 2024-04-15T01:57:53.117Z (7 months 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.