# Vizi **Repository Path**: meshsmith/Vizi ## Basic Information - **Project Name**: Vizi - **Description**: A Component-Based Framework for Visual Web Applications - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vizi A Framework for Building Interactive 3D Applications in WebGL ## Getting Started Download the [latest version](https://raw.githubusercontent.com/tparisi/Vizi/master/engine/build/vizi.min.js) and include it into your HTML: ```html ``` Note that this version is the minified release version. Checkout the [engine/build](https://github.com/tparisi/Vizi/tree/master/engine/build) directory for other versions (e.g. unminified, no-dependencies, etc.). Create your Vizi-based application: ```html
```