-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into enhancements/better-bounding-boxes
- Loading branch information
Showing
146 changed files
with
9,447 additions
and
2,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Acknowledgements | ||
|
||
## Colormaps | ||
scenery uses colormaps from the NCL project, licensed under the following terms: | ||
|
||
> Copyright © 2007-2018 University Corporation for Atmospheric Research (UCAR). All rights reserved. Developed by NCAR's Computational and Information Systems Laboratory, UCAR, www.cisl.ucar.edu, with the following contributions: | ||
> * dcdflib The University of Texas, M.D. Anderson Cancer Center http://www.netlib.org/random/ | ||
> * GRIBEX Copyright © 1981-2007 | ||
> European Centre for Medium-Range Weather Forecast http://www.ecmwf.int/products/data/software/grib.html | ||
> * LAPACK Copyright © 1999 | ||
> Society for Industrial and Applied Mathematics http://www.netlib.org/lapack/lug/lapack_lug.html | ||
> * random The University of Texas, M.D. Anderson Cancer Center http://www.netlib.org/random/ | ||
> * RANGS / GSHHS Dr. Rainer Feistel | ||
> Baltic Sea Research Institute Warnemunde https://www.io-warnemuende.de/rangs-en.html | ||
> * Spherepack Copyright © December 2011 | ||
> * UCAR http://www2.cisl.ucar.edu/resources/legacy/spherepack/ | ||
> * UDUNITS-2 Copyright © 2012 University Corporation for Atmospheric Research | ||
> UCAR/Unidata http://www.unidata.ucar.edu/software/udunits/udunits-2/udunits2.html | ||
> * Udunits extensions from ncview David Pierce, UCSD | ||
> http://meteora.ucsd.edu/~pierce/ncview_home_page.html | ||
> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
> | ||
> Neither the names of NCAR's Computational and Information Systems Laboratory, the University Corporation for Atmospheric Research, nor the names of its contributors may be used to endorse or promote products derived from this Software without specific prior written permission. | ||
> Redistributions of source code must retain the above copyright notices, this list of conditions, and the disclaimer below. | ||
> Redistributions in binary form must reproduce the above copyright notice, this list of conditions, and the disclaimer below in the documentation and/or other materials provided with the distribution. | ||
> THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 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 WITH THE SOFTWARE. | ||
> | ||
## FXAA Implementation | ||
|
||
scenery uses an implementation of FXAA based on [Nvidia's original paper](http://developer.download.nvidia.com/assets/gamedev/files/sdk/11/FXAA_WhitePaper.pdf) and [McNopper's FXAA implementation](https://github.com/McNopper/OpenGL/blob/master/Example42/shader/fxaa.frag.glsl). | ||
|
||
## Icons | ||
|
||
scenery uses icons from the [FontAwesome](https://fontawesome.com) project, licensed under the CC-Attribution 4.0 license: | ||
> Font Awesome Free License | ||
> | ||
> Font Awesome Free is free, open source, and GPL friendly. You can use it for | ||
> commercial projects, open source projects, or really almost whatever you want. | ||
> Full Font Awesome Free license: https://fontawesome.com/license/free. | ||
> | ||
> -------------------------------------------------------------------------------- | ||
> | ||
> Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) | ||
> | ||
> The Font Awesome Free download is licensed under a Creative Commons | ||
> Attribution 4.0 International License and applies to all icons packaged | ||
> as SVG and JS file types. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.