@@ -35,6 +35,7 @@ in the file transform-all.js, based on the work of
35
35
Supporting the VPython API in a browser is possible thanks to the work of
36
36
Alexander Tsepkov (RapydScript: https://bitbucket.org/pyjeon/rapydscript) and
37
37
Charles Law (browser-based RapydScript: http://pyjeon.pythonanywhere.com/static/rapydscript_online/index.html).
38
+ Kovid Goyal (RapdScript-NG) RapydScript-NG: https://github.com/kovidgoyal/rapydscript-ng
38
39
39
40
When the GlowScript project was launched in 2011 by David Scherer and Bruce Sherwood,
40
41
Scherer implemented operator overloading and synchronous code using libraries existing at that time.
@@ -46,3 +47,29 @@ For explanation of poly2tri, see http://sites-final.uclouvain.be/mema/Poly2Tri
46
47
Font manipulation: https://github.com/nodebox/opentype.js
47
48
Public-domain sans serif font Roboto-Medium.ttf from http://www.1001freefonts.com/roboto.font
48
49
Public-domain serif font NimbusRomNo9L-Med.otf from http://www.1001fonts.com/nimbus-roman-no9-l-font.html
50
+
51
+ Information about RapydScript and RapydScript-NG:
52
+ Copyright (c) 2015-, Kovid Goyal <
[email protected] >
53
+ Copyright (c) 2013-2014, Alexander Tsepkov <
[email protected] >
54
+ All rights reserved.
55
+
56
+ Redistribution and use in source and binary forms, with or without
57
+ modification, are permitted provided that the following conditions are met:
58
+
59
+ * Redistributions of source code must retain the above copyright notice, this
60
+ list of conditions and the following disclaimer.
61
+
62
+ * Redistributions in binary form must reproduce the above copyright notice,
63
+ this list of conditions and the following disclaimer in the documentation
64
+ and/or other materials provided with the distribution.
65
+
66
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
67
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
68
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
69
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
70
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
71
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
72
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
73
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
74
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
75
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments