-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a84773b
commit c8f1854
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
# Scientific Visualization | ||
|
||
This repository contains a collection of useful Paraview skills for scientific visualization that I've developed and condensed into one place. | ||
I've made generous use of the default MacOS keyboard shortcuts in this collection for brevity. | ||
I've used the default MacOS keyboard shortcuts in this collection for brevity. | ||
If you are using a different operating system, the corresponding shortcuts can easily be found via a quick Google search. | ||
I've also assumed that anyone using this collection has the most recent version of Paraview. | ||
|
||
## Table of Contents | ||
|
||
### The Basics | ||
|
||
[Three Steps to Nicer Visualization](Tutorials/three-steps-to-nice-visualization.md) | ||
|
||
[Creating an Annimation](Tutorials/creating-an-annimation.md) | ||
[Creating an Animation](Tutorials/creating-an-annimation.md) | ||
|
||
### General Visualization | ||
|
||
[Contours/Isosurfaces](Tutorials/contours.md) | ||
|
||
### Volume Rendering | ||
|
||
Coming soon! | ||
|
||
### Ray Tracing | ||
|
||
Coming soon! | ||
|
||
Have something to contribute? See the contributing guidelines [Here](contributing.md) | ||
Have something to contribute? See the contributing guidelines [here.](contributing.md) |