Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailgorobets/volumerender
Volume rendering
https://github.com/mikhailgorobets/volumerender
d3d11 d3d12 directx medical-visualization pbr raytracing unity volume-rendering volumetric volumetric-path-tracing
Last synced: 3 months ago
JSON representation
Volume rendering
- Host: GitHub
- URL: https://github.com/mikhailgorobets/volumerender
- Owner: MikhailGorobets
- License: mit
- Created: 2019-05-31T20:55:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T10:49:13.000Z (over 1 year ago)
- Last Synced: 2023-07-30T11:20:58.199Z (over 1 year ago)
- Topics: d3d11, d3d12, directx, medical-visualization, pbr, raytracing, unity, volume-rendering, volumetric, volumetric-path-tracing
- Language: C++
- Homepage:
- Size: 29.3 MB
- Stars: 38
- Watchers: 5
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Volume Render
To get the repository and all submodules, use the following command:
```
git clone --recursive https://github.com/MikhailGorobets/VolumeRender.git
```When updating existing repository, don't forget to update all submodules:
```
git pull
git submodule update --init --recursive
```Build prerequisites:
* Windows SDK 10.0.19041.0 or later
* C++ build toolsUse either CMake GUI or command line tool to generate build files. For example, to generate
[Visual Studio 2019](https://www.visualstudio.com/vs/community) 64-bit solution and project files in *build/Win64* folder,
navigate to the engine's root folder and run the following command:```
cmake -S . -B ./build/Win64 -G "Visual Studio 16 2019" -A x64
```## Supported Platforms
| Platform | Build status |
|----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|
| Windows | ![Build Status](https://github.com/MikhailGorobets/VolumeRender/actions/workflows/windows.yml/badge.svg) |## Unity version of project
https://assetstore.unity.com/packages/slug/157811[![VolumePathTracing](https://img.youtube.com/vi/iQa1bxdbUaE/0.jpg)](https://www.youtube.com/watch?v=iQa1bxdbUaE)