lavavu-osmesa 1.9.9__cp313-cp313-manylinux_2_28_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. lavavu/LavaVuPython.py +561 -0
  2. lavavu/_LavaVuPython.cpython-313-x86_64-linux-gnu.so +0 -0
  3. lavavu/__init__.py +15 -0
  4. lavavu/__main__.py +12 -0
  5. lavavu/amalgamate.py +15 -0
  6. lavavu/aserver.py +359 -0
  7. lavavu/control.py +1731 -0
  8. lavavu/convert.py +888 -0
  9. lavavu/dict.json +2528 -0
  10. lavavu/font.bin +0 -0
  11. lavavu/html/LavaVu-amalgamated.css +282 -0
  12. lavavu/html/OK-min.js +99 -0
  13. lavavu/html/baseviewer.js +307 -0
  14. lavavu/html/control.css +104 -0
  15. lavavu/html/control.js +340 -0
  16. lavavu/html/dat-gui-light-theme.css +68 -0
  17. lavavu/html/dat.gui.min.js +2 -0
  18. lavavu/html/draw.js +2259 -0
  19. lavavu/html/drawbox.js +1039 -0
  20. lavavu/html/emscripten-template.js +184 -0
  21. lavavu/html/emscripten.css +92 -0
  22. lavavu/html/favicon.ico +0 -0
  23. lavavu/html/gl-matrix-min.js +47 -0
  24. lavavu/html/gui.css +25 -0
  25. lavavu/html/menu.js +615 -0
  26. lavavu/html/server.js +226 -0
  27. lavavu/html/stats.min.js +5 -0
  28. lavavu/html/styles.css +58 -0
  29. lavavu/html/webview-template.html +43 -0
  30. lavavu/html/webview.html +43 -0
  31. lavavu/lavavu.py +6200 -0
  32. lavavu/osmesa/LavaVuPython.py +561 -0
  33. lavavu/osmesa/_LavaVuPython.cpython-313-x86_64-linux-gnu.so +0 -0
  34. lavavu/osmesa/__init__.py +0 -0
  35. lavavu/points.py +191 -0
  36. lavavu/server.py +343 -0
  37. lavavu/shaders/default.frag +14 -0
  38. lavavu/shaders/default.vert +17 -0
  39. lavavu/shaders/fontShader.frag +20 -0
  40. lavavu/shaders/fontShader.vert +18 -0
  41. lavavu/shaders/lineShader.frag +39 -0
  42. lavavu/shaders/lineShader.vert +26 -0
  43. lavavu/shaders/pointShader.frag +127 -0
  44. lavavu/shaders/pointShader.vert +53 -0
  45. lavavu/shaders/triShader.frag +153 -0
  46. lavavu/shaders/triShader.vert +49 -0
  47. lavavu/shaders/volumeShader.frag +400 -0
  48. lavavu/shaders/volumeShader.vert +5 -0
  49. lavavu/tracers.py +207 -0
  50. lavavu/vutils.py +211 -0
  51. lavavu_osmesa-1.9.9.dist-info/METADATA +323 -0
  52. lavavu_osmesa-1.9.9.dist-info/RECORD +65 -0
  53. lavavu_osmesa-1.9.9.dist-info/WHEEL +5 -0
  54. lavavu_osmesa-1.9.9.dist-info/entry_points.txt +2 -0
  55. lavavu_osmesa-1.9.9.dist-info/licenses/LICENSE.md +179 -0
  56. lavavu_osmesa-1.9.9.dist-info/top_level.txt +1 -0
  57. lavavu_osmesa.libs/libLLVM-17-51492e70.so +0 -0
  58. lavavu_osmesa.libs/libOSMesa-f6a8f160.so.8.0.0 +0 -0
  59. lavavu_osmesa.libs/libdrm-b0291a67.so.2.4.0 +0 -0
  60. lavavu_osmesa.libs/libffi-3a37023a.so.6.0.2 +0 -0
  61. lavavu_osmesa.libs/libglapi-520b284c.so.0.0.0 +0 -0
  62. lavavu_osmesa.libs/libpcre2-8-516f4c9d.so.0.7.1 +0 -0
  63. lavavu_osmesa.libs/libselinux-d0805dcb.so.1 +0 -0
  64. lavavu_osmesa.libs/libtinfo-3a2cb85b.so.6.1 +0 -0
  65. lavavu_osmesa.libs/libzstd-76b78bac.so.1.4.4 +0 -0
@@ -0,0 +1,179 @@
1
+ ### Licensing
2
+
3
+ 1) All source code is released under the LGPL-3 (See below). This covers all
4
+ files found in the `src` directory and any other material not explicitly
5
+ identified under (2) below.
6
+
7
+ 2) Notebooks, stand-alone documentation and python scripts which show how the code is used and run are licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. We offer this licence to encourage you to modify and share the examples and use them to help you in your research. Where no individual creator is identified in these files, the appropriate attribution is "The LavaVu Team". All the files covered by this license are found in the `scripts` and `notebooks` directories.
8
+
9
+ ### Copyright holders
10
+
11
+ Copyright Monash University, 2009-2017
12
+
13
+ ### License
14
+
15
+ GNU LESSER GENERAL PUBLIC LICENSE
16
+ Version 3, 29 June 2007
17
+
18
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
19
+ Everyone is permitted to copy and distribute verbatim copies
20
+ of this license document, but changing it is not allowed.
21
+
22
+
23
+ This version of the GNU Lesser General Public License incorporates
24
+ the terms and conditions of version 3 of the GNU General Public
25
+ License, supplemented by the additional permissions listed below.
26
+
27
+ 0. Additional Definitions.
28
+
29
+ As used herein, "this License" refers to version 3 of the GNU Lesser
30
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
31
+ General Public License.
32
+
33
+ "The Library" refers to a covered work governed by this License,
34
+ other than an Application or a Combined Work as defined below.
35
+
36
+ An "Application" is any work that makes use of an interface provided
37
+ by the Library, but which is not otherwise based on the Library.
38
+ Defining a subclass of a class defined by the Library is deemed a mode
39
+ of using an interface provided by the Library.
40
+
41
+ A "Combined Work" is a work produced by combining or linking an
42
+ Application with the Library. The particular version of the Library
43
+ with which the Combined Work was made is also called the "Linked
44
+ Version".
45
+
46
+ The "Minimal Corresponding Source" for a Combined Work means the
47
+ Corresponding Source for the Combined Work, excluding any source code
48
+ for portions of the Combined Work that, considered in isolation, are
49
+ based on the Application, and not on the Linked Version.
50
+
51
+ The "Corresponding Application Code" for a Combined Work means the
52
+ object code and/or source code for the Application, including any data
53
+ and utility programs needed for reproducing the Combined Work from the
54
+ Application, but excluding the System Libraries of the Combined Work.
55
+
56
+ 1. Exception to Section 3 of the GNU GPL.
57
+
58
+ You may convey a covered work under sections 3 and 4 of this License
59
+ without being bound by section 3 of the GNU GPL.
60
+
61
+ 2. Conveying Modified Versions.
62
+
63
+ If you modify a copy of the Library, and, in your modifications, a
64
+ facility refers to a function or data to be supplied by an Application
65
+ that uses the facility (other than as an argument passed when the
66
+ facility is invoked), then you may convey a copy of the modified
67
+ version:
68
+
69
+ a) under this License, provided that you make a good faith effort to
70
+ ensure that, in the event an Application does not supply the
71
+ function or data, the facility still operates, and performs
72
+ whatever part of its purpose remains meaningful, or
73
+
74
+ b) under the GNU GPL, with none of the additional permissions of
75
+ this License applicable to that copy.
76
+
77
+ 3. Object Code Incorporating Material from Library Header Files.
78
+
79
+ The object code form of an Application may incorporate material from
80
+ a header file that is part of the Library. You may convey such object
81
+ code under terms of your choice, provided that, if the incorporated
82
+ material is not limited to numerical parameters, data structure
83
+ layouts and accessors, or small macros, inline functions and templates
84
+ (ten or fewer lines in length), you do both of the following:
85
+
86
+ a) Give prominent notice with each copy of the object code that the
87
+ Library is used in it and that the Library and its use are
88
+ covered by this License.
89
+
90
+ b) Accompany the object code with a copy of the GNU GPL and this license
91
+ document.
92
+
93
+ 4. Combined Works.
94
+
95
+ You may convey a Combined Work under terms of your choice that,
96
+ taken together, effectively do not restrict modification of the
97
+ portions of the Library contained in the Combined Work and reverse
98
+ engineering for debugging such modifications, if you also do each of
99
+ the following:
100
+
101
+ a) Give prominent notice with each copy of the Combined Work that
102
+ the Library is used in it and that the Library and its use are
103
+ covered by this License.
104
+
105
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
106
+ document.
107
+
108
+ c) For a Combined Work that displays copyright notices during
109
+ execution, include the copyright notice for the Library among
110
+ these notices, as well as a reference directing the user to the
111
+ copies of the GNU GPL and this license document.
112
+
113
+ d) Do one of the following:
114
+
115
+ 0) Convey the Minimal Corresponding Source under the terms of this
116
+ License, and the Corresponding Application Code in a form
117
+ suitable for, and under terms that permit, the user to
118
+ recombine or relink the Application with a modified version of
119
+ the Linked Version to produce a modified Combined Work, in the
120
+ manner specified by section 6 of the GNU GPL for conveying
121
+ Corresponding Source.
122
+
123
+ 1) Use a suitable shared library mechanism for linking with the
124
+ Library. A suitable mechanism is one that (a) uses at run time
125
+ a copy of the Library already present on the user's computer
126
+ system, and (b) will operate properly with a modified version
127
+ of the Library that is interface-compatible with the Linked
128
+ Version.
129
+
130
+ e) Provide Installation Information, but only if you would otherwise
131
+ be required to provide such information under section 6 of the
132
+ GNU GPL, and only to the extent that such information is
133
+ necessary to install and execute a modified version of the
134
+ Combined Work produced by recombining or relinking the
135
+ Application with a modified version of the Linked Version. (If
136
+ you use option 4d0, the Installation Information must accompany
137
+ the Minimal Corresponding Source and Corresponding Application
138
+ Code. If you use option 4d1, you must provide the Installation
139
+ Information in the manner specified by section 6 of the GNU GPL
140
+ for conveying Corresponding Source.)
141
+
142
+ 5. Combined Libraries.
143
+
144
+ You may place library facilities that are a work based on the
145
+ Library side by side in a single library together with other library
146
+ facilities that are not Applications and are not covered by this
147
+ License, and convey such a combined library under terms of your
148
+ choice, if you do both of the following:
149
+
150
+ a) Accompany the combined library with a copy of the same work based
151
+ on the Library, uncombined with any other library facilities,
152
+ conveyed under the terms of this License.
153
+
154
+ b) Give prominent notice with the combined library that part of it
155
+ is a work based on the Library, and explaining where to find the
156
+ accompanying uncombined form of the same work.
157
+
158
+ 6. Revised Versions of the GNU Lesser General Public License.
159
+
160
+ The Free Software Foundation may publish revised and/or new versions
161
+ of the GNU Lesser General Public License from time to time. Such new
162
+ versions will be similar in spirit to the present version, but may
163
+ differ in detail to address new problems or concerns.
164
+
165
+ Each version is given a distinguishing version number. If the
166
+ Library as you received it specifies that a certain numbered version
167
+ of the GNU Lesser General Public License "or any later version"
168
+ applies to it, you have the option of following the terms and
169
+ conditions either of that published version or of any later version
170
+ published by the Free Software Foundation. If the Library as you
171
+ received it does not specify a version number of the GNU Lesser
172
+ General Public License, you may choose any version of the GNU Lesser
173
+ General Public License ever published by the Free Software Foundation.
174
+
175
+ If the Library as you received it specifies that a proxy can decide
176
+ whether future versions of the GNU Lesser General Public License shall
177
+ apply, that proxy's public statement of acceptance of any version is
178
+ permanent authorization for you to choose that version for the
179
+ Library.
@@ -0,0 +1 @@
1
+ lavavu