YYZVis is a visualization toolkit based on KVS for Yin-Yang-Zhong volume dataset.
Clone YYZVis repository from GitHub as follows:
$ git clone https://github.com/vizlab-kobe/YYZVis.git
Build YYZVis library required to compile each application in App and Test.
$ cd YYZVis
$ cd Lib
$ ./kvsmake.py
If necessary, rebuild the library as follows:
$ ./kvsmake.py rebuild
Some of the test programs are in the Test directory. All of these programs can be built using the kvsmake command in each test program directory (XXX).
$ cd Test
$ cd XXX
$ kvsmake -G
$ kvsmake
$ ./run.sh
The App directory contains several application programs. To build and run these application programs, refer to the ReadMe files in each directories.
- Kaoru Uemori, Naohisa Sakamoto, Nobuaki Ohno, Akira Kageyama, An Interactive Visualization Toolkit for Yin-Yang-Zhong Grid Dataset, The 38th JSST Annual International Conference on Simulation Technology (JSST2019), pp.27-30, 2019.11. [repo]
- Kaoru Uemori, Naohisa Sakamoto, Nobuaki Ohno, Akira Kageyama, YYZVis: An Efficient Visualization Toolkit for Yin-Yang-Zhong Grid Dataset, Journal of Advanced Simulation in Science and Engineering (JASSE), Vol.7, Issue 1, pp.15-33, 2020.3 [repo)]