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

https://github.com/art049/interactivewoodcombustion

Interactive Wood Combustion for Botanical Tree Models
https://github.com/art049/interactivewoodcombustion

Last synced: 2 months ago
JSON representation

Interactive Wood Combustion for Botanical Tree Models

Awesome Lists containing this project

README

        

# Interactive Wood Combustion for Botanical Tree Models [2017 Pirk et al.](http://www.pirk.info/papers/Pirk.etal-2017-WoodCombustion.pdf)
(Partial implementation)

## Requirements

- CUDA 9.0
- g++-5 (at least g++<6, otherwise some compilation problems may appear)
- Glut
- OpenGL Mathematics (GLM) library
- libcublas
- libcusparse

## Compilation
First, you need to edit the Makefile.

set CC and CPP to g++-5

set NVCC path

set COMPUTE_CAPABILITY to the capability of your card [https://en.wikipedia.org/wiki/CUDA#GPUs_supported]

then `make -j`

## Options
You can change all the physics parameters in `./src/physics/physics.h`
## Usage
The red line shows the external force applied to the fluid at each frame

### Commands:
------------------
w: Toggle wireframe mode

drag+left button: rotate model

drag+right button: move model

drag+middle button / drag + left button + right button : zoom

g: Toggle debug grid display

s: Toggle smoke and temperature sources

p: Pause/Unpause the physics simulation

r: Reset the state of the physics engine

left,right,up,down: Add external force to the fluid in the ground plane

PageUp, PageDown: Add external force to the fluid along the vertical axis

q, esc: Quit