Git Product home page Git Product logo

inviewer's Introduction

InViewer

A Three.js-based viewer for visualizing OGC IndoorGML data

Image of preview

Main Features

  • Visualizing OGC IndoorGML data
  • Interactive Visualizing IndoorGML with [InEditor]

Prerequisites

  • Node.js >= ^5.0.0
  • npm >= ^3.0.0
  • Python 2.7

Quick Start

  1. You need to install modules. Please follow step.
npm install
  1. Start server by executing npm start and launch a web browser and open the viewer (http://127.0.0.1:3000).

Building for Production

TBD

Project Structure

.
├── build                    # All build-related code
├── docs                     # Assets for documentation
├── public                   # Static public assets
├── server                   # Express application that provides webpack middleware
│   └── main.js              # Server application entry point
├── src                      # Application source code
│   ├── index.html           # Main HTML page container for app
│   ├── index.js             # Application bootstrap and rendering
│   ├── normalize.js         # Browser normalization and polyfills
│   ├── components           # Global Reusable Components
│   ├── containers           # Global Reusable Container Components
│   ├── layouts              # Components that dictate major page structure
│   │   └── CoreLayout       # Global application layout in which to render routes
│   ├── routes               # Main route definitions and async split points
│   │   ├── index.js         # Bootstrap main application routes with store
│   │   ├── Main             # The main route
│   │   │   ├── index.js     # Route definitions and async split points
│   │   │   ├── assets       # Assets required to render components
│   │   │   ├── components   # Presentational React Components
│   │   │   ├── container    # Connect components to actions and store
│   │   └── └── modules      # Collections of reducers/constants/actions
│   ├── services             # Global service manager based on EventsEmitter
│   ├── store                # Redux-specific pieces
│   │   ├── createStore.js   # Create and instrument redux store
│   │   └── reducers.js      # Reducer registry and injection
│   └── styles               # Application-wide styles (generally settings)
└── tests                    # Unit tests

Authors

Name E-mail Affiliation
Hyung-Gyu Ryoo [email protected] Pusan National University
Suhee Jung [email protected] Pusan National University
Soojin Kim [email protected] Kakao Mobility

Note

This project is based on the cool React Redux Starter Kit and forge-rcdb.node.js

inviewer's People

Contributors

hgryoo avatar suheeeee avatar jungham avatar cocoslime avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.