Skip to content

Commit

Permalink
v.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Nov 10, 2023
1 parent 02a9017 commit 120cd67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Displaying volumes with LUTs and crop view at the current stage are available on

## For developers

A list of additional methods (adding LUTs and volume crop) is illustrated by [this example](https://github.com/ekatrukha/bvv-playground/blob/master/src/test/java/bvv/examples/BT_Example01.java).
A list of additional methods (adding LUTs and volume crop) is illustrated by [this example](https://github.com/ekatrukha/bvv-playground/blob/master/src/test/java/bvv/vistools/examples/BT_Example01.java).
The project is currently under development and has a lot of "experimental" code (i.e. not clean and in the state of "well, at least it works"). So comments and optimization suggestions are welcome.

### Adding project in maven
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>sc.fiji</groupId>
<artifactId>bvv-playground</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<name>BVV-playground</name>
<description>Volume rendering of bdv datasets with gamma and transparency option</description>
Expand Down

0 comments on commit 120cd67

Please sign in to comment.