Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Install authored and Install committed Dec 1, 2023
2 parents 0de28a2 + dd4b9a7 commit 6c7ba95
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 12 deletions.
28 changes: 28 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
BSD 3-Clause License

Copyright (c) 2023, Howard Hughes Medical Institute

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9 changes: 5 additions & 4 deletions LICENSE.txt → LICENSE_DEPENDENCIES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
For more information, please see: http://software.sci.utah.edu
# Licenses for software dependencies

The MIT License
## FlouRender

The [Flourender codebase](https://github.com/SCIInstitute/fluorender) from which VVDViewer was derived is licensed according to the MIT License as follows:

Copyright (c) 2014 Scientific Computing and Imaging Institute,
University of Utah.


Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
Expand All @@ -22,4 +23,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
DEALINGS IN THE SOFTWARE.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ This is the open-source repository for VVDViewer, an interactive rendering tool

## Download

Click on your operating system to download VVDViewer:
Click this button to download tha latest VVDViewer:

[![Windows](https://img.shields.io/static/v1?style=for-the-badge&logo=&label=&message=Windows&color=0f83db)](https://github.com/JaneliaSciComp/VVDViewer/releases/download/1.6.4/VVDViewer040723-win64-vulkan.zip)
[![Mac](https://img.shields.io/static/v1?style=for-the-badge&logo=&label=&message=Mac&color=00a835)](https://github.com/JaneliaSciComp/VVDViewer/releases/download/1.6.4/VVDViewer040723-macosx-vulkan.dmg)
[![download](https://img.shields.io/static/v1?style=for-the-badge&logo=&label=&message=Download&color=0f83db)](https://github.com/JaneliaSciComp/VVDViewer/releases/latest)

If you get Vulkan-related errors, please try to update your graphics device driver.

Expand All @@ -33,11 +32,9 @@ Joshua L Lillvis, Hideo Otsuna, Xiaoyu Ding, Igor Pisarev, Takashi Kawase, Jenni
If you use VVDViewer in work that leads to published research, we humbly ask that you add the following to the 'Acknowledgments' section of your paper:
"This work was made possible in part by software funded by the NIH: Fluorender: An Imaging Tool for Visualization and Analysis of Confocal Data as Applied to Zebrafish Research, R01-GM098151-01."

## Source Code
There are the following mirrored VVDViewer repositories.
https://github.com/JaneliaSciComp/VVDViewer
https://github.com/takashi310/VVD_Viewer
You can get the latest source code and precompiled binary from both repositories.
## Licenses

VVDViewer is open source software licensed under the [BSD 3-Clause License](LICENSE). You can also view the [licenses for our dependencies](LICENSE_DEPENDENCIES.md).


## Building VVDViewer
Expand Down

0 comments on commit 6c7ba95

Please sign in to comment.