Skip to content

OpenBimRL/OpenBimRL-CreatorTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBimRL Creator-Tool

Current Version: 0.2.4
Publication Date: 01.06.2022
Updated Date: 05.11.2024
Autors: Marcel Stepien (original) and Florian Becker (Vue.js version)
E-Mail: [email protected]


Demo

A web-based application to create and edit OpenBimRL files.

Getting started

To run this project, following applications must be installed:

  • node.js
  • npm
  • Visual Studio Code (Recommended) + Volar plugin for Vue

The following dependencies have to be installed using npm:

cd webapp
npm install

For more details on dependencies view the package.json file.

Compiling and Running

New client side implementations can be added by writing code in: /webapp/src/

In order to bundle Vue components into a single app.js file, the code has to be compiled using vite. The files will be stored in /webapp/dist/. These files are used by the index.html file. To generate the compiled files, simply run following command:

cd webapp
npm run build

NOTE: The watch-mode supports hot-reload, in order to edit and view files live in a browser.

Run Demo without Coding

This tool also runs without the sever application! Simply open the index.html from the build.zip in your web-browser to execute and use the latest updated version of this tool.

OpenBimRL-Creator-Tool demo

About

A simplistic web-based visualizer and editor for OpenBimRL documents.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 59.2%
  • TypeScript 39.7%
  • Other 1.1%