Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romannurik/LayerVisualizer

A simple web-based 3D layer visualizer (useful for visualizing material UIs and other things involving depth/shadows)
https://github.com/romannurik/LayerVisualizer

Last synced: 5 days ago
JSON representation

A simple web-based 3D layer visualizer (useful for visualizing material UIs and other things involving depth/shadows)

Awesome Lists containing this project

README

        

[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

# Layer Visualizer

A simple web-based 3D layer visualizer (useful for visualizing material UIs and other things involving depth/shadows)

![Layer Visualizer Examples](https://raw.githubusercontent.com/romannurik/LayerVisualizer/master/examples.gif)

Check the [example code](https://github.com/romannurik/LayerVisualizer/blob/master/examples.html) ([live demo](https://cdn.rawgit.com/romannurik/LayerVisualizer/d3691d20005ba8a86494a1419d5187f5edf8af0d/examples.html)) or [template code](https://github.com/romannurik/LayerVisualizer/blob/master/template.html) ([live demo](https://cdn.rawgit.com/romannurik/LayerVisualizer/d3691d20005ba8a86494a1419d5187f5edf8af0d/template.html)) to get started.

## Tree Visualizer

Also included is a layout XML tree visualizer, useful for teaching layouts.

![Tree Visualizer Examples](https://raw.githubusercontent.com/romannurik/LayerVisualizer/master/treevis/treevis-example.gif)

Check the [example code](https://github.com/romannurik/LayerVisualizer/blob/master/treevis/example1.html) ([live demo](https://cdn.rawgit.com/romannurik/LayerVisualizer/d3691d20005ba8a86494a1419d5187f5edf8af0d/treevis/example1.html)) or [template code](https://github.com/romannurik/LayerVisualizer/blob/master/treevis/template.html) ([live demo](https://cdn.rawgit.com/romannurik/LayerVisualizer/d3691d20005ba8a86494a1419d5187f5edf8af0d/treevis/template.html)) to get started.