Skip to content

jzrake/luview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

|  \                          |  \                        
| $$      __    __  __     __  \$$  ______   __   __   __ 
| $$     |  \  |  \|  \   /  \|  \ /      \ |  \ |  \ |  \
| $$     | $$  | $$ \$$\ /  $$| $$|  $$$$$$\| $$ | $$ | $$
| $$     | $$  | $$  \$$\  $$ | $$| $$    $$| $$ | $$ | $$
| $$_____| $$__/ $$   \$$ $$  | $$| $$$$$$$$| $$_/ $$_/ $$
| $$     \\$$    $$    \$$$   | $$ \$$     \ \$$   $$   $$
 \$$$$$$$$ \$$$$$$      \$     \$$  \$$$$$$$  \$$$$$\$$$$ 

           3d visualizer for scientific data


# LICENSE #
# ------------------------------------------------------------------------------

Copyright (C) 2012 Jonathan Zrake

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



# QUICK START #
# ------------------------------------------------------------------------------
make
source setup.sh
./mythos -f "6*(x^4 + x*y^3) * cos(20*x*y)"


# HDF5 #
# ------------------------------------------------------------------------------
To compile with HDF5 support, set the environment variable HDF5_HOME before
running make, for example

make clean
export HDF5_HOME=/Library/Science/hdf5
make


# EXAMPLE DATA #
# ------------------------------------------------------------------------------
wget http://zrake.webfactional.com/media/luview-data.tar.gz
tar -xvf luview-data.tar.gz

./mythos data/KH-bnd-1024-chkpt.0006.h5 --dset prim/rho


# EXAMPLE LUVIEW SRIPTS #
# ------------------------------------------------------------------------------
lua examples/mandelbrot.lua
lua examples/stingray.lua

About

3d scientific visualization in Lua

Resources

Stars

Watchers

Forks

Packages

No packages published