/Blocksify

🏘️ Interactive app that allows you to generate and analyze 3D model of urban environment.

Primary LanguageTypeScriptMIT LicenseMIT

BLOCKSIFY

PROJECT IS ARCHIVED

Interactive web app, build using Three js, React and MobX

Screenshot from v0.3.0

Starting application

  • install deps
npm i
  • start dev mode
npm run dev

-build and start

npm run build-stage
npm run start

With Docker

Install docker.io и docker-compose

apt update -y && apt install -y  docker.io docker-compose

Sometimes additional daemon.json in the folder /etc/docker has to be created to adress issues:

  • alpine repository fetch error (DNS)
  • fecth infinite stuck (mtu)
 { "dns" : [ "114.114.114.114" , "8.8.8.8" ], "mtu": 1000 } 

Build image (--verbose - to show logs)

docker-compose build blocksify-app-stage

Start in detached mode

docker-compose up -d blocksify-app-stage

Stopping services

docker-compose down

Take a look!

Here is a youtube playlist with stuff related to project. For now it's a kind of video changelog with short demonstartion of new features: https://www.youtube.com/playlist?list=PLyZzwvxb6x4tu-kgVjANIEQV9GDtxixIi