All Projects → STEMLab → InViewer

STEMLab / InViewer

Licence: MIT license
A Three.js-based viewer for visualizing OGC IndoorGML data

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to InViewer

InEditor
A web-based editor for drawing and creating OGC IndoorGML data
Stars: ✭ 26 (+44.44%)
Mutual labels:  gml, ogc, indoorgml
speckle-server
The Speckle Server, Frontend, 3D Viewer, & other JS utilities.
Stars: ✭ 224 (+1144.44%)
Mutual labels:  threejs, viewer
React 3d Viewer
A 3D model viewer component based on react.js 一个基于react.js的组件化3d模型查看工具
Stars: ✭ 100 (+455.56%)
Mutual labels:  threejs, viewer
Speckleviewer
⚠️ deprecated; viewer is now integrated in https://github.com/speckleworks/SpeckleAdmin
Stars: ✭ 23 (+27.78%)
Mutual labels:  threejs, viewer
val3dity
Validation of 3D primitives according to the international standard ISO19107
Stars: ✭ 65 (+261.11%)
Mutual labels:  gml, indoorgml
deegree3
Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
Stars: ✭ 118 (+555.56%)
Mutual labels:  gml, ogc
Plasio
Drag-n-drop In-browser LAS/LAZ point cloud viewer. http://plas.io
Stars: ✭ 349 (+1838.89%)
Mutual labels:  threejs, viewer
virtex
A three.js object viewer written in TypeScript
Stars: ✭ 14 (-22.22%)
Mutual labels:  threejs, viewer
icosa-viewer
3D Viewer component for Tilt Brush / Open Brush, Google Blocks files and their derivatives
Stars: ✭ 24 (+33.33%)
Mutual labels:  threejs, viewer
geometa
R tools to write, read & validate geographic metadata (OGC/ISO 19110, 19115, 19119, 19136 and 19139)
Stars: ✭ 37 (+105.56%)
Mutual labels:  gml, ogc
md-fileserver
Locally view markdown files in a browser.
Stars: ✭ 50 (+177.78%)
Mutual labels:  viewer
iThreeJS
以three.js为开发基础的3D模型 + 数据可视化
Stars: ✭ 40 (+122.22%)
Mutual labels:  threejs
three js gpu picking
GPU based object picking for Three.JS
Stars: ✭ 29 (+61.11%)
Mutual labels:  threejs
dl-model
Dragalia Lost Model Viewer
Stars: ✭ 30 (+66.67%)
Mutual labels:  threejs
Minemap
An efficient map viewer for Minecraft seed in a nice GUI with utilities without ever needing to install Minecraft.
Stars: ✭ 104 (+477.78%)
Mutual labels:  viewer
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (+322.22%)
Mutual labels:  threejs
Depthkit.js
🎞 A plugin for using DepthKit's volumteric captures in Three.js
Stars: ✭ 64 (+255.56%)
Mutual labels:  threejs
solarsystemts
케플러 방정식을 이용한 태양계 행성들의 궤도 계산 시뮬레이터
Stars: ✭ 49 (+172.22%)
Mutual labels:  threejs
terkel.com-2016
My Personal website. Build with Vue and ThreeJS.
Stars: ✭ 38 (+111.11%)
Mutual labels:  threejs
rllib.js
Reinforcement learning library with JavaScript.
Stars: ✭ 23 (+27.78%)
Mutual labels:  threejs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].