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

https://github.com/douze/volren

Volume rendering in BabylonJS
https://github.com/douze/volren

babylonjs colormaps volume-rendering

Last synced: 10 months ago
JSON representation

Volume rendering in BabylonJS

Awesome Lists containing this project

README

          

# volren

![BabylonJS](https://img.shields.io/badge/-BabylonJS-grey?logo=WebGL&logoColor=white)
![license](https://img.shields.io/github/license/douze/volren?color=blue&label=license)
![continuous integration](https://img.shields.io/github/actions/workflow/status/douze/volren/continuous-integration.yml)
![status](https://img.shields.io/badge/status-inative-yellowgreen)

**Vol**ume **Ren**dering is a [BabylonJS](https://www.babylonjs.com/) implementation of [Will Usher article](https://www.willusher.io/webgl/2019/01/13/volume-rendering-with-webgl) about volume rendering.

This project is mainly used to discover BabylonJS and volume rendering.

![Preview](volren.png)

## Controls
* MB1 (viewer): rotate
* MB1 (colormap): change color

## Tools
* [BabylonJS](https://www.babylonjs.com/) 5
* [Vite](https://vitejs.dev/) 4

## Resources
* [Bonsai](https://klacansky.com/open-scivis-datasets/)
* [ColorMaps](https://observablehq.com/@flimsyhat/webgl-color-maps)