Applied Visualization
This Git repository is only for the tutorials of Applied Visualization. Material related to the lecture can be found on StudOn.
Get Started
The following instructions will setup the lecture materials.
- Install git
- Clone the repository
- go to the directory of your preference for Applied Visualization
- run: git clone https://gitlab.cs.fau.de/i9/appvis.git
A live server is required to properly run the exercises. There are many possibilities to install and run a light weight live server.
- Install Visual Studio Code and the Live Server extension
- Install the Atom editor and the extension atom-live-server
- Install Node.js and then install the liver server: npm install -g live-server