Skip to content

Latest commit

History

History
55 lines (36 loc) 路 1.48 KB

File metadata and controls

55 lines (36 loc) 路 1.48 KB

BCF Viewer Web Application

A modern web application for viewing and analyzing BIM Collaboration Format (BCF) files directly in your browser. Supported versions: 3.0.

馃殌 Web app

Features

  • Drag & Drop Interface: Simply drag and drop BCF files into the browser
  • Complete BCF Support: Displays all BCF information including:
    • Topic details (title, status, priority, creation/modification info)
    • Comments with author, date, and modification history
    • Associated images with navigation
    • Viewpoint information
  • Responsive Design: Works on desktop and mobile devices
  • No Installation Required: Runs entirely in the browser
  • Real-time Processing: Instant parsing and display of BCF contents

Getting Started

Local Development

  1. Clone the repository:

    git clone https://github.com/Akroter-io/bcf-viewer.git
    cd bcf-viewer
  2. Install dependencies:

    npm install
  3. Start development server:

    npm start
  4. Open your browser: Navigate to http://localhost:8080

References

This project is inspired by BCF2PDF

License

This project is licensed under the MIT License - see the LICENSE.md file for details.