Skip to content

onukura/gitbucket-3dfile-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbucket-3dfile-plugin

Build Status

A GitBucket plugin for rendering 3d file.
Based on three.js and Three.js-STL-Viewer.

Screenshot

screenshot

Install

  1. Download *.jar from Releases.
  2. Deploy it to GITBUCKET_HOME/plugins.
  3. Restart GitBucket.

Build from source

sbt clean package

The built package is located at target/scala-2.13/gitbucket-3dfile-plugin_2.13-{plugin-version}.jar.

sbt assembly

This makes the assembly package target/scala-2.13/gitbucket-3dfile-plugin-{plugin-version}.jar for deployment.

Supported file

Currently, only .stl file is supported.
A sample file is available here.

Version

Plugin version GitBucket version
1.0.x 4.32.x -