Skip to content

Darshan-C/Viktor-TopologicTower

Repository files navigation

Topologic Tower

The app demonstrates the use of parametric design to built a tower and to show some of the features. Topolologicpy, a python library is used to create a tower and additionally few functions are used to demonstrate topologicpy potential.

Overview

When you open the app, the following interface is visible. on the top-left corner there are three tabs: Introduction, Tower parameters, Topologic Features

Introduction gives a brief information about the app. Tower parameters tab contains all the parameters by which tower design can be manipulated. Topologic Features tab contains parameter/inputs to perform topologic features on the tower.

Centre-top tabs are used to visualise the Tower and all the other function. The following snaps will go through all the visualisation tabs.

alt text1

Tab 1- Tower

Tower tab visualise the complete tower design. alt text1

Tab 2- Internal Faces

Internal Faces tab displays the vertical internal faces, either of a particular floor or of a whole building. alt text1

Tab3- External Faces

External Faces tab displays the External faces, either of a particular floor or of a whole building. alt text1

Tab4- Adjacent Blocks

Adjacent Block tab give an adjacent blocks of a selected block. alt text1

Tab5- Building Graph

Building Graph create a graph of a designed building. alt text1

Do you want to create an app by yourself?

If you wish to try to create a VIKTOR app using the same code, feel free to do so.

Steps

  1. Clone the repository.
  2. Create an account of VIKTOR.
  3. Create an app in your account. For more info visit VIKTOR Doc link
  4. Clear the database with "viktor-cli clear"
  5. Install your application with "viktor-cli install"
  6. Start your app with "viktor-cli start"
  7. Check the app status with "viktor-cli apps"
  8. Publish your app by "viktor-cli publish --registered-name < insert-app-name-here > --tag v0.1.0"
  9. Go to the your https://cloud.viktor.ai/ (The link you get when you start your app[6])
  10. Click on Apps > Create Workspace. (For more info click here)
  11. Workspace> Open to view the app.
  12. Explore and try different variations in building design.

About

A tower created using Topololgic python library and transferred to VIKTOR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages