-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathCOPYING
126 lines (85 loc) · 3.86 KB
/
COPYING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Original code licensed is released under the BSD 3-clause license (See LICENSE for more details).
This project *strictly* avoids the inclusion of *any* code under the the following
licenses: GPL, LGPL, MPL, AGPL, CC-*-NC, and various restrictive academic variants.
Other third party source-code components used in this repository are documented as follows:
///////////////////////
// Public Domain //
///////////////////////
https://github.com/nothings/stb (Public Domain)
Authored by Sean T. Barrett, 1998+
https://github.com/sgorsten/linalg (Public Domain)
Authored by Sterling G. Orsten, 2014
https://github.com/sgorsten/workbench (Public Domain)
Authored by Sterling G. Orsten, 2015+
https://github.com/nvpro-samples/shared_sources/blob/master/noise/noise1234.h (Public Domain)
Authored by Stefan Gustavson, 2011
https://github.com/emilk/emilib (Public Domain)
Authored by Emil Ernerfeldt, 2015
https://github.com/mstump/queues/tree/master/include (Public Domain)
Authored by Matt Stump, 2014 and inspired by Dmitry Vyukov (http://www.1024cores.net/home/lock-free-algorithms)
https://github.com/forrestthewoods/lib_fts (Public Domain)
Authored by Forrest Smith, 2016+
////////////////////////////////////////
// Permissively Licensed Libraries //
////////////////////////////////////////
https://github.com/zeux/meshoptimizer (MIT)
Copyright (C) Arseny Kapoulkine, 2016-2018
https://github.com/nlohmann/json (MIT)
Copyright (C) Niels Lohmann, 2013-2018
https://github.com/syoyo/tinyexr (BSD 3-Clause)
Copyright (C) Syoyo Fujita
https://github.com/bulletphysics/bullet3 (zlib)
Copyright (C) Erwin Coumans and Bullet contributors
https://github.com/gabime/spdlog (MIT)
Copyright (C) Gabi Melman, 2016
https://github.com/glfw/glfw (zlib/libpng)
Copyright (C) Camilla Berglund, 2006+
http://www.geometrictools.com/ (Boost)
Copyright (C) Geometric Tools, 1998-2015
https://github.com/g-truc/gli (MIT)
Copyright (C) G-Truc Creation, 2010+
https://github.com/g-truc/glm (MIT)
Copyright (C) G-Truc Creation, 2005+
https://github.com/cinder/Cinder (BSD 2-Clause)
Copyright (C) The Barbarian Group, 2010+
https://github.com/ocornut/imgui (MIT)
Copyright (C) Omar Cornut and ImGui contributors, 2014+
https://github.com/syoyo/tinyobjloader (BSD 2-Clause)
Copyright (C) Syoyo Fujita, 2012+
https://github.com/melax/sandbox (MIT)
Copyright (C) Stan Melax, 2014
https://github.com/dmsovetov/Nimble (MIT)
Copyright (C) Dmitry Sovetov, 2015
https://github.com/memononen/nanovg (zlib/libpng)
Copyright (C) Mikko Mononen, 2015
https://github.com/caseman/noise (MIT)
Copyright (C) Casey Duncan, 2008
https://hal.inria.fr/hal-00670496 (One Euro Filter) (Boost)
Copyright (C) Reviatech, 2012
https://github.com/spite/THREE.MeshLine (MIT)
Copyright (C) Jaume Sanchez Elias, 2015
https://github.com/simongeilfus/PoissonDiskDistribution (MIT)
Copyright (C) Simon Geilfus, 2015
https://github.com/simongeilfus/SimplexNoise (BSD 2-Clause)
Copyright (C) Simon Geilfus, 2016
https://github.com/nickgillian/grt (MIT)
Copyright (C) Nicholas Gillian, 2012
https://github.com/ekmett/vr (BSD 2-Clause)
Copyright (C) Edward Kmett, 2015
https://github.com/facebookincubator/FBX2glTF (BSD 3-Clause)
Copyright (C) Facebook, Inc., 2017+
https://github.com/ValveSoftware/steamvr_unity_plugin (BSD 3-Clause)
Copyright (C) Valve Corporation, 2015+
https://github.com/ValveSoftware/openvr (BSD 3-Clause)
Copyright (C) Valve Corporation, 2015+
https://github.com/google/lullaby (Apache 2.0)
Copyright (C) Google, 2018
https://github.com/abseil/abseil-cpp (Apache 2.0)
Copyright (C) The Abseil Authors, 2017
https://unity3d.com/get-unity/download/archive (Unity Standard Shaders, MIT)
Copyright (C) 2016 Unity Technologies
///////////////////////////////
// Academic Publications //
///////////////////////////////
"An Analytic Model for Full Spectral Sky-Dome Radiance"
Copyright (C) Lukas Hosek and Alexander Wilkie, 2012-2013