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

https://github.com/fynv/volumercinline

A volume ray-caster based on VkInline
https://github.com/fynv/volumercinline

gpu offscreen-rendering python ray-casting volume-rendering vulkan

Last synced: about 2 months ago
JSON representation

A volume ray-caster based on VkInline

Awesome Lists containing this project

README

        

# VolumeRCInline

This is a volume ray-caster based on [VkInline](https://github.com/fynv/vkinline), and written fully in Python.

Install VkInline:
```
$ pip3 install VkInline
```

Install Pillow (needed by the test):
```
$ pip3 install pillow
```

Clone the code then run the test:
```
$ python3 test_lobster.py
```