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
- Host: GitHub
- URL: https://github.com/fynv/volumercinline
- Owner: fynv
- Created: 2020-06-25T09:36:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T11:09:34.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T03:17:51.528Z (about 2 months ago)
- Topics: gpu, offscreen-rendering, python, ray-casting, volume-rendering, vulkan
- Language: Python
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```![]()