diff --git a/Makefile b/Makefile index 5b502e3..4b38a36 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Paramètres -.PHONY: all clean run +.PHONY: all clean run BIN_DIR .SILENT: clean run # variables @@ -11,7 +11,7 @@ BIN_DIR = bin SRC_DIR = src LIB_DIR = lib -JAR = $(LIB_DIR)/* +JAR = $(LIB_DIR)/*:$(LIB_DIR)/lwjgl/* # main all: $(MAIN_FILE) run @@ -20,7 +20,7 @@ $(MAIN_FILE) : $(BIN_DIR)/$(MAIN_FILE).class $(BIN_DIR)/$(MAIN_FILE).class : $(SRC_DIR)/$(MAIN_FILE).java @mkdir -p $(BIN_DIR) - $(JAVAC) -d $(BIN_DIR) -sourcepath $(SRC_DIR) -classpath $(JAR) $< + $(JAVAC) -XstartOnFirstThread -d $(BIN_DIR) -sourcepath $(SRC_DIR) -classpath $(JAR) $< run: java -cp $(BIN_DIR) $(MAIN_FILE) diff --git a/lib/joml-1.10.5.jar b/lib/joml-1.10.5.jar new file mode 100644 index 0000000..c5fc5b9 Binary files /dev/null and b/lib/joml-1.10.5.jar differ diff --git a/lib/lwjgl/LICENSE b/lib/lwjgl/LICENSE new file mode 100644 index 0000000..a17ad0a --- /dev/null +++ b/lib/lwjgl/LICENSE @@ -0,0 +1,29 @@ +Copyright (c) 2012-present Lightweight Java Game Library +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +- Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +- 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. + +- Neither the name Lightweight Java Game Library 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 OWNER 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. \ No newline at end of file diff --git a/lib/lwjgl/assimp_license.txt b/lib/lwjgl/assimp_license.txt new file mode 100644 index 0000000..262606a --- /dev/null +++ b/lib/lwjgl/assimp_license.txt @@ -0,0 +1,78 @@ +Open Asset Import Library (assimp) + +Copyright (c) 2006-2016, assimp team +All rights reserved. + +Redistribution and use of this software in source and binary forms, +with or without modification, are permitted provided that the +following conditions are met: + +* Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + +* 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. + +* Neither the name of the assimp team, nor the names of its + contributors may be used to endorse or promote products + derived from this software without specific prior + written permission of the assimp team. + +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 +OWNER 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. + + + +****************************************************************************** + +AN EXCEPTION applies to all files in the ./test/models-nonbsd folder. +These are 3d models for testing purposes, from various free sources +on the internet. They are - unless otherwise stated - copyright of +their respective creators, which may impose additional requirements +on the use of their work. For any of these models, see +.source.txt for more legal information. Contact us if you +are a copyright holder and believe that we credited you inproperly or +if you don't want your files to appear in the repository. + + +****************************************************************************** + +Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors +http://code.google.com/p/poly2tri/ + +All rights reserved. +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +* 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. +* Neither the name of Poly2Tri 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 OWNER 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. diff --git a/lib/lwjgl/bgfx_license.txt b/lib/lwjgl/bgfx_license.txt new file mode 100644 index 0000000..6877280 --- /dev/null +++ b/lib/lwjgl/bgfx_license.txt @@ -0,0 +1,26 @@ +Copyright 2010-2016 Branimir Karadzic. All rights reserved. + +https://github.com/bkaradzic/bgfx + +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. + +THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``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 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. + +https://github.com/bkaradzic/bgfx/blob/master/LICENSE diff --git a/lib/lwjgl/blendish_license.txt b/lib/lwjgl/blendish_license.txt new file mode 100644 index 0000000..c160346 --- /dev/null +++ b/lib/lwjgl/blendish_license.txt @@ -0,0 +1,21 @@ +Blendish - Blender 2.5 UI based theming functions for NanoVG + +Copyright (c) 2014 Leonard Ritter + +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 the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE 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 +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. diff --git a/lib/lwjgl/build.txt b/lib/lwjgl/build.txt new file mode 100644 index 0000000..149bb93 --- /dev/null +++ b/lib/lwjgl/build.txt @@ -0,0 +1 @@ +LWJGL 3.3.3 build 5 \ No newline at end of file diff --git a/lib/lwjgl/cuda_license.txt b/lib/lwjgl/cuda_license.txt new file mode 100644 index 0000000..9f64af5 --- /dev/null +++ b/lib/lwjgl/cuda_license.txt @@ -0,0 +1,550 @@ +1. LICENSE AGREEMENT FOR NVIDIA SOFTWARE DEVELOPMENT KITS +--------------------------------------------------------- + + +Release Date: July 26, 2018 +--------------------------- + + +IMPORTANT NOTICE—READ BEFORE DOWNLOADING, INSTALLING, +COPYING OR USING THE LICENSED SOFTWARE: +------------------------------------------------------- + +This license agreement, including exhibits attached +("Agreement”) is a legal agreement between you and NVIDIA +Corporation ("NVIDIA") and governs your use of a NVIDIA +software development kit (“SDK”). + +Each SDK has its own set of software and materials, but here +is a description of the types of items that may be included in +a SDK: source code, header files, APIs, data sets and assets +(examples include images, textures, models, scenes, videos, +native API input/output files), binary software, sample code, +libraries, utility programs, programming code and +documentation. + +This Agreement can be accepted only by an adult of legal age +of majority in the country in which the SDK is used. + +If you are entering into this Agreement on behalf of a company +or other legal entity, you represent that you have the legal +authority to bind the entity to this Agreement, in which case +“you” will mean the entity you represent. + +If you don’t have the required age or authority to accept +this Agreement, or if you don’t accept all the terms and +conditions of this Agreement, do not download, install or use +the SDK. + +You agree to use the SDK only for purposes that are permitted +by (a) this Agreement, and (b) any applicable law, regulation +or generally accepted practices or guidelines in the relevant +jurisdictions. + + +1.1. License + + +1.1.1. License Grant + +Subject to the terms of this Agreement, NVIDIA hereby grants +you a non-exclusive, non-transferable license, without the +right to sublicense (except as expressly provided in this +Agreement) to: + + 1. Install and use the SDK, + + 2. Modify and create derivative works of sample source code + delivered in the SDK, and + + 3. Distribute those portions of the SDK that are identified + in this Agreement as distributable, as incorporated in + object code format into a software application that meets + the distribution requirements indicated in this Agreement. + + +1.1.2. Distribution Requirements + +These are the distribution requirements for you to exercise +the distribution grant: + + 1. Your application must have material additional + functionality, beyond the included portions of the SDK. + + 2. The distributable portions of the SDK shall only be + accessed by your application. + + 3. The following notice shall be included in modifications + and derivative works of sample source code distributed: + “This software contains source code provided by NVIDIA + Corporation.” + + 4. Unless a developer tool is identified in this Agreement + as distributable, it is delivered for your internal use + only. + + 5. The terms under which you distribute your application + must be consistent with the terms of this Agreement, + including (without limitation) terms relating to the + license grant and license restrictions and protection of + NVIDIA’s intellectual property rights. Additionally, you + agree that you will protect the privacy, security and + legal rights of your application users. + + 6. You agree to notify NVIDIA in writing of any known or + suspected distribution or use of the SDK not in compliance + with the requirements of this Agreement, and to enforce + the terms of your agreements with respect to distributed + SDK. + + +1.1.3. Authorized Users + +You may allow employees and contractors of your entity or of +your subsidiary(ies) to access and use the SDK from your +secure network to perform work on your behalf. + +If you are an academic institution you may allow users +enrolled or employed by the academic institution to access and +use the SDK from your secure network. + +You are responsible for the compliance with the terms of this +Agreement by your authorized users. If you become aware that +your authorized users didn’t follow the terms of this +Agreement, you agree to take reasonable steps to resolve the +non-compliance and prevent new occurrences. + + +1.1.4. Pre-Release SDK + +The SDK versions identified as alpha, beta, preview or +otherwise as pre-release, may not be fully functional, may +contain errors or design flaws, and may have reduced or +different security, privacy, accessibility, availability, and +reliability standards relative to commercial versions of +NVIDIA software and materials. Use of a pre-release SDK may +result in unexpected results, loss of data, project delays or +other unpredictable damage or loss. + +You may use a pre-release SDK at your own risk, understanding +that pre-release SDKs are not intended for use in production +or business-critical systems. + +NVIDIA may choose not to make available a commercial version +of any pre-release SDK. NVIDIA may also choose to abandon +development and terminate the availability of a pre-release +SDK at any time without liability. + + +1.1.5. Updates + +NVIDIA may, at its option, make available patches, workarounds +or other updates to this SDK. Unless the updates are provided +with their separate governing terms, they are deemed part of +the SDK licensed to you as provided in this Agreement. You +agree that the form and content of the SDK that NVIDIA +provides may change without prior notice to you. While NVIDIA +generally maintains compatibility between versions, NVIDIA may +in some cases make changes that introduce incompatibilities in +future versions of the SDK. + + +1.1.6. Third Party Licenses + +The SDK may come bundled with, or otherwise include or be +distributed with, third party software licensed by a NVIDIA +supplier and/or open source software provided under an open +source license. Use of third party software is subject to the +third-party license terms, or in the absence of third party +terms, the terms of this Agreement. Copyright to third party +software is held by the copyright holders indicated in the +third-party software or license. + + +1.1.7. Reservation of Rights + +NVIDIA reserves all rights, title, and interest in and to the +SDK, not expressly granted to you under this Agreement. + + +1.2. Limitations + +The following license limitations apply to your use of the +SDK: + + 1. You may not reverse engineer, decompile or disassemble, + or remove copyright or other proprietary notices from any + portion of the SDK or copies of the SDK. + + 2. Except as expressly provided in this Agreement, you may + not copy, sell, rent, sublicense, transfer, distribute, + modify, or create derivative works of any portion of the + SDK. For clarity, you may not distribute or sublicense the + SDK as a stand-alone product. + + 3. Unless you have an agreement with NVIDIA for this + purpose, you may not indicate that an application created + with the SDK is sponsored or endorsed by NVIDIA. + + 4. You may not bypass, disable, or circumvent any + encryption, security, digital rights management or + authentication mechanism in the SDK. + + 5. You may not use the SDK in any manner that would cause it + to become subject to an open source software license. As + examples, licenses that require as a condition of use, + modification, and/or distribution that the SDK be: + + a. Disclosed or distributed in source code form; + + b. Licensed for the purpose of making derivative works; + or + + c. Redistributable at no charge. + + 6. Unless you have an agreement with NVIDIA for this + purpose, you may not use the SDK with any system or + application where the use or failure of the system or + application can reasonably be expected to threaten or + result in personal injury, death, or catastrophic loss. + Examples include use in nuclear, avionics, navigation, + military, medical, life support or other life critical + applications. NVIDIA does not design, test or manufacture + the SDK for these critical uses and NVIDIA shall not be + liable to you or any third party, in whole or in part, for + any claims or damages arising from such uses. + + 7. You agree to defend, indemnify and hold harmless NVIDIA + and its affiliates, and their respective employees, + contractors, agents, officers and directors, from and + against any and all claims, damages, obligations, losses, + liabilities, costs or debt, fines, restitutions and + expenses (including but not limited to attorney’s fees + and costs incident to establishing the right of + indemnification) arising out of or related to your use of + the SDK outside of the scope of this Agreement, or not in + compliance with its terms. + + +1.3. Ownership + + 1. NVIDIA or its licensors hold all rights, title and + interest in and to the SDK and its modifications and + derivative works, including their respective intellectual + property rights, subject to your rights under Section 3.2. + This SDK may include software and materials from + NVIDIA’s licensors, and these licensors are intended + third party beneficiaries that may enforce this Agreement + with respect to their intellectual property rights. + + 2. You hold all rights, title and interest in and to your + applications and your derivative works of the sample + source code delivered in the SDK, including their + respective intellectual property rights, subject to + NVIDIA’s rights under section 3.1. + + 3. You may, but don’t have to, provide to NVIDIA + suggestions, feature requests or other feedback regarding + the SDK, including possible enhancements or modifications + to the SDK. For any feedback that you voluntarily provide, + you hereby grant NVIDIA and its affiliates a perpetual, + non-exclusive, worldwide, irrevocable license to use, + reproduce, modify, license, sublicense (through multiple + tiers of sublicensees), and distribute (through multiple + tiers of distributors) it without the payment of any + royalties or fees to you. NVIDIA will use feedback at its + choice. NVIDIA is constantly looking for ways to improve + its products, so you may send feedback to NVIDIA through + the developer portal at https://developer.nvidia.com. + + +1.4. No Warranties + +THE SDK IS PROVIDED BY NVIDIA “AS IS” AND “WITH ALL +FAULTS.” TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND +ITS AFFILIATES EXPRESSLY DISCLAIM ALL WARRANTIES OF ANY KIND +OR NATURE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, +BUT NOT LIMITED TO, ANY WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR THE +ABSENCE OF ANY DEFECTS THEREIN, WHETHER LATENT OR PATENT. NO +WARRANTY IS MADE ON THE BASIS OF TRADE USAGE, COURSE OF +DEALING OR COURSE OF TRADE. + + +1.5. Limitation of Liability + +TO THE MAXIMUM EXTENT PERMITTED BY LAW, NVIDIA AND ITS +AFFILIATES SHALL NOT BE LIABLE FOR ANY SPECIAL, INCIDENTAL, +PUNITIVE OR CONSEQUENTIAL DAMAGES, OR ANY LOST PROFITS, LOSS +OF USE, LOSS OF DATA OR LOSS OF GOODWILL, OR THE COSTS OF +PROCURING SUBSTITUTE PRODUCTS, ARISING OUT OF OR IN CONNECTION +WITH THIS AGREEMENT OR THE USE OR PERFORMANCE OF THE SDK, +WHETHER SUCH LIABILITY ARISES FROM ANY CLAIM BASED UPON BREACH +OF CONTRACT, BREACH OF WARRANTY, TORT (INCLUDING NEGLIGENCE), +PRODUCT LIABILITY OR ANY OTHER CAUSE OF ACTION OR THEORY OF +LIABILITY. IN NO EVENT WILL NVIDIA’S AND ITS AFFILIATES +TOTAL CUMULATIVE LIABILITY UNDER OR ARISING OUT OF THIS +AGREEMENT EXCEED US$10.00. THE NATURE OF THE LIABILITY OR THE +NUMBER OF CLAIMS OR SUITS SHALL NOT ENLARGE OR EXTEND THIS +LIMIT. + +These exclusions and limitations of liability shall apply +regardless if NVIDIA or its affiliates have been advised of +the possibility of such damages, and regardless of whether a +remedy fails its essential purpose. These exclusions and +limitations of liability form an essential basis of the +bargain between the parties, and, absent any of these +exclusions or limitations of liability, the provisions of this +Agreement, including, without limitation, the economic terms, +would be substantially different. + + +1.6. Termination + + 1. This Agreement will continue to apply until terminated by + either you or NVIDIA as described below. + + 2. If you want to terminate this Agreement, you may do so by + stopping to use the SDK. + + 3. NVIDIA may, at any time, terminate this Agreement if: + + a. (i) you fail to comply with any term of this + Agreement and the non-compliance is not fixed within + thirty (30) days following notice from NVIDIA (or + immediately if you violate NVIDIA’s intellectual + property rights); + + b. (ii) you commence or participate in any legal + proceeding against NVIDIA with respect to the SDK; or + + c. (iii) NVIDIA decides to no longer provide the SDK in + a country or, in NVIDIA’s sole discretion, the + continued use of it is no longer commercially viable. + + 4. Upon any termination of this Agreement, you agree to + promptly discontinue use of the SDK and destroy all copies + in your possession or control. Your prior distributions in + accordance with this Agreement are not affected by the + termination of this Agreement. Upon written request, you + will certify in writing that you have complied with your + commitments under this section. Upon any termination of + this Agreement all provisions survive except for the + license grant provisions. + + +1.7. General + +If you wish to assign this Agreement or your rights and +obligations, including by merger, consolidation, dissolution +or operation of law, contact NVIDIA to ask for permission. Any +attempted assignment not approved by NVIDIA in writing shall +be void and of no effect. NVIDIA may assign, delegate or +transfer this Agreement and its rights and obligations, and if +to a non-affiliate you will be notified. + +You agree to cooperate with NVIDIA and provide reasonably +requested information to verify your compliance with this +Agreement. + +This Agreement will be governed in all respects by the laws of +the United States and of the State of Delaware as those laws +are applied to contracts entered into and performed entirely +within Delaware by Delaware residents, without regard to the +conflicts of laws principles. The United Nations Convention on +Contracts for the International Sale of Goods is specifically +disclaimed. You agree to all terms of this Agreement in the +English language. + +The state or federal courts residing in Santa Clara County, +California shall have exclusive jurisdiction over any dispute +or claim arising out of this Agreement. Notwithstanding this, +you agree that NVIDIA shall still be allowed to apply for +injunctive remedies or an equivalent type of urgent legal +relief in any jurisdiction. + +If any court of competent jurisdiction determines that any +provision of this Agreement is illegal, invalid or +unenforceable, such provision will be construed as limited to +the extent necessary to be consistent with and fully +enforceable under the law and the remaining provisions will +remain in full force and effect. Unless otherwise specified, +remedies are cumulative. + +Each party acknowledges and agrees that the other is an +independent contractor in the performance of this Agreement. + +The SDK has been developed entirely at private expense and is +“commercial items” consisting of “commercial computer +software” and “commercial computer software +documentation” provided with RESTRICTED RIGHTS. Use, +duplication or disclosure by the U.S. Government or a U.S. +Government subcontractor is subject to the restrictions in +this Agreement pursuant to DFARS 227.7202-3(a) or as set forth +in subparagraphs (c)(1) and (2) of the Commercial Computer +Software - Restricted Rights clause at FAR 52.227-19, as +applicable. Contractor/manufacturer is NVIDIA, 2788 San Tomas +Expressway, Santa Clara, CA 95051. + +The SDK is subject to United States export laws and +regulations. You agree that you will not ship, transfer or +export the SDK into any country, or use the SDK in any manner, +prohibited by the United States Bureau of Industry and +Security or economic sanctions regulations administered by the +U.S. Department of Treasury’s Office of Foreign Assets +Control (OFAC), or any applicable export laws, restrictions or +regulations. These laws include restrictions on destinations, +end users and end use. By accepting this Agreement, you +confirm that you are not a resident or citizen of any country +currently embargoed by the U.S. and that you are not otherwise +prohibited from receiving the SDK. + +Any notice delivered by NVIDIA to you under this Agreement +will be delivered via mail, email or fax. You agree that any +notices that NVIDIA sends you electronically will satisfy any +legal communication requirements. Please direct your legal +notices or other correspondence to NVIDIA Corporation, 2788 +San Tomas Expressway, Santa Clara, California 95051, United +States of America, Attention: Legal Department. + +This Agreement and any exhibits incorporated into this +Agreement constitute the entire agreement of the parties with +respect to the subject matter of this Agreement and supersede +all prior negotiations or documentation exchanged between the +parties relating to this SDK license. Any additional and/or +conflicting terms on documents issued by you are null, void, +and invalid. Any amendment or waiver under this Agreement +shall be in writing and signed by representatives of both +parties. + + +1.8. Glossary of Terms + +Certain capitalized terms, if not otherwise defined elsewhere +in this SLA, shall have the meanings set forth below: + + 1. + + “Affiliate” means any legal entity that Owns, is Owned + by, or is commonly Owned with a party. “Own” means + having more than 50% ownership or the right to direct the + management of the entity. + + 2. + + “AGREEMENT” means this SLA and all associated + Supplements entered by the parties referencing this SLA. + + 3. + + “Authorized Users” means your Enterprise individual + employees and any of your Enterprise’s Contractors, + subject to the terms of the “Enterprise and Contractors + Usage” section. + + 4. + + “Confidential Information” means the Licensed Software + (unless made publicly available by NVIDIA without + confidentiality obligations), and any NVIDIA business, + marketing, pricing, research and development, know-how, + technical, scientific, financial status, proposed new + products or other information disclosed by NVIDIA to you + which, at the time of disclosure, is designated in writing + as confidential or proprietary (or like written + designation), or orally identified as confidential or + proprietary or is otherwise reasonably identifiable by + parties exercising reasonable business judgment, as + confidential. Confidential Information does not and will + not include information that: (i) is or becomes generally + known to the public through no fault of or breach of the + AGREEMENT by the receiving party; (ii) is rightfully known + by the receiving party at the time of disclosure without + an obligation of confidentiality; (iii) is independently + developed by the receiving party without use of the + disclosing party’s Confidential Information; or (iv) is + rightfully obtained by the receiving party from a third + party without restriction on use or disclosure. + + 5. + + “Contractor” means an individual who works primarily + for your Enterprise on a contractor basis from your secure + network. + + 6. + + “Documentation” means the NVIDIA documentation made + available for use with the Software, including (without + limitation) user manuals, datasheets, operations + instructions, installation guides, release notes and other + materials provided to you under the AGREEMENT. + + 7. + + “Enterprise” means you or any company or legal entity + for which you accepted the terms of this SLA, and their + subsidiaries of which your company or legal entity owns + more than fifty percent (50%) of the issued and + outstanding equity. + + 8. + + “Feedback” means any and all suggestions, feature + requests, comments or other feedback regarding the + Licensed Software, including possible enhancements or + modifications thereto. + + 9. + + “Intellectual Property Rights” means all patent, + copyright, trademark, trade secret, trade dress, trade + names, utility models, mask work, moral rights, rights of + attribution or integrity service marks, master recording + and music publishing rights, performance rights, + author’s rights, database rights, registered design + rights and any applications for the protection or + registration of these rights, or other intellectual or + industrial property rights or proprietary rights, + howsoever arising and in whatever media, whether now known + or hereafter devised, whether or not registered, + (including all claims and causes of action for + infringement, misappropriation or violation and all rights + in any registrations and renewals), worldwide and whether + existing now or in the future. + + 10. + + “Licensed Software” means Software, Documentation and + all modifications owned by NVIDIA. + + 11. + + “Open Source License” includes, without limitation, a + software license that requires as a condition of use, + modification, and/or distribution of such software that + the Software be (i) disclosed or distributed in source + code form; (ii) be licensed for the purpose of making + derivative works; or (iii) be redistributable at no + charge. + + 12. + + “Order” means a purchase order issued by you, a signed + purchase agreement with you, or other ordering document + issued by you to NVIDIA or a NVIDIA authorized reseller + (including any on-line acceptance process) that references + and incorporates the AGREEMENT and is accepted by NVIDIA. + + 13. + + “Software” means the NVIDIA software programs licensed + to you under the AGREEMENT including, without limitation, + libraries, sample code, utility programs and programming + code. + + 14. + + “Supplement” means the additional terms and conditions + beyond those stated in this SLA that apply to certain + Licensed Software licensed hereunder. \ No newline at end of file diff --git a/lib/lwjgl/fmod_license.txt b/lib/lwjgl/fmod_license.txt new file mode 100644 index 0000000..03f68f8 --- /dev/null +++ b/lib/lwjgl/fmod_license.txt @@ -0,0 +1,157 @@ + FMOD END USER LICENCE AGREEMENT + =============================== + +This End User Licence Agreement (EULA) is a legal agreement between you and +Firelight Technologies Pty Ltd (ACN 099 182 448) (us or we) and governs your use +of FMOD Studio Authoring Tool and FMOD Studio Engine, together the Software. + +1. GRANT OF LICENCE + +1.1 FMOD Studio Authoring Tool + +This EULA grants you the right to use FMOD Studio Authoring Tool for all use, +including Commercial use, subject to the following: + + i. FMOD Studio Authoring Tool is used to create content for use with the + FMOD Studio Engine only; + + ii. FMOD Studio Authoring Tool is not redistributed in any form. + +1.2 FMOD Studio Engine + +This EULA grants you the right to use FMOD Studio Engine, for personal +(hobbyist), educational (students and teachers) or Non-Commercial use only, +subject to the following: + + i. FMOD Studio Engine is integrated and redistributed in a software + application (Product) only; + + ii. FMOD Studio Engine is not distributed as part of a game engine or tool + set; + + iii. FMOD Studio Engine is not used in any Commercial enterprise or for any + Commercial production or subcontracting, except for the purposes of + Evaluation or Development of a Commercial Product; + + iv. Non-Commercial use does not involve any form of monetisation, + sponsorship or promotion; + + v. Product includes attribution in accordance with Clause 3. + +2.OTHER USE + +For all Commercial use, and any Non Commercial use not permitted by this +license, a separate license is required. Refer to www.fmod.com/licensing for +information. + +3. CREDITS + +All Products require an in game credit line which must include the words “FMOD +Studio” and “Firelight Technologies Pty Ltd”. Refer to www.fmod.com/attribution +for examples. + +4. INTELLECTUAL PROPERTY RIGHTS + +We are and remain at all times the owner of the Software (including all +intellectual property rights in or to the Software). For the avoidance of doubt, +nothing in this EULA may be deemed to grant or assign to you any proprietary or +ownership interest or intellectual property rights in or to the Software other +than the rights licensed pursuant to Clause 1. + +You acknowledge and agree that you have no right, title or interest in and to +the intellectual property rights in the Software. + +5. SECURITY AND RISK + +You are responsible for protecting the Software and any related materials at all +times from unauthorised access, use or damage. + +6. WARRANTY AND LIMITATION OF LIABILITY + +The Software is provided by us “as is” and, to the maximum extent permitted by +law, any express or implied warranties of any kind, including (but not limited +to) all implied warranties of merchantability and fitness for a particular +purpose are disclaimed. + +In no event shall we (and our employees, contractors and subcontractors), +developers and contributors be liable for any direct, special, indirect or +consequential damages whatsoever resulting from loss of data or profits, whether +in an action of contract, negligence or other tortious conduct, arising out of +or in connection with the use or performance of the Software. + +7. OGG VORBIS CODEC + +FMOD uses the Ogg Vorbis codec © 2002, Xiph.Org Foundation. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + i. Redistributions of source code must retain the above copyright notice, + the list of conditions and the following disclaimer. + + ii. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other material provided with the distribution. + + iii. Neither the name of the Xiph.org Foundation 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 OWNER 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. + +8. RESONANCE AUDIO SDK + +FMOD includes Resonance Audio SDK, licensed under the Apache Licence, Version +2.0 (the Licence); you may not use this file except in compliance with the +License. You may obtain a copy of the License at: + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software distributed +under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR +CONDITIONS OF ANY KIND, either express or implied. See the License for the +specific language governing permissions and limitations under the License. + +8. ANDROID PLATFORM CODE + +Copyright (C) 2010 The Android Open Source Project All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * 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. + +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 OWNER 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. AUDIOMOTORS DEMO CONTENT + +The audiogaming_audiomotors_demo_engine.agp file is provided for evaluation +purposes only and is not to be redistributed. AudioMotors V2 Pro is required to +create your own engine content. Refer to https://lesound.io for information. diff --git a/lib/lwjgl/freetype_license.txt b/lib/lwjgl/freetype_license.txt new file mode 100644 index 0000000..c406d15 --- /dev/null +++ b/lib/lwjgl/freetype_license.txt @@ -0,0 +1,169 @@ + The FreeType Project LICENSE + ---------------------------- + + 2006-Jan-27 + + Copyright 1996-2002, 2006 by + David Turner, Robert Wilhelm, and Werner Lemberg + + + +Introduction +============ + + The FreeType Project is distributed in several archive packages; + some of them may contain, in addition to the FreeType font engine, + various tools and contributions which rely on, or relate to, the + FreeType Project. + + This license applies to all files found in such packages, and + which do not fall under their own explicit license. The license + affects thus the FreeType font engine, the test programs, + documentation and makefiles, at the very least. + + This license was inspired by the BSD, Artistic, and IJG + (Independent JPEG Group) licenses, which all encourage inclusion + and use of free software in commercial and freeware products + alike. As a consequence, its main points are that: + + o We don't promise that this software works. However, we will be + interested in any kind of bug reports. (`as is' distribution) + + o You can use this software for whatever you want, in parts or + full form, without having to pay us. (`royalty-free' usage) + + o You may not pretend that you wrote this software. If you use + it, or only parts of it, in a program, you must acknowledge + somewhere in your documentation that you have used the + FreeType code. (`credits') + + We specifically permit and encourage the inclusion of this + software, with or without modifications, in commercial products. + We disclaim all warranties covering The FreeType Project and + assume no liability related to The FreeType Project. + + + Finally, many people asked us for a preferred form for a + credit/disclaimer to use in compliance with this license. We thus + encourage you to use the following text: + + """ + Portions of this software are copyright © The FreeType + Project (www.freetype.org). All rights reserved. + """ + + Please replace with the value from the FreeType version you + actually use. + + +Legal Terms +=========== + +0. Definitions +-------------- + + Throughout this license, the terms `package', `FreeType Project', + and `FreeType archive' refer to the set of files originally + distributed by the authors (David Turner, Robert Wilhelm, and + Werner Lemberg) as the `FreeType Project', be they named as alpha, + beta or final release. + + `You' refers to the licensee, or person using the project, where + `using' is a generic term including compiling the project's source + code as well as linking it to form a `program' or `executable'. + This program is referred to as `a program using the FreeType + engine'. + + This license applies to all files distributed in the original + FreeType Project, including all source code, binaries and + documentation, unless otherwise stated in the file in its + original, unmodified form as distributed in the original archive. + If you are unsure whether or not a particular file is covered by + this license, you must contact us to verify this. + + The FreeType Project is copyright (C) 1996-2000 by David Turner, + Robert Wilhelm, and Werner Lemberg. All rights reserved except as + specified below. + +1. No Warranty +-------------- + + THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO + USE, OF THE FREETYPE PROJECT. + +2. Redistribution +----------------- + + This license grants a worldwide, royalty-free, perpetual and + irrevocable right and license to use, execute, perform, compile, + display, copy, create derivative works of, distribute and + sublicense the FreeType Project (in both source and object code + forms) and derivative works thereof for any purpose; and to + authorize others to exercise some or all of the rights granted + herein, subject to the following conditions: + + o Redistribution of source code must retain this license file + (`FTL.TXT') unaltered; any additions, deletions or changes to + the original files must be clearly indicated in accompanying + documentation. The copyright notices of the unaltered, + original files must be preserved in all copies of source + files. + + o Redistribution in binary form must provide a disclaimer that + states that the software is based in part of the work of the + FreeType Team, in the distribution documentation. We also + encourage you to put an URL to the FreeType web page in your + documentation, though this isn't mandatory. + + These conditions apply to any software derived from or based on + the FreeType Project, not just the unmodified files. If you use + our work, you must acknowledge us. However, no fee need be paid + to us. + +3. Advertising +-------------- + + Neither the FreeType authors and contributors nor you shall use + the name of the other for commercial, advertising, or promotional + purposes without specific prior written permission. + + We suggest, but do not require, that you use one or more of the + following phrases to refer to this software in your documentation + or advertising materials: `FreeType Project', `FreeType Engine', + `FreeType library', or `FreeType Distribution'. + + As you have not signed this license, you are not required to + accept it. However, as the FreeType Project is copyrighted + material, only this license, or another one contracted with the + authors, grants you the right to use, distribute, and modify it. + Therefore, by using, distributing, or modifying the FreeType + Project, you indicate that you understand and accept all the terms + of this license. + +4. Contacts +----------- + + There are two mailing lists related to FreeType: + + o freetype@nongnu.org + + Discusses general use and applications of FreeType, as well as + future and wanted additions to the library and distribution. + If you are looking for support, start in this list if you + haven't found anything to help you in the documentation. + + o freetype-devel@nongnu.org + + Discusses bugs, as well as engine internals, design issues, + specific licenses, porting, etc. + + Our home page can be found at + + https://www.freetype.org + + +--- end of FTL.TXT --- diff --git a/lib/lwjgl/glfw_license.txt b/lib/lwjgl/glfw_license.txt new file mode 100644 index 0000000..8a60e1d --- /dev/null +++ b/lib/lwjgl/glfw_license.txt @@ -0,0 +1,21 @@ +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2010 Camilla Berglund + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. diff --git a/lib/lwjgl/harfbuzz_license.txt b/lib/lwjgl/harfbuzz_license.txt new file mode 100644 index 0000000..48d1b30 --- /dev/null +++ b/lib/lwjgl/harfbuzz_license.txt @@ -0,0 +1,38 @@ +HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. +For parts of HarfBuzz that are licensed under different licenses see individual +files names COPYING in subdirectories where applicable. + +Copyright © 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc. +Copyright © 2018,2019,2020 Ebrahim Byagowi +Copyright © 2019,2020 Facebook, Inc. +Copyright © 2012 Mozilla Foundation +Copyright © 2011 Codethink Limited +Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) +Copyright © 2009 Keith Stribley +Copyright © 2009 Martin Hosken and SIL International +Copyright © 2007 Chris Wilson +Copyright © 2005,2006,2020,2021 Behdad Esfahbod +Copyright © 2005 David Turner +Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. +Copyright © 1998-2004 David Turner and Werner Lemberg + +For full copyright notices consult the individual files in the package. + + +Permission is hereby granted, without written agreement and without +license or royalty fees, to use, copy, modify, and distribute this +software and its documentation for any purpose, provided that the +above copyright notice and the following two paragraphs appear in +all copies of this software. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR +DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES +ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN +IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGE. + +THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS +ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO +PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. diff --git a/lib/lwjgl/jemalloc_license.txt b/lib/lwjgl/jemalloc_license.txt new file mode 100644 index 0000000..fd57978 --- /dev/null +++ b/lib/lwjgl/jemalloc_license.txt @@ -0,0 +1,27 @@ +Unless otherwise specified, files in the jemalloc source distribution are +subject to the following license: +-------------------------------------------------------------------------------- +Copyright (C) 2002-2018 Jason Evans . +All rights reserved. +Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved. +Copyright (C) 2009-2018 Facebook, Inc. All rights reserved. + +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(s), + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice(s), + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``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(S) 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. +-------------------------------------------------------------------------------- \ No newline at end of file diff --git a/lib/lwjgl/khronos_license.txt b/lib/lwjgl/khronos_license.txt new file mode 100644 index 0000000..d7e6e9d --- /dev/null +++ b/lib/lwjgl/khronos_license.txt @@ -0,0 +1,22 @@ +/* +** Copyright (c) 2013-2014 The Khronos Group Inc. +** +** Permission is hereby granted, free of charge, to any person obtaining a +** copy of this software and/or associated documentation files (the +** "Materials"), to deal in the Materials without restriction, including +** without limitation the rights to use, copy, modify, merge, publish, +** distribute, sublicense, and/or sell copies of the Materials, and to +** permit persons to whom the Materials are furnished to do so, subject to +** the following conditions: +** +** The above copyright notice and this permission notice shall be included +** in all copies or substantial portions of the Materials. +** +** THE MATERIALS ARE 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 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 +** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +*/ \ No newline at end of file diff --git a/lib/lwjgl/ktx_license.txt b/lib/lwjgl/ktx_license.txt new file mode 100644 index 0000000..7b6d05f --- /dev/null +++ b/lib/lwjgl/ktx_license.txt @@ -0,0 +1,36 @@ +LICENSE file for the KhronosGroup/KTX-Software project {#license} +====================================================== + + + +Files unique to this repository generally fall under the Apache 2.0 license +with copyright holders including Mark Callow, the KTX-Software author; The +Khronos Group Inc., which has supported KTX development; and other +contributors to the KTX project. + +Because KTX-Software incorporates material and contributions from many other +projects, which often have their own licenses, there are many other licenses +in use in this repository. While there are many licenses in this repository, +with rare exceptions all are open source licenses that we believe to be +mutually compatible. + +The complete text of each of the licenses used in this repository is found +in LICENSES/*.txt . Additionally, we have updated the repository to pass the +REUSE compliance checker tool (see https://reuse.software/). REUSE verifies +that every file in a git repository either incorporates a license, or that +the license is present in auxiliary files such as .reuse/dep5 . To obtain a +bill of materials for the repository identifying the license for each file, +install the REUSE tool and run + + reuse spdx + +inside the repository. + +## Special Cases + +The file lib/etcdec.cxx is not open source. It is made available under the +terms of an Ericsson license, found in the file itself. diff --git a/lib/lwjgl/libdivide_license.txt b/lib/lwjgl/libdivide_license.txt new file mode 100644 index 0000000..8bef887 --- /dev/null +++ b/lib/lwjgl/libdivide_license.txt @@ -0,0 +1,54 @@ + libdivide + Copyright (C) 2010 ridiculous_fish + + libdivide is made available under two licenses. You may choose either + of the following licenses when using libdivide. + + zlib License + ------------ + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + + + Boost License + ------------- + + Boost Software License - Version 1.0 - August 17th, 2003 + + Permission is hereby granted, free of charge, to any person or organization + obtaining a copy of the software and accompanying documentation covered by + this license (the "Software") to use, reproduce, display, distribute, + execute, and transmit the Software, and to prepare derivative works of the + Software, and to permit third-parties to whom the Software is furnished to + do so, all subject to the following: + + The copyright notices in the Software and this entire statement, including + the above license grant, this restriction and the following disclaimer, + must be included in all copies of the Software, in whole or in part, and + all derivative works of the Software, unless such copies or derivative + works are solely in the form of machine-executable object code generated by + a source language processor. + + THE 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, TITLE AND NON-INFRINGEMENT. IN NO EVENT + SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE + FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + + libdivide@ridiculousfish.com diff --git a/lib/lwjgl/libffi_license.txt b/lib/lwjgl/libffi_license.txt new file mode 100644 index 0000000..7b64447 --- /dev/null +++ b/lib/lwjgl/libffi_license.txt @@ -0,0 +1,21 @@ +libffi - Copyright (c) 1996-2020 Anthony Green, Red Hat, Inc and others. +See source files for details. + +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 the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE 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 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. \ No newline at end of file diff --git a/lib/lwjgl/liburing_license.txt b/lib/lwjgl/liburing_license.txt new file mode 100644 index 0000000..67bc330 --- /dev/null +++ b/lib/lwjgl/liburing_license.txt @@ -0,0 +1,7 @@ +Copyright 2020 Jens Axboe + +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 the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE 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 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. \ No newline at end of file diff --git a/lib/lwjgl/llvm_license.txt b/lib/lwjgl/llvm_license.txt new file mode 100644 index 0000000..5715176 --- /dev/null +++ b/lib/lwjgl/llvm_license.txt @@ -0,0 +1,278 @@ +============================================================================== +The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: +============================================================================== + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +---- LLVM Exceptions to the Apache 2.0 License ---- + +As an exception, if, as a result of your compiling your source code, portions +of this Software are embedded into an Object form of such source code, you +may redistribute such embedded portions in such Object form without complying +with the conditions of Sections 4(a), 4(b) and 4(d) of the License. + +In addition, if you combine or link compiled forms of this Software with +software that is licensed under the GPLv2 ("Combined Software") and if a +court of competent jurisdiction determines that the patent provision (Section +3), the indemnity provision (Section 9) or other Section of the License +conflicts with the conditions of the GPLv2, you may retroactively and +prospectively choose to deem waived or otherwise exclude such Section(s) of +the License, but only in their entirety and only with respect to the Combined +Software. + +============================================================================== +Software from third parties included in the LLVM Project: +============================================================================== +The LLVM Project contains third party software which is under different license +terms. All such code will be identified clearly using at least one of two +mechanisms: +1) It will be in a separate directory tree with its own `LICENSE.txt` or + `LICENSE` file at the top containing the specific license and restrictions + which apply to that software, or +2) It will contain specific license and restriction terms at the top of every + file. + +============================================================================== +Legacy LLVM License (https://llvm.org/docs/DeveloperPolicy.html#legacy): +============================================================================== +University of Illinois/NCSA +Open Source License + +Copyright (c) 2003-2019 University of Illinois at Urbana-Champaign. +All rights reserved. + +Developed by: + + LLVM Team + + University of Illinois at Urbana-Champaign + + http://llvm.org + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal with +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimers. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimers in the + documentation and/or other materials provided with the distribution. + + * Neither the names of the LLVM Team, University of Illinois at + Urbana-Champaign, nor the names of its contributors may be used to + endorse or promote products derived from this Software without specific + prior written permission. + +THE 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, 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. diff --git a/lib/lwjgl/lmdb_license.txt b/lib/lwjgl/lmdb_license.txt new file mode 100644 index 0000000..6295703 --- /dev/null +++ b/lib/lwjgl/lmdb_license.txt @@ -0,0 +1,47 @@ +The OpenLDAP Public License + Version 2.8, 17 August 2003 + +Redistribution and use of this software and associated documentation +("Software"), with or without modification, are permitted provided +that the following conditions are met: + +1. Redistributions in source form must retain copyright statements + and notices, + +2. Redistributions in binary form must reproduce applicable copyright + statements and notices, this list of conditions, and the following + disclaimer in the documentation and/or other materials provided + with the distribution, and + +3. Redistributions must contain a verbatim copy of this document. + +The OpenLDAP Foundation may revise this license from time to time. +Each revision is distinguished by a version number. You may use +this Software under terms of this license revision or under the +terms of any subsequent revision of the license. + +THIS SOFTWARE IS PROVIDED BY THE OPENLDAP FOUNDATION AND ITS +CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED 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 OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S) +OR OWNER(S) OF THE SOFTWARE 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. + +The names of the authors and copyright holders must not be used in +advertising or otherwise to promote the sale, use or other dealing +in this Software without specific, written prior permission. Title +to copyright in this Software shall at all times remain with copyright +holders. + +OpenLDAP is a registered trademark of the OpenLDAP Foundation. + +Copyright 1999-2003 The OpenLDAP Foundation, Redwood City, +California, USA. All Rights Reserved. Permission to copy and +distribute verbatim copies of this document is granted. \ No newline at end of file diff --git a/lib/lwjgl/lwjgl-assimp-javadoc.jar b/lib/lwjgl/lwjgl-assimp-javadoc.jar new file mode 100644 index 0000000..fb12efe Binary files /dev/null and b/lib/lwjgl/lwjgl-assimp-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-linux.jar b/lib/lwjgl/lwjgl-assimp-natives-linux.jar new file mode 100644 index 0000000..725339c Binary files /dev/null and b/lib/lwjgl/lwjgl-assimp-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-assimp-natives-macos-arm64.jar new file mode 100644 index 0000000..db7844a Binary files /dev/null and b/lib/lwjgl/lwjgl-assimp-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-macos.jar b/lib/lwjgl/lwjgl-assimp-natives-macos.jar new file mode 100644 index 0000000..390af9a Binary files /dev/null and b/lib/lwjgl/lwjgl-assimp-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-windows.jar b/lib/lwjgl/lwjgl-assimp-natives-windows.jar new file mode 100644 index 0000000..5cafa8c Binary files /dev/null and b/lib/lwjgl/lwjgl-assimp-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-assimp-sources.jar b/lib/lwjgl/lwjgl-assimp-sources.jar new file mode 100644 index 0000000..bbc17bc Binary files /dev/null and b/lib/lwjgl/lwjgl-assimp-sources.jar differ diff --git a/lib/lwjgl/lwjgl-assimp.jar b/lib/lwjgl/lwjgl-assimp.jar new file mode 100644 index 0000000..8f751b6 Binary files /dev/null and b/lib/lwjgl/lwjgl-assimp.jar differ diff --git a/lib/lwjgl/lwjgl-bgfx-javadoc.jar b/lib/lwjgl/lwjgl-bgfx-javadoc.jar new file mode 100644 index 0000000..0545c59 Binary files /dev/null and b/lib/lwjgl/lwjgl-bgfx-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-linux.jar b/lib/lwjgl/lwjgl-bgfx-natives-linux.jar new file mode 100644 index 0000000..7e9cdb6 Binary files /dev/null and b/lib/lwjgl/lwjgl-bgfx-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-bgfx-natives-macos-arm64.jar new file mode 100644 index 0000000..9896a34 Binary files /dev/null and b/lib/lwjgl/lwjgl-bgfx-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-macos.jar b/lib/lwjgl/lwjgl-bgfx-natives-macos.jar new file mode 100644 index 0000000..2b26ce7 Binary files /dev/null and b/lib/lwjgl/lwjgl-bgfx-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-windows.jar b/lib/lwjgl/lwjgl-bgfx-natives-windows.jar new file mode 100644 index 0000000..3360327 Binary files /dev/null and b/lib/lwjgl/lwjgl-bgfx-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-bgfx-sources.jar b/lib/lwjgl/lwjgl-bgfx-sources.jar new file mode 100644 index 0000000..3f07634 Binary files /dev/null and b/lib/lwjgl/lwjgl-bgfx-sources.jar differ diff --git a/lib/lwjgl/lwjgl-bgfx.jar b/lib/lwjgl/lwjgl-bgfx.jar new file mode 100644 index 0000000..5be16cb Binary files /dev/null and b/lib/lwjgl/lwjgl-bgfx.jar differ diff --git a/lib/lwjgl/lwjgl-cuda-javadoc.jar b/lib/lwjgl/lwjgl-cuda-javadoc.jar new file mode 100644 index 0000000..2cbca12 Binary files /dev/null and b/lib/lwjgl/lwjgl-cuda-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-cuda-sources.jar b/lib/lwjgl/lwjgl-cuda-sources.jar new file mode 100644 index 0000000..861a8f9 Binary files /dev/null and b/lib/lwjgl/lwjgl-cuda-sources.jar differ diff --git a/lib/lwjgl/lwjgl-cuda.jar b/lib/lwjgl/lwjgl-cuda.jar new file mode 100644 index 0000000..d1f3954 Binary files /dev/null and b/lib/lwjgl/lwjgl-cuda.jar differ diff --git a/lib/lwjgl/lwjgl-egl-javadoc.jar b/lib/lwjgl/lwjgl-egl-javadoc.jar new file mode 100644 index 0000000..d77a3d5 Binary files /dev/null and b/lib/lwjgl/lwjgl-egl-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-egl-sources.jar b/lib/lwjgl/lwjgl-egl-sources.jar new file mode 100644 index 0000000..55771a0 Binary files /dev/null and b/lib/lwjgl/lwjgl-egl-sources.jar differ diff --git a/lib/lwjgl/lwjgl-egl.jar b/lib/lwjgl/lwjgl-egl.jar new file mode 100644 index 0000000..34e42c7 Binary files /dev/null and b/lib/lwjgl/lwjgl-egl.jar differ diff --git a/lib/lwjgl/lwjgl-fmod-javadoc.jar b/lib/lwjgl/lwjgl-fmod-javadoc.jar new file mode 100644 index 0000000..60d9afd Binary files /dev/null and b/lib/lwjgl/lwjgl-fmod-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-fmod-sources.jar b/lib/lwjgl/lwjgl-fmod-sources.jar new file mode 100644 index 0000000..f2d327d Binary files /dev/null and b/lib/lwjgl/lwjgl-fmod-sources.jar differ diff --git a/lib/lwjgl/lwjgl-fmod.jar b/lib/lwjgl/lwjgl-fmod.jar new file mode 100644 index 0000000..89b431c Binary files /dev/null and b/lib/lwjgl/lwjgl-fmod.jar differ diff --git a/lib/lwjgl/lwjgl-freetype-javadoc.jar b/lib/lwjgl/lwjgl-freetype-javadoc.jar new file mode 100644 index 0000000..e406cb9 Binary files /dev/null and b/lib/lwjgl/lwjgl-freetype-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-linux.jar b/lib/lwjgl/lwjgl-freetype-natives-linux.jar new file mode 100644 index 0000000..caa2984 Binary files /dev/null and b/lib/lwjgl/lwjgl-freetype-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-freetype-natives-macos-arm64.jar new file mode 100644 index 0000000..468b668 Binary files /dev/null and b/lib/lwjgl/lwjgl-freetype-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-macos.jar b/lib/lwjgl/lwjgl-freetype-natives-macos.jar new file mode 100644 index 0000000..e5e83c8 Binary files /dev/null and b/lib/lwjgl/lwjgl-freetype-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-windows.jar b/lib/lwjgl/lwjgl-freetype-natives-windows.jar new file mode 100644 index 0000000..8b86dba Binary files /dev/null and b/lib/lwjgl/lwjgl-freetype-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-freetype-sources.jar b/lib/lwjgl/lwjgl-freetype-sources.jar new file mode 100644 index 0000000..fc19a5a Binary files /dev/null and b/lib/lwjgl/lwjgl-freetype-sources.jar differ diff --git a/lib/lwjgl/lwjgl-freetype.jar b/lib/lwjgl/lwjgl-freetype.jar new file mode 100644 index 0000000..9fcdfa9 Binary files /dev/null and b/lib/lwjgl/lwjgl-freetype.jar differ diff --git a/lib/lwjgl/lwjgl-glfw-javadoc.jar b/lib/lwjgl/lwjgl-glfw-javadoc.jar new file mode 100644 index 0000000..da73b0e Binary files /dev/null and b/lib/lwjgl/lwjgl-glfw-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-linux.jar b/lib/lwjgl/lwjgl-glfw-natives-linux.jar new file mode 100644 index 0000000..28db301 Binary files /dev/null and b/lib/lwjgl/lwjgl-glfw-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-glfw-natives-macos-arm64.jar new file mode 100644 index 0000000..85a87e1 Binary files /dev/null and b/lib/lwjgl/lwjgl-glfw-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-macos.jar b/lib/lwjgl/lwjgl-glfw-natives-macos.jar new file mode 100644 index 0000000..d372768 Binary files /dev/null and b/lib/lwjgl/lwjgl-glfw-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-windows.jar b/lib/lwjgl/lwjgl-glfw-natives-windows.jar new file mode 100644 index 0000000..1a20464 Binary files /dev/null and b/lib/lwjgl/lwjgl-glfw-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-glfw-sources.jar b/lib/lwjgl/lwjgl-glfw-sources.jar new file mode 100644 index 0000000..1d19d00 Binary files /dev/null and b/lib/lwjgl/lwjgl-glfw-sources.jar differ diff --git a/lib/lwjgl/lwjgl-glfw.jar b/lib/lwjgl/lwjgl-glfw.jar new file mode 100644 index 0000000..791fe06 Binary files /dev/null and b/lib/lwjgl/lwjgl-glfw.jar differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-javadoc.jar b/lib/lwjgl/lwjgl-harfbuzz-javadoc.jar new file mode 100644 index 0000000..428fd97 Binary files /dev/null and b/lib/lwjgl/lwjgl-harfbuzz-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-linux.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-linux.jar new file mode 100644 index 0000000..e232855 Binary files /dev/null and b/lib/lwjgl/lwjgl-harfbuzz-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-macos-arm64.jar new file mode 100644 index 0000000..3e9f51a Binary files /dev/null and b/lib/lwjgl/lwjgl-harfbuzz-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-macos.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-macos.jar new file mode 100644 index 0000000..7b18a48 Binary files /dev/null and b/lib/lwjgl/lwjgl-harfbuzz-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-windows.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-windows.jar new file mode 100644 index 0000000..8b80b7f Binary files /dev/null and b/lib/lwjgl/lwjgl-harfbuzz-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-sources.jar b/lib/lwjgl/lwjgl-harfbuzz-sources.jar new file mode 100644 index 0000000..fca88ea Binary files /dev/null and b/lib/lwjgl/lwjgl-harfbuzz-sources.jar differ diff --git a/lib/lwjgl/lwjgl-harfbuzz.jar b/lib/lwjgl/lwjgl-harfbuzz.jar new file mode 100644 index 0000000..ef1dd68 Binary files /dev/null and b/lib/lwjgl/lwjgl-harfbuzz.jar differ diff --git a/lib/lwjgl/lwjgl-hwloc-javadoc.jar b/lib/lwjgl/lwjgl-hwloc-javadoc.jar new file mode 100644 index 0000000..f758a20 Binary files /dev/null and b/lib/lwjgl/lwjgl-hwloc-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-linux.jar b/lib/lwjgl/lwjgl-hwloc-natives-linux.jar new file mode 100644 index 0000000..6961d9d Binary files /dev/null and b/lib/lwjgl/lwjgl-hwloc-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-hwloc-natives-macos-arm64.jar new file mode 100644 index 0000000..cf754f2 Binary files /dev/null and b/lib/lwjgl/lwjgl-hwloc-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-macos.jar b/lib/lwjgl/lwjgl-hwloc-natives-macos.jar new file mode 100644 index 0000000..212e027 Binary files /dev/null and b/lib/lwjgl/lwjgl-hwloc-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-windows.jar b/lib/lwjgl/lwjgl-hwloc-natives-windows.jar new file mode 100644 index 0000000..7da8764 Binary files /dev/null and b/lib/lwjgl/lwjgl-hwloc-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-hwloc-sources.jar b/lib/lwjgl/lwjgl-hwloc-sources.jar new file mode 100644 index 0000000..c3f9270 Binary files /dev/null and b/lib/lwjgl/lwjgl-hwloc-sources.jar differ diff --git a/lib/lwjgl/lwjgl-hwloc.jar b/lib/lwjgl/lwjgl-hwloc.jar new file mode 100644 index 0000000..e61c91a Binary files /dev/null and b/lib/lwjgl/lwjgl-hwloc.jar differ diff --git a/lib/lwjgl/lwjgl-javadoc.jar b/lib/lwjgl/lwjgl-javadoc.jar new file mode 100644 index 0000000..dd18b2c Binary files /dev/null and b/lib/lwjgl/lwjgl-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-jawt-javadoc.jar b/lib/lwjgl/lwjgl-jawt-javadoc.jar new file mode 100644 index 0000000..a17686f Binary files /dev/null and b/lib/lwjgl/lwjgl-jawt-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-jawt-sources.jar b/lib/lwjgl/lwjgl-jawt-sources.jar new file mode 100644 index 0000000..acf7700 Binary files /dev/null and b/lib/lwjgl/lwjgl-jawt-sources.jar differ diff --git a/lib/lwjgl/lwjgl-jawt.jar b/lib/lwjgl/lwjgl-jawt.jar new file mode 100644 index 0000000..a51b47e Binary files /dev/null and b/lib/lwjgl/lwjgl-jawt.jar differ diff --git a/lib/lwjgl/lwjgl-jemalloc-javadoc.jar b/lib/lwjgl/lwjgl-jemalloc-javadoc.jar new file mode 100644 index 0000000..5db7bdc Binary files /dev/null and b/lib/lwjgl/lwjgl-jemalloc-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-linux.jar b/lib/lwjgl/lwjgl-jemalloc-natives-linux.jar new file mode 100644 index 0000000..c72f93a Binary files /dev/null and b/lib/lwjgl/lwjgl-jemalloc-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-jemalloc-natives-macos-arm64.jar new file mode 100644 index 0000000..f420c27 Binary files /dev/null and b/lib/lwjgl/lwjgl-jemalloc-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-macos.jar b/lib/lwjgl/lwjgl-jemalloc-natives-macos.jar new file mode 100644 index 0000000..6e0d867 Binary files /dev/null and b/lib/lwjgl/lwjgl-jemalloc-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-windows.jar b/lib/lwjgl/lwjgl-jemalloc-natives-windows.jar new file mode 100644 index 0000000..3bf7629 Binary files /dev/null and b/lib/lwjgl/lwjgl-jemalloc-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-jemalloc-sources.jar b/lib/lwjgl/lwjgl-jemalloc-sources.jar new file mode 100644 index 0000000..74b6a1c Binary files /dev/null and b/lib/lwjgl/lwjgl-jemalloc-sources.jar differ diff --git a/lib/lwjgl/lwjgl-jemalloc.jar b/lib/lwjgl/lwjgl-jemalloc.jar new file mode 100644 index 0000000..6881c26 Binary files /dev/null and b/lib/lwjgl/lwjgl-jemalloc.jar differ diff --git a/lib/lwjgl/lwjgl-ktx-javadoc.jar b/lib/lwjgl/lwjgl-ktx-javadoc.jar new file mode 100644 index 0000000..2c4b96e Binary files /dev/null and b/lib/lwjgl/lwjgl-ktx-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-linux.jar b/lib/lwjgl/lwjgl-ktx-natives-linux.jar new file mode 100644 index 0000000..2d84280 Binary files /dev/null and b/lib/lwjgl/lwjgl-ktx-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-ktx-natives-macos-arm64.jar new file mode 100644 index 0000000..5f9394e Binary files /dev/null and b/lib/lwjgl/lwjgl-ktx-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-macos.jar b/lib/lwjgl/lwjgl-ktx-natives-macos.jar new file mode 100644 index 0000000..9fc805a Binary files /dev/null and b/lib/lwjgl/lwjgl-ktx-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-windows.jar b/lib/lwjgl/lwjgl-ktx-natives-windows.jar new file mode 100644 index 0000000..5a6e42d Binary files /dev/null and b/lib/lwjgl/lwjgl-ktx-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-ktx-sources.jar b/lib/lwjgl/lwjgl-ktx-sources.jar new file mode 100644 index 0000000..e714017 Binary files /dev/null and b/lib/lwjgl/lwjgl-ktx-sources.jar differ diff --git a/lib/lwjgl/lwjgl-ktx.jar b/lib/lwjgl/lwjgl-ktx.jar new file mode 100644 index 0000000..4aabf12 Binary files /dev/null and b/lib/lwjgl/lwjgl-ktx.jar differ diff --git a/lib/lwjgl/lwjgl-libdivide-javadoc.jar b/lib/lwjgl/lwjgl-libdivide-javadoc.jar new file mode 100644 index 0000000..6494b47 Binary files /dev/null and b/lib/lwjgl/lwjgl-libdivide-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-linux.jar b/lib/lwjgl/lwjgl-libdivide-natives-linux.jar new file mode 100644 index 0000000..20a421b Binary files /dev/null and b/lib/lwjgl/lwjgl-libdivide-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-libdivide-natives-macos-arm64.jar new file mode 100644 index 0000000..05044f7 Binary files /dev/null and b/lib/lwjgl/lwjgl-libdivide-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-macos.jar b/lib/lwjgl/lwjgl-libdivide-natives-macos.jar new file mode 100644 index 0000000..578ba98 Binary files /dev/null and b/lib/lwjgl/lwjgl-libdivide-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-windows.jar b/lib/lwjgl/lwjgl-libdivide-natives-windows.jar new file mode 100644 index 0000000..97c35bc Binary files /dev/null and b/lib/lwjgl/lwjgl-libdivide-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-libdivide-sources.jar b/lib/lwjgl/lwjgl-libdivide-sources.jar new file mode 100644 index 0000000..e79ca43 Binary files /dev/null and b/lib/lwjgl/lwjgl-libdivide-sources.jar differ diff --git a/lib/lwjgl/lwjgl-libdivide.jar b/lib/lwjgl/lwjgl-libdivide.jar new file mode 100644 index 0000000..694ddaa Binary files /dev/null and b/lib/lwjgl/lwjgl-libdivide.jar differ diff --git a/lib/lwjgl/lwjgl-llvm-javadoc.jar b/lib/lwjgl/lwjgl-llvm-javadoc.jar new file mode 100644 index 0000000..368b770 Binary files /dev/null and b/lib/lwjgl/lwjgl-llvm-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-linux.jar b/lib/lwjgl/lwjgl-llvm-natives-linux.jar new file mode 100644 index 0000000..6283b14 Binary files /dev/null and b/lib/lwjgl/lwjgl-llvm-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-llvm-natives-macos-arm64.jar new file mode 100644 index 0000000..765cdb1 Binary files /dev/null and b/lib/lwjgl/lwjgl-llvm-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-macos.jar b/lib/lwjgl/lwjgl-llvm-natives-macos.jar new file mode 100644 index 0000000..46ebab4 Binary files /dev/null and b/lib/lwjgl/lwjgl-llvm-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-windows.jar b/lib/lwjgl/lwjgl-llvm-natives-windows.jar new file mode 100644 index 0000000..070d855 Binary files /dev/null and b/lib/lwjgl/lwjgl-llvm-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-llvm-sources.jar b/lib/lwjgl/lwjgl-llvm-sources.jar new file mode 100644 index 0000000..86502e2 Binary files /dev/null and b/lib/lwjgl/lwjgl-llvm-sources.jar differ diff --git a/lib/lwjgl/lwjgl-llvm.jar b/lib/lwjgl/lwjgl-llvm.jar new file mode 100644 index 0000000..2fc8fab Binary files /dev/null and b/lib/lwjgl/lwjgl-llvm.jar differ diff --git a/lib/lwjgl/lwjgl-lmdb-javadoc.jar b/lib/lwjgl/lwjgl-lmdb-javadoc.jar new file mode 100644 index 0000000..68b0082 Binary files /dev/null and b/lib/lwjgl/lwjgl-lmdb-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-linux.jar b/lib/lwjgl/lwjgl-lmdb-natives-linux.jar new file mode 100644 index 0000000..158b6df Binary files /dev/null and b/lib/lwjgl/lwjgl-lmdb-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-lmdb-natives-macos-arm64.jar new file mode 100644 index 0000000..f2ca90e Binary files /dev/null and b/lib/lwjgl/lwjgl-lmdb-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-macos.jar b/lib/lwjgl/lwjgl-lmdb-natives-macos.jar new file mode 100644 index 0000000..ea88721 Binary files /dev/null and b/lib/lwjgl/lwjgl-lmdb-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-windows.jar b/lib/lwjgl/lwjgl-lmdb-natives-windows.jar new file mode 100644 index 0000000..14a8d42 Binary files /dev/null and b/lib/lwjgl/lwjgl-lmdb-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-lmdb-sources.jar b/lib/lwjgl/lwjgl-lmdb-sources.jar new file mode 100644 index 0000000..e03f0f8 Binary files /dev/null and b/lib/lwjgl/lwjgl-lmdb-sources.jar differ diff --git a/lib/lwjgl/lwjgl-lmdb.jar b/lib/lwjgl/lwjgl-lmdb.jar new file mode 100644 index 0000000..a170a33 Binary files /dev/null and b/lib/lwjgl/lwjgl-lmdb.jar differ diff --git a/lib/lwjgl/lwjgl-lz4-javadoc.jar b/lib/lwjgl/lwjgl-lz4-javadoc.jar new file mode 100644 index 0000000..0661cf9 Binary files /dev/null and b/lib/lwjgl/lwjgl-lz4-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-linux.jar b/lib/lwjgl/lwjgl-lz4-natives-linux.jar new file mode 100644 index 0000000..b9f5d56 Binary files /dev/null and b/lib/lwjgl/lwjgl-lz4-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-lz4-natives-macos-arm64.jar new file mode 100644 index 0000000..c7ea70d Binary files /dev/null and b/lib/lwjgl/lwjgl-lz4-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-macos.jar b/lib/lwjgl/lwjgl-lz4-natives-macos.jar new file mode 100644 index 0000000..467dbd1 Binary files /dev/null and b/lib/lwjgl/lwjgl-lz4-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-windows.jar b/lib/lwjgl/lwjgl-lz4-natives-windows.jar new file mode 100644 index 0000000..acb22f9 Binary files /dev/null and b/lib/lwjgl/lwjgl-lz4-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-lz4-sources.jar b/lib/lwjgl/lwjgl-lz4-sources.jar new file mode 100644 index 0000000..6545dfa Binary files /dev/null and b/lib/lwjgl/lwjgl-lz4-sources.jar differ diff --git a/lib/lwjgl/lwjgl-lz4.jar b/lib/lwjgl/lwjgl-lz4.jar new file mode 100644 index 0000000..ede753b Binary files /dev/null and b/lib/lwjgl/lwjgl-lz4.jar differ diff --git a/lib/lwjgl/lwjgl-meow-javadoc.jar b/lib/lwjgl/lwjgl-meow-javadoc.jar new file mode 100644 index 0000000..16968ae Binary files /dev/null and b/lib/lwjgl/lwjgl-meow-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-meow-natives-linux.jar b/lib/lwjgl/lwjgl-meow-natives-linux.jar new file mode 100644 index 0000000..53a394a Binary files /dev/null and b/lib/lwjgl/lwjgl-meow-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-meow-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-meow-natives-macos-arm64.jar new file mode 100644 index 0000000..1bf6595 Binary files /dev/null and b/lib/lwjgl/lwjgl-meow-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-meow-natives-macos.jar b/lib/lwjgl/lwjgl-meow-natives-macos.jar new file mode 100644 index 0000000..b24f9d4 Binary files /dev/null and b/lib/lwjgl/lwjgl-meow-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-meow-natives-windows.jar b/lib/lwjgl/lwjgl-meow-natives-windows.jar new file mode 100644 index 0000000..60f5e3d Binary files /dev/null and b/lib/lwjgl/lwjgl-meow-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-meow-sources.jar b/lib/lwjgl/lwjgl-meow-sources.jar new file mode 100644 index 0000000..bfa0c27 Binary files /dev/null and b/lib/lwjgl/lwjgl-meow-sources.jar differ diff --git a/lib/lwjgl/lwjgl-meow.jar b/lib/lwjgl/lwjgl-meow.jar new file mode 100644 index 0000000..1d3cf1d Binary files /dev/null and b/lib/lwjgl/lwjgl-meow.jar differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-javadoc.jar b/lib/lwjgl/lwjgl-meshoptimizer-javadoc.jar new file mode 100644 index 0000000..e14de24 Binary files /dev/null and b/lib/lwjgl/lwjgl-meshoptimizer-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-linux.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-linux.jar new file mode 100644 index 0000000..ac76e55 Binary files /dev/null and b/lib/lwjgl/lwjgl-meshoptimizer-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-macos-arm64.jar new file mode 100644 index 0000000..02c7d23 Binary files /dev/null and b/lib/lwjgl/lwjgl-meshoptimizer-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-macos.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-macos.jar new file mode 100644 index 0000000..39ad71a Binary files /dev/null and b/lib/lwjgl/lwjgl-meshoptimizer-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-windows.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-windows.jar new file mode 100644 index 0000000..2b558f6 Binary files /dev/null and b/lib/lwjgl/lwjgl-meshoptimizer-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-sources.jar b/lib/lwjgl/lwjgl-meshoptimizer-sources.jar new file mode 100644 index 0000000..61480ce Binary files /dev/null and b/lib/lwjgl/lwjgl-meshoptimizer-sources.jar differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer.jar b/lib/lwjgl/lwjgl-meshoptimizer.jar new file mode 100644 index 0000000..2076ee4 Binary files /dev/null and b/lib/lwjgl/lwjgl-meshoptimizer.jar differ diff --git a/lib/lwjgl/lwjgl-nanovg-javadoc.jar b/lib/lwjgl/lwjgl-nanovg-javadoc.jar new file mode 100644 index 0000000..04ecdd4 Binary files /dev/null and b/lib/lwjgl/lwjgl-nanovg-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-linux.jar b/lib/lwjgl/lwjgl-nanovg-natives-linux.jar new file mode 100644 index 0000000..f17386a Binary files /dev/null and b/lib/lwjgl/lwjgl-nanovg-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-nanovg-natives-macos-arm64.jar new file mode 100644 index 0000000..4101b51 Binary files /dev/null and b/lib/lwjgl/lwjgl-nanovg-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-macos.jar b/lib/lwjgl/lwjgl-nanovg-natives-macos.jar new file mode 100644 index 0000000..ef18e0a Binary files /dev/null and b/lib/lwjgl/lwjgl-nanovg-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-windows.jar b/lib/lwjgl/lwjgl-nanovg-natives-windows.jar new file mode 100644 index 0000000..9d16c15 Binary files /dev/null and b/lib/lwjgl/lwjgl-nanovg-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-nanovg-sources.jar b/lib/lwjgl/lwjgl-nanovg-sources.jar new file mode 100644 index 0000000..f8a7789 Binary files /dev/null and b/lib/lwjgl/lwjgl-nanovg-sources.jar differ diff --git a/lib/lwjgl/lwjgl-nanovg.jar b/lib/lwjgl/lwjgl-nanovg.jar new file mode 100644 index 0000000..6d5b7de Binary files /dev/null and b/lib/lwjgl/lwjgl-nanovg.jar differ diff --git a/lib/lwjgl/lwjgl-natives-linux.jar b/lib/lwjgl/lwjgl-natives-linux.jar new file mode 100644 index 0000000..68018d8 Binary files /dev/null and b/lib/lwjgl/lwjgl-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-natives-macos-arm64.jar new file mode 100644 index 0000000..4734724 Binary files /dev/null and b/lib/lwjgl/lwjgl-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-natives-macos.jar b/lib/lwjgl/lwjgl-natives-macos.jar new file mode 100644 index 0000000..9e66402 Binary files /dev/null and b/lib/lwjgl/lwjgl-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-natives-windows.jar b/lib/lwjgl/lwjgl-natives-windows.jar new file mode 100644 index 0000000..b4d4691 Binary files /dev/null and b/lib/lwjgl/lwjgl-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-nfd-javadoc.jar b/lib/lwjgl/lwjgl-nfd-javadoc.jar new file mode 100644 index 0000000..eafe2d9 Binary files /dev/null and b/lib/lwjgl/lwjgl-nfd-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-linux.jar b/lib/lwjgl/lwjgl-nfd-natives-linux.jar new file mode 100644 index 0000000..ee7525b Binary files /dev/null and b/lib/lwjgl/lwjgl-nfd-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-nfd-natives-macos-arm64.jar new file mode 100644 index 0000000..5f76ce4 Binary files /dev/null and b/lib/lwjgl/lwjgl-nfd-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-macos.jar b/lib/lwjgl/lwjgl-nfd-natives-macos.jar new file mode 100644 index 0000000..e7b9aca Binary files /dev/null and b/lib/lwjgl/lwjgl-nfd-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-windows.jar b/lib/lwjgl/lwjgl-nfd-natives-windows.jar new file mode 100644 index 0000000..2468127 Binary files /dev/null and b/lib/lwjgl/lwjgl-nfd-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-nfd-sources.jar b/lib/lwjgl/lwjgl-nfd-sources.jar new file mode 100644 index 0000000..bce6a67 Binary files /dev/null and b/lib/lwjgl/lwjgl-nfd-sources.jar differ diff --git a/lib/lwjgl/lwjgl-nfd.jar b/lib/lwjgl/lwjgl-nfd.jar new file mode 100644 index 0000000..baf7e98 Binary files /dev/null and b/lib/lwjgl/lwjgl-nfd.jar differ diff --git a/lib/lwjgl/lwjgl-nuklear-javadoc.jar b/lib/lwjgl/lwjgl-nuklear-javadoc.jar new file mode 100644 index 0000000..951d27f Binary files /dev/null and b/lib/lwjgl/lwjgl-nuklear-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-linux.jar b/lib/lwjgl/lwjgl-nuklear-natives-linux.jar new file mode 100644 index 0000000..a917df8 Binary files /dev/null and b/lib/lwjgl/lwjgl-nuklear-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-nuklear-natives-macos-arm64.jar new file mode 100644 index 0000000..672851a Binary files /dev/null and b/lib/lwjgl/lwjgl-nuklear-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-macos.jar b/lib/lwjgl/lwjgl-nuklear-natives-macos.jar new file mode 100644 index 0000000..aee9c83 Binary files /dev/null and b/lib/lwjgl/lwjgl-nuklear-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-windows.jar b/lib/lwjgl/lwjgl-nuklear-natives-windows.jar new file mode 100644 index 0000000..da16acc Binary files /dev/null and b/lib/lwjgl/lwjgl-nuklear-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-nuklear-sources.jar b/lib/lwjgl/lwjgl-nuklear-sources.jar new file mode 100644 index 0000000..f6a7582 Binary files /dev/null and b/lib/lwjgl/lwjgl-nuklear-sources.jar differ diff --git a/lib/lwjgl/lwjgl-nuklear.jar b/lib/lwjgl/lwjgl-nuklear.jar new file mode 100644 index 0000000..52df9a0 Binary files /dev/null and b/lib/lwjgl/lwjgl-nuklear.jar differ diff --git a/lib/lwjgl/lwjgl-odbc-javadoc.jar b/lib/lwjgl/lwjgl-odbc-javadoc.jar new file mode 100644 index 0000000..a3cbbd7 Binary files /dev/null and b/lib/lwjgl/lwjgl-odbc-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-odbc-sources.jar b/lib/lwjgl/lwjgl-odbc-sources.jar new file mode 100644 index 0000000..192abf1 Binary files /dev/null and b/lib/lwjgl/lwjgl-odbc-sources.jar differ diff --git a/lib/lwjgl/lwjgl-odbc.jar b/lib/lwjgl/lwjgl-odbc.jar new file mode 100644 index 0000000..02d6f18 Binary files /dev/null and b/lib/lwjgl/lwjgl-odbc.jar differ diff --git a/lib/lwjgl/lwjgl-openal-javadoc.jar b/lib/lwjgl/lwjgl-openal-javadoc.jar new file mode 100644 index 0000000..a8be56f Binary files /dev/null and b/lib/lwjgl/lwjgl-openal-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-openal-natives-linux.jar b/lib/lwjgl/lwjgl-openal-natives-linux.jar new file mode 100644 index 0000000..46252b4 Binary files /dev/null and b/lib/lwjgl/lwjgl-openal-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-openal-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-openal-natives-macos-arm64.jar new file mode 100644 index 0000000..b8f43d9 Binary files /dev/null and b/lib/lwjgl/lwjgl-openal-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-openal-natives-macos.jar b/lib/lwjgl/lwjgl-openal-natives-macos.jar new file mode 100644 index 0000000..979ca8d Binary files /dev/null and b/lib/lwjgl/lwjgl-openal-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-openal-natives-windows.jar b/lib/lwjgl/lwjgl-openal-natives-windows.jar new file mode 100644 index 0000000..aef969f Binary files /dev/null and b/lib/lwjgl/lwjgl-openal-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-openal-sources.jar b/lib/lwjgl/lwjgl-openal-sources.jar new file mode 100644 index 0000000..a5ad272 Binary files /dev/null and b/lib/lwjgl/lwjgl-openal-sources.jar differ diff --git a/lib/lwjgl/lwjgl-openal.jar b/lib/lwjgl/lwjgl-openal.jar new file mode 100644 index 0000000..2a60334 Binary files /dev/null and b/lib/lwjgl/lwjgl-openal.jar differ diff --git a/lib/lwjgl/lwjgl-opencl-javadoc.jar b/lib/lwjgl/lwjgl-opencl-javadoc.jar new file mode 100644 index 0000000..e9230af Binary files /dev/null and b/lib/lwjgl/lwjgl-opencl-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-opencl-sources.jar b/lib/lwjgl/lwjgl-opencl-sources.jar new file mode 100644 index 0000000..0e94bff Binary files /dev/null and b/lib/lwjgl/lwjgl-opencl-sources.jar differ diff --git a/lib/lwjgl/lwjgl-opencl.jar b/lib/lwjgl/lwjgl-opencl.jar new file mode 100644 index 0000000..dddb7c7 Binary files /dev/null and b/lib/lwjgl/lwjgl-opencl.jar differ diff --git a/lib/lwjgl/lwjgl-opengl-javadoc.jar b/lib/lwjgl/lwjgl-opengl-javadoc.jar new file mode 100644 index 0000000..fa7217c Binary files /dev/null and b/lib/lwjgl/lwjgl-opengl-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-linux.jar b/lib/lwjgl/lwjgl-opengl-natives-linux.jar new file mode 100644 index 0000000..b4198d5 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengl-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-opengl-natives-macos-arm64.jar new file mode 100644 index 0000000..5ef970c Binary files /dev/null and b/lib/lwjgl/lwjgl-opengl-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-macos.jar b/lib/lwjgl/lwjgl-opengl-natives-macos.jar new file mode 100644 index 0000000..3bf3d9c Binary files /dev/null and b/lib/lwjgl/lwjgl-opengl-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-windows.jar b/lib/lwjgl/lwjgl-opengl-natives-windows.jar new file mode 100644 index 0000000..2b98a32 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengl-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-opengl-sources.jar b/lib/lwjgl/lwjgl-opengl-sources.jar new file mode 100644 index 0000000..70c0f78 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengl-sources.jar differ diff --git a/lib/lwjgl/lwjgl-opengl.jar b/lib/lwjgl/lwjgl-opengl.jar new file mode 100644 index 0000000..9905636 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengl.jar differ diff --git a/lib/lwjgl/lwjgl-opengles-javadoc.jar b/lib/lwjgl/lwjgl-opengles-javadoc.jar new file mode 100644 index 0000000..2aaf4d2 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengles-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-linux.jar b/lib/lwjgl/lwjgl-opengles-natives-linux.jar new file mode 100644 index 0000000..fc3b557 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengles-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-opengles-natives-macos-arm64.jar new file mode 100644 index 0000000..dfb1242 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengles-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-macos.jar b/lib/lwjgl/lwjgl-opengles-natives-macos.jar new file mode 100644 index 0000000..09488f3 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengles-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-windows.jar b/lib/lwjgl/lwjgl-opengles-natives-windows.jar new file mode 100644 index 0000000..f7e6f2b Binary files /dev/null and b/lib/lwjgl/lwjgl-opengles-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-opengles-sources.jar b/lib/lwjgl/lwjgl-opengles-sources.jar new file mode 100644 index 0000000..e796c82 Binary files /dev/null and b/lib/lwjgl/lwjgl-opengles-sources.jar differ diff --git a/lib/lwjgl/lwjgl-opengles.jar b/lib/lwjgl/lwjgl-opengles.jar new file mode 100644 index 0000000..7bd409f Binary files /dev/null and b/lib/lwjgl/lwjgl-opengles.jar differ diff --git a/lib/lwjgl/lwjgl-openvr-javadoc.jar b/lib/lwjgl/lwjgl-openvr-javadoc.jar new file mode 100644 index 0000000..dec3173 Binary files /dev/null and b/lib/lwjgl/lwjgl-openvr-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-openvr-natives-linux.jar b/lib/lwjgl/lwjgl-openvr-natives-linux.jar new file mode 100644 index 0000000..fade100 Binary files /dev/null and b/lib/lwjgl/lwjgl-openvr-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-openvr-natives-macos.jar b/lib/lwjgl/lwjgl-openvr-natives-macos.jar new file mode 100644 index 0000000..1636ba5 Binary files /dev/null and b/lib/lwjgl/lwjgl-openvr-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-openvr-natives-windows.jar b/lib/lwjgl/lwjgl-openvr-natives-windows.jar new file mode 100644 index 0000000..e706c9f Binary files /dev/null and b/lib/lwjgl/lwjgl-openvr-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-openvr-sources.jar b/lib/lwjgl/lwjgl-openvr-sources.jar new file mode 100644 index 0000000..55c821e Binary files /dev/null and b/lib/lwjgl/lwjgl-openvr-sources.jar differ diff --git a/lib/lwjgl/lwjgl-openvr.jar b/lib/lwjgl/lwjgl-openvr.jar new file mode 100644 index 0000000..9811882 Binary files /dev/null and b/lib/lwjgl/lwjgl-openvr.jar differ diff --git a/lib/lwjgl/lwjgl-openxr-javadoc.jar b/lib/lwjgl/lwjgl-openxr-javadoc.jar new file mode 100644 index 0000000..a4c7b99 Binary files /dev/null and b/lib/lwjgl/lwjgl-openxr-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-openxr-natives-linux.jar b/lib/lwjgl/lwjgl-openxr-natives-linux.jar new file mode 100644 index 0000000..1a1cad6 Binary files /dev/null and b/lib/lwjgl/lwjgl-openxr-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-openxr-natives-windows.jar b/lib/lwjgl/lwjgl-openxr-natives-windows.jar new file mode 100644 index 0000000..1b3ab72 Binary files /dev/null and b/lib/lwjgl/lwjgl-openxr-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-openxr-sources.jar b/lib/lwjgl/lwjgl-openxr-sources.jar new file mode 100644 index 0000000..9b044a9 Binary files /dev/null and b/lib/lwjgl/lwjgl-openxr-sources.jar differ diff --git a/lib/lwjgl/lwjgl-openxr.jar b/lib/lwjgl/lwjgl-openxr.jar new file mode 100644 index 0000000..fa9c340 Binary files /dev/null and b/lib/lwjgl/lwjgl-openxr.jar differ diff --git a/lib/lwjgl/lwjgl-opus-javadoc.jar b/lib/lwjgl/lwjgl-opus-javadoc.jar new file mode 100644 index 0000000..1f06def Binary files /dev/null and b/lib/lwjgl/lwjgl-opus-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-opus-natives-linux.jar b/lib/lwjgl/lwjgl-opus-natives-linux.jar new file mode 100644 index 0000000..45aea0a Binary files /dev/null and b/lib/lwjgl/lwjgl-opus-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-opus-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-opus-natives-macos-arm64.jar new file mode 100644 index 0000000..2c28070 Binary files /dev/null and b/lib/lwjgl/lwjgl-opus-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-opus-natives-macos.jar b/lib/lwjgl/lwjgl-opus-natives-macos.jar new file mode 100644 index 0000000..bfa2b35 Binary files /dev/null and b/lib/lwjgl/lwjgl-opus-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-opus-natives-windows.jar b/lib/lwjgl/lwjgl-opus-natives-windows.jar new file mode 100644 index 0000000..8c9763c Binary files /dev/null and b/lib/lwjgl/lwjgl-opus-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-opus-sources.jar b/lib/lwjgl/lwjgl-opus-sources.jar new file mode 100644 index 0000000..5fbafe9 Binary files /dev/null and b/lib/lwjgl/lwjgl-opus-sources.jar differ diff --git a/lib/lwjgl/lwjgl-opus.jar b/lib/lwjgl/lwjgl-opus.jar new file mode 100644 index 0000000..b8d20b8 Binary files /dev/null and b/lib/lwjgl/lwjgl-opus.jar differ diff --git a/lib/lwjgl/lwjgl-ovr-javadoc.jar b/lib/lwjgl/lwjgl-ovr-javadoc.jar new file mode 100644 index 0000000..57e68d6 Binary files /dev/null and b/lib/lwjgl/lwjgl-ovr-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-ovr-natives-windows.jar b/lib/lwjgl/lwjgl-ovr-natives-windows.jar new file mode 100644 index 0000000..f9c23d7 Binary files /dev/null and b/lib/lwjgl/lwjgl-ovr-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-ovr-sources.jar b/lib/lwjgl/lwjgl-ovr-sources.jar new file mode 100644 index 0000000..a2e1d86 Binary files /dev/null and b/lib/lwjgl/lwjgl-ovr-sources.jar differ diff --git a/lib/lwjgl/lwjgl-ovr.jar b/lib/lwjgl/lwjgl-ovr.jar new file mode 100644 index 0000000..0bdbacd Binary files /dev/null and b/lib/lwjgl/lwjgl-ovr.jar differ diff --git a/lib/lwjgl/lwjgl-par-javadoc.jar b/lib/lwjgl/lwjgl-par-javadoc.jar new file mode 100644 index 0000000..3e8b6a1 Binary files /dev/null and b/lib/lwjgl/lwjgl-par-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-par-natives-linux.jar b/lib/lwjgl/lwjgl-par-natives-linux.jar new file mode 100644 index 0000000..22a6810 Binary files /dev/null and b/lib/lwjgl/lwjgl-par-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-par-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-par-natives-macos-arm64.jar new file mode 100644 index 0000000..e8e0654 Binary files /dev/null and b/lib/lwjgl/lwjgl-par-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-par-natives-macos.jar b/lib/lwjgl/lwjgl-par-natives-macos.jar new file mode 100644 index 0000000..83a8538 Binary files /dev/null and b/lib/lwjgl/lwjgl-par-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-par-natives-windows.jar b/lib/lwjgl/lwjgl-par-natives-windows.jar new file mode 100644 index 0000000..e0658dd Binary files /dev/null and b/lib/lwjgl/lwjgl-par-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-par-sources.jar b/lib/lwjgl/lwjgl-par-sources.jar new file mode 100644 index 0000000..25c9835 Binary files /dev/null and b/lib/lwjgl/lwjgl-par-sources.jar differ diff --git a/lib/lwjgl/lwjgl-par.jar b/lib/lwjgl/lwjgl-par.jar new file mode 100644 index 0000000..c2b818a Binary files /dev/null and b/lib/lwjgl/lwjgl-par.jar differ diff --git a/lib/lwjgl/lwjgl-release-all-zip.json b/lib/lwjgl/lwjgl-release-all-zip.json new file mode 100644 index 0000000..1fdca3d --- /dev/null +++ b/lib/lwjgl/lwjgl-release-all-zip.json @@ -0,0 +1,22 @@ +{ + "build": "release", + "mode": "zip", + "selectedAddons": [], + "platform": [ + "linux", + "macos", + "macos-arm64", + "windows" + ], + "descriptions": false, + "compact": false, + "hardcoded": false, + "javadoc": true, + "includeJSON": true, + "source": true, + "osgi": false, + "language": "groovy", + "preset": "all", + "version": "3.3.3", + "versionLatest": "3.3.3" +} \ No newline at end of file diff --git a/lib/lwjgl/lwjgl-remotery-javadoc.jar b/lib/lwjgl/lwjgl-remotery-javadoc.jar new file mode 100644 index 0000000..03b4542 Binary files /dev/null and b/lib/lwjgl/lwjgl-remotery-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-linux.jar b/lib/lwjgl/lwjgl-remotery-natives-linux.jar new file mode 100644 index 0000000..7ab160f Binary files /dev/null and b/lib/lwjgl/lwjgl-remotery-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-remotery-natives-macos-arm64.jar new file mode 100644 index 0000000..73e5c40 Binary files /dev/null and b/lib/lwjgl/lwjgl-remotery-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-macos.jar b/lib/lwjgl/lwjgl-remotery-natives-macos.jar new file mode 100644 index 0000000..b47b16a Binary files /dev/null and b/lib/lwjgl/lwjgl-remotery-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-windows.jar b/lib/lwjgl/lwjgl-remotery-natives-windows.jar new file mode 100644 index 0000000..49b151f Binary files /dev/null and b/lib/lwjgl/lwjgl-remotery-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-remotery-sources.jar b/lib/lwjgl/lwjgl-remotery-sources.jar new file mode 100644 index 0000000..3ddec0f Binary files /dev/null and b/lib/lwjgl/lwjgl-remotery-sources.jar differ diff --git a/lib/lwjgl/lwjgl-remotery.jar b/lib/lwjgl/lwjgl-remotery.jar new file mode 100644 index 0000000..c4b33ec Binary files /dev/null and b/lib/lwjgl/lwjgl-remotery.jar differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-javadoc.jar b/lib/lwjgl/lwjgl-rpmalloc-javadoc.jar new file mode 100644 index 0000000..5aaedfb Binary files /dev/null and b/lib/lwjgl/lwjgl-rpmalloc-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-linux.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-linux.jar new file mode 100644 index 0000000..109057c Binary files /dev/null and b/lib/lwjgl/lwjgl-rpmalloc-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-macos-arm64.jar new file mode 100644 index 0000000..6d6dcce Binary files /dev/null and b/lib/lwjgl/lwjgl-rpmalloc-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-macos.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-macos.jar new file mode 100644 index 0000000..5eae12f Binary files /dev/null and b/lib/lwjgl/lwjgl-rpmalloc-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-windows.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-windows.jar new file mode 100644 index 0000000..dd73544 Binary files /dev/null and b/lib/lwjgl/lwjgl-rpmalloc-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-sources.jar b/lib/lwjgl/lwjgl-rpmalloc-sources.jar new file mode 100644 index 0000000..46dfde3 Binary files /dev/null and b/lib/lwjgl/lwjgl-rpmalloc-sources.jar differ diff --git a/lib/lwjgl/lwjgl-rpmalloc.jar b/lib/lwjgl/lwjgl-rpmalloc.jar new file mode 100644 index 0000000..8986811 Binary files /dev/null and b/lib/lwjgl/lwjgl-rpmalloc.jar differ diff --git a/lib/lwjgl/lwjgl-shaderc-javadoc.jar b/lib/lwjgl/lwjgl-shaderc-javadoc.jar new file mode 100644 index 0000000..cf62589 Binary files /dev/null and b/lib/lwjgl/lwjgl-shaderc-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-linux.jar b/lib/lwjgl/lwjgl-shaderc-natives-linux.jar new file mode 100644 index 0000000..52e4232 Binary files /dev/null and b/lib/lwjgl/lwjgl-shaderc-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-shaderc-natives-macos-arm64.jar new file mode 100644 index 0000000..e23ffdb Binary files /dev/null and b/lib/lwjgl/lwjgl-shaderc-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-macos.jar b/lib/lwjgl/lwjgl-shaderc-natives-macos.jar new file mode 100644 index 0000000..06beffa Binary files /dev/null and b/lib/lwjgl/lwjgl-shaderc-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-windows.jar b/lib/lwjgl/lwjgl-shaderc-natives-windows.jar new file mode 100644 index 0000000..d5b7dac Binary files /dev/null and b/lib/lwjgl/lwjgl-shaderc-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-shaderc-sources.jar b/lib/lwjgl/lwjgl-shaderc-sources.jar new file mode 100644 index 0000000..87ebf04 Binary files /dev/null and b/lib/lwjgl/lwjgl-shaderc-sources.jar differ diff --git a/lib/lwjgl/lwjgl-shaderc.jar b/lib/lwjgl/lwjgl-shaderc.jar new file mode 100644 index 0000000..f9f1dbb Binary files /dev/null and b/lib/lwjgl/lwjgl-shaderc.jar differ diff --git a/lib/lwjgl/lwjgl-sources.jar b/lib/lwjgl/lwjgl-sources.jar new file mode 100644 index 0000000..55ed37b Binary files /dev/null and b/lib/lwjgl/lwjgl-sources.jar differ diff --git a/lib/lwjgl/lwjgl-spvc-javadoc.jar b/lib/lwjgl/lwjgl-spvc-javadoc.jar new file mode 100644 index 0000000..795d5f5 Binary files /dev/null and b/lib/lwjgl/lwjgl-spvc-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-linux.jar b/lib/lwjgl/lwjgl-spvc-natives-linux.jar new file mode 100644 index 0000000..261592a Binary files /dev/null and b/lib/lwjgl/lwjgl-spvc-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-spvc-natives-macos-arm64.jar new file mode 100644 index 0000000..608bceb Binary files /dev/null and b/lib/lwjgl/lwjgl-spvc-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-macos.jar b/lib/lwjgl/lwjgl-spvc-natives-macos.jar new file mode 100644 index 0000000..d2cb2e0 Binary files /dev/null and b/lib/lwjgl/lwjgl-spvc-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-windows.jar b/lib/lwjgl/lwjgl-spvc-natives-windows.jar new file mode 100644 index 0000000..7b97613 Binary files /dev/null and b/lib/lwjgl/lwjgl-spvc-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-spvc-sources.jar b/lib/lwjgl/lwjgl-spvc-sources.jar new file mode 100644 index 0000000..00caa0c Binary files /dev/null and b/lib/lwjgl/lwjgl-spvc-sources.jar differ diff --git a/lib/lwjgl/lwjgl-spvc.jar b/lib/lwjgl/lwjgl-spvc.jar new file mode 100644 index 0000000..8afcb8e Binary files /dev/null and b/lib/lwjgl/lwjgl-spvc.jar differ diff --git a/lib/lwjgl/lwjgl-sse-javadoc.jar b/lib/lwjgl/lwjgl-sse-javadoc.jar new file mode 100644 index 0000000..c8fbc2f Binary files /dev/null and b/lib/lwjgl/lwjgl-sse-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-sse-natives-linux.jar b/lib/lwjgl/lwjgl-sse-natives-linux.jar new file mode 100644 index 0000000..82c6bcb Binary files /dev/null and b/lib/lwjgl/lwjgl-sse-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-sse-natives-macos.jar b/lib/lwjgl/lwjgl-sse-natives-macos.jar new file mode 100644 index 0000000..df73f4a Binary files /dev/null and b/lib/lwjgl/lwjgl-sse-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-sse-natives-windows.jar b/lib/lwjgl/lwjgl-sse-natives-windows.jar new file mode 100644 index 0000000..acbfd70 Binary files /dev/null and b/lib/lwjgl/lwjgl-sse-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-sse-sources.jar b/lib/lwjgl/lwjgl-sse-sources.jar new file mode 100644 index 0000000..c09b60c Binary files /dev/null and b/lib/lwjgl/lwjgl-sse-sources.jar differ diff --git a/lib/lwjgl/lwjgl-sse.jar b/lib/lwjgl/lwjgl-sse.jar new file mode 100644 index 0000000..8d5a6bf Binary files /dev/null and b/lib/lwjgl/lwjgl-sse.jar differ diff --git a/lib/lwjgl/lwjgl-stb-javadoc.jar b/lib/lwjgl/lwjgl-stb-javadoc.jar new file mode 100644 index 0000000..5910560 Binary files /dev/null and b/lib/lwjgl/lwjgl-stb-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-stb-natives-linux.jar b/lib/lwjgl/lwjgl-stb-natives-linux.jar new file mode 100644 index 0000000..b8ccae2 Binary files /dev/null and b/lib/lwjgl/lwjgl-stb-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-stb-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-stb-natives-macos-arm64.jar new file mode 100644 index 0000000..22015e8 Binary files /dev/null and b/lib/lwjgl/lwjgl-stb-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-stb-natives-macos.jar b/lib/lwjgl/lwjgl-stb-natives-macos.jar new file mode 100644 index 0000000..eaffd91 Binary files /dev/null and b/lib/lwjgl/lwjgl-stb-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-stb-natives-windows.jar b/lib/lwjgl/lwjgl-stb-natives-windows.jar new file mode 100644 index 0000000..6cd6512 Binary files /dev/null and b/lib/lwjgl/lwjgl-stb-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-stb-sources.jar b/lib/lwjgl/lwjgl-stb-sources.jar new file mode 100644 index 0000000..80ca7ce Binary files /dev/null and b/lib/lwjgl/lwjgl-stb-sources.jar differ diff --git a/lib/lwjgl/lwjgl-stb.jar b/lib/lwjgl/lwjgl-stb.jar new file mode 100644 index 0000000..ba65bed Binary files /dev/null and b/lib/lwjgl/lwjgl-stb.jar differ diff --git a/lib/lwjgl/lwjgl-tinyexr-javadoc.jar b/lib/lwjgl/lwjgl-tinyexr-javadoc.jar new file mode 100644 index 0000000..9daedea Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyexr-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-linux.jar b/lib/lwjgl/lwjgl-tinyexr-natives-linux.jar new file mode 100644 index 0000000..859c505 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyexr-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-tinyexr-natives-macos-arm64.jar new file mode 100644 index 0000000..7ffe984 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyexr-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-macos.jar b/lib/lwjgl/lwjgl-tinyexr-natives-macos.jar new file mode 100644 index 0000000..4bfcb4f Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyexr-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-windows.jar b/lib/lwjgl/lwjgl-tinyexr-natives-windows.jar new file mode 100644 index 0000000..17a7cbb Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyexr-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-tinyexr-sources.jar b/lib/lwjgl/lwjgl-tinyexr-sources.jar new file mode 100644 index 0000000..1e6288b Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyexr-sources.jar differ diff --git a/lib/lwjgl/lwjgl-tinyexr.jar b/lib/lwjgl/lwjgl-tinyexr.jar new file mode 100644 index 0000000..eb470d8 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyexr.jar differ diff --git a/lib/lwjgl/lwjgl-tinyfd-javadoc.jar b/lib/lwjgl/lwjgl-tinyfd-javadoc.jar new file mode 100644 index 0000000..1406e80 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyfd-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-linux.jar b/lib/lwjgl/lwjgl-tinyfd-natives-linux.jar new file mode 100644 index 0000000..df5d573 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyfd-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-tinyfd-natives-macos-arm64.jar new file mode 100644 index 0000000..ca263bd Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyfd-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-macos.jar b/lib/lwjgl/lwjgl-tinyfd-natives-macos.jar new file mode 100644 index 0000000..eb82127 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyfd-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-windows.jar b/lib/lwjgl/lwjgl-tinyfd-natives-windows.jar new file mode 100644 index 0000000..5b5ab96 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyfd-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-tinyfd-sources.jar b/lib/lwjgl/lwjgl-tinyfd-sources.jar new file mode 100644 index 0000000..2a77f34 Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyfd-sources.jar differ diff --git a/lib/lwjgl/lwjgl-tinyfd.jar b/lib/lwjgl/lwjgl-tinyfd.jar new file mode 100644 index 0000000..7fbd1bf Binary files /dev/null and b/lib/lwjgl/lwjgl-tinyfd.jar differ diff --git a/lib/lwjgl/lwjgl-tootle-javadoc.jar b/lib/lwjgl/lwjgl-tootle-javadoc.jar new file mode 100644 index 0000000..29d848b Binary files /dev/null and b/lib/lwjgl/lwjgl-tootle-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-tootle-natives-linux.jar b/lib/lwjgl/lwjgl-tootle-natives-linux.jar new file mode 100644 index 0000000..2a8e611 Binary files /dev/null and b/lib/lwjgl/lwjgl-tootle-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-tootle-natives-macos.jar b/lib/lwjgl/lwjgl-tootle-natives-macos.jar new file mode 100644 index 0000000..9d03c51 Binary files /dev/null and b/lib/lwjgl/lwjgl-tootle-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-tootle-natives-windows.jar b/lib/lwjgl/lwjgl-tootle-natives-windows.jar new file mode 100644 index 0000000..28786fa Binary files /dev/null and b/lib/lwjgl/lwjgl-tootle-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-tootle-sources.jar b/lib/lwjgl/lwjgl-tootle-sources.jar new file mode 100644 index 0000000..be22834 Binary files /dev/null and b/lib/lwjgl/lwjgl-tootle-sources.jar differ diff --git a/lib/lwjgl/lwjgl-tootle.jar b/lib/lwjgl/lwjgl-tootle.jar new file mode 100644 index 0000000..99506ee Binary files /dev/null and b/lib/lwjgl/lwjgl-tootle.jar differ diff --git a/lib/lwjgl/lwjgl-vma-javadoc.jar b/lib/lwjgl/lwjgl-vma-javadoc.jar new file mode 100644 index 0000000..47c1148 Binary files /dev/null and b/lib/lwjgl/lwjgl-vma-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-vma-natives-linux.jar b/lib/lwjgl/lwjgl-vma-natives-linux.jar new file mode 100644 index 0000000..e095ab5 Binary files /dev/null and b/lib/lwjgl/lwjgl-vma-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-vma-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-vma-natives-macos-arm64.jar new file mode 100644 index 0000000..befe9e4 Binary files /dev/null and b/lib/lwjgl/lwjgl-vma-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-vma-natives-macos.jar b/lib/lwjgl/lwjgl-vma-natives-macos.jar new file mode 100644 index 0000000..e00d926 Binary files /dev/null and b/lib/lwjgl/lwjgl-vma-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-vma-natives-windows.jar b/lib/lwjgl/lwjgl-vma-natives-windows.jar new file mode 100644 index 0000000..a00eb4f Binary files /dev/null and b/lib/lwjgl/lwjgl-vma-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-vma-sources.jar b/lib/lwjgl/lwjgl-vma-sources.jar new file mode 100644 index 0000000..82172ec Binary files /dev/null and b/lib/lwjgl/lwjgl-vma-sources.jar differ diff --git a/lib/lwjgl/lwjgl-vma.jar b/lib/lwjgl/lwjgl-vma.jar new file mode 100644 index 0000000..044e14e Binary files /dev/null and b/lib/lwjgl/lwjgl-vma.jar differ diff --git a/lib/lwjgl/lwjgl-vulkan-javadoc.jar b/lib/lwjgl/lwjgl-vulkan-javadoc.jar new file mode 100644 index 0000000..f38bf10 Binary files /dev/null and b/lib/lwjgl/lwjgl-vulkan-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-vulkan-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-vulkan-natives-macos-arm64.jar new file mode 100644 index 0000000..dbf1c34 Binary files /dev/null and b/lib/lwjgl/lwjgl-vulkan-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-vulkan-natives-macos.jar b/lib/lwjgl/lwjgl-vulkan-natives-macos.jar new file mode 100644 index 0000000..6e5e861 Binary files /dev/null and b/lib/lwjgl/lwjgl-vulkan-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-vulkan-sources.jar b/lib/lwjgl/lwjgl-vulkan-sources.jar new file mode 100644 index 0000000..3a70e7a Binary files /dev/null and b/lib/lwjgl/lwjgl-vulkan-sources.jar differ diff --git a/lib/lwjgl/lwjgl-vulkan.jar b/lib/lwjgl/lwjgl-vulkan.jar new file mode 100644 index 0000000..9e8ffbe Binary files /dev/null and b/lib/lwjgl/lwjgl-vulkan.jar differ diff --git a/lib/lwjgl/lwjgl-xxhash-javadoc.jar b/lib/lwjgl/lwjgl-xxhash-javadoc.jar new file mode 100644 index 0000000..ee17acc Binary files /dev/null and b/lib/lwjgl/lwjgl-xxhash-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-linux.jar b/lib/lwjgl/lwjgl-xxhash-natives-linux.jar new file mode 100644 index 0000000..9517b36 Binary files /dev/null and b/lib/lwjgl/lwjgl-xxhash-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-xxhash-natives-macos-arm64.jar new file mode 100644 index 0000000..edec41d Binary files /dev/null and b/lib/lwjgl/lwjgl-xxhash-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-macos.jar b/lib/lwjgl/lwjgl-xxhash-natives-macos.jar new file mode 100644 index 0000000..c30bdb5 Binary files /dev/null and b/lib/lwjgl/lwjgl-xxhash-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-windows.jar b/lib/lwjgl/lwjgl-xxhash-natives-windows.jar new file mode 100644 index 0000000..fddb497 Binary files /dev/null and b/lib/lwjgl/lwjgl-xxhash-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-xxhash-sources.jar b/lib/lwjgl/lwjgl-xxhash-sources.jar new file mode 100644 index 0000000..3761b3a Binary files /dev/null and b/lib/lwjgl/lwjgl-xxhash-sources.jar differ diff --git a/lib/lwjgl/lwjgl-xxhash.jar b/lib/lwjgl/lwjgl-xxhash.jar new file mode 100644 index 0000000..9fba7b8 Binary files /dev/null and b/lib/lwjgl/lwjgl-xxhash.jar differ diff --git a/lib/lwjgl/lwjgl-yoga-javadoc.jar b/lib/lwjgl/lwjgl-yoga-javadoc.jar new file mode 100644 index 0000000..95289dc Binary files /dev/null and b/lib/lwjgl/lwjgl-yoga-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-linux.jar b/lib/lwjgl/lwjgl-yoga-natives-linux.jar new file mode 100644 index 0000000..c0438f6 Binary files /dev/null and b/lib/lwjgl/lwjgl-yoga-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-yoga-natives-macos-arm64.jar new file mode 100644 index 0000000..97aa6c2 Binary files /dev/null and b/lib/lwjgl/lwjgl-yoga-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-macos.jar b/lib/lwjgl/lwjgl-yoga-natives-macos.jar new file mode 100644 index 0000000..2f2e081 Binary files /dev/null and b/lib/lwjgl/lwjgl-yoga-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-windows.jar b/lib/lwjgl/lwjgl-yoga-natives-windows.jar new file mode 100644 index 0000000..6669689 Binary files /dev/null and b/lib/lwjgl/lwjgl-yoga-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-yoga-sources.jar b/lib/lwjgl/lwjgl-yoga-sources.jar new file mode 100644 index 0000000..b6da086 Binary files /dev/null and b/lib/lwjgl/lwjgl-yoga-sources.jar differ diff --git a/lib/lwjgl/lwjgl-yoga.jar b/lib/lwjgl/lwjgl-yoga.jar new file mode 100644 index 0000000..23d28ea Binary files /dev/null and b/lib/lwjgl/lwjgl-yoga.jar differ diff --git a/lib/lwjgl/lwjgl-zstd-javadoc.jar b/lib/lwjgl/lwjgl-zstd-javadoc.jar new file mode 100644 index 0000000..6ccb035 Binary files /dev/null and b/lib/lwjgl/lwjgl-zstd-javadoc.jar differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-linux.jar b/lib/lwjgl/lwjgl-zstd-natives-linux.jar new file mode 100644 index 0000000..fd0da72 Binary files /dev/null and b/lib/lwjgl/lwjgl-zstd-natives-linux.jar differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-zstd-natives-macos-arm64.jar new file mode 100644 index 0000000..10346a9 Binary files /dev/null and b/lib/lwjgl/lwjgl-zstd-natives-macos-arm64.jar differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-macos.jar b/lib/lwjgl/lwjgl-zstd-natives-macos.jar new file mode 100644 index 0000000..1924594 Binary files /dev/null and b/lib/lwjgl/lwjgl-zstd-natives-macos.jar differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-windows.jar b/lib/lwjgl/lwjgl-zstd-natives-windows.jar new file mode 100644 index 0000000..3bbd663 Binary files /dev/null and b/lib/lwjgl/lwjgl-zstd-natives-windows.jar differ diff --git a/lib/lwjgl/lwjgl-zstd-sources.jar b/lib/lwjgl/lwjgl-zstd-sources.jar new file mode 100644 index 0000000..e21ca7f Binary files /dev/null and b/lib/lwjgl/lwjgl-zstd-sources.jar differ diff --git a/lib/lwjgl/lwjgl-zstd.jar b/lib/lwjgl/lwjgl-zstd.jar new file mode 100644 index 0000000..be64101 Binary files /dev/null and b/lib/lwjgl/lwjgl-zstd.jar differ diff --git a/lib/lwjgl/lwjgl.jar b/lib/lwjgl/lwjgl.jar new file mode 100644 index 0000000..2d1fcf9 Binary files /dev/null and b/lib/lwjgl/lwjgl.jar differ diff --git a/lib/lwjgl/lz4_license.txt b/lib/lwjgl/lz4_license.txt new file mode 100644 index 0000000..ebe3360 --- /dev/null +++ b/lib/lwjgl/lz4_license.txt @@ -0,0 +1,24 @@ +LZ4 Library +Copyright (c) 2011-2016, Yann Collet +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* 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. + +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. \ No newline at end of file diff --git a/lib/lwjgl/meow_license.txt b/lib/lwjgl/meow_license.txt new file mode 100644 index 0000000..921a5e4 --- /dev/null +++ b/lib/lwjgl/meow_license.txt @@ -0,0 +1,19 @@ +zlib License + +(C) Copyright 2018 Molly Rocket, Inc. + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. \ No newline at end of file diff --git a/lib/lwjgl/meshoptimizer_license.txt b/lib/lwjgl/meshoptimizer_license.txt new file mode 100644 index 0000000..eb04eb2 --- /dev/null +++ b/lib/lwjgl/meshoptimizer_license.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016-2019 Arseny Kapoulkine + +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 the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE 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 +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. diff --git a/lib/lwjgl/nanosvg_license.txt b/lib/lwjgl/nanosvg_license.txt new file mode 100644 index 0000000..f896f2e --- /dev/null +++ b/lib/lwjgl/nanosvg_license.txt @@ -0,0 +1,18 @@ +Copyright (c) 2013-14 Mikko Mononen memon@inside.org + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + diff --git a/lib/lwjgl/nanovg_license.txt b/lib/lwjgl/nanovg_license.txt new file mode 100644 index 0000000..c9a1534 --- /dev/null +++ b/lib/lwjgl/nanovg_license.txt @@ -0,0 +1,18 @@ +Copyright (c) 2013 Mikko Mononen memon@inside.org + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + diff --git a/lib/lwjgl/nfd_license.txt b/lib/lwjgl/nfd_license.txt new file mode 100644 index 0000000..3ab103c --- /dev/null +++ b/lib/lwjgl/nfd_license.txt @@ -0,0 +1,16 @@ +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. + diff --git a/lib/lwjgl/openal_soft_license.txt b/lib/lwjgl/openal_soft_license.txt new file mode 100644 index 0000000..5bc8fb2 --- /dev/null +++ b/lib/lwjgl/openal_soft_license.txt @@ -0,0 +1,481 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/lib/lwjgl/openvr_license.txt b/lib/lwjgl/openvr_license.txt new file mode 100644 index 0000000..ee83337 --- /dev/null +++ b/lib/lwjgl/openvr_license.txt @@ -0,0 +1,27 @@ +Copyright (c) 2015, Valve Corporation +All rights reserved. + +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. diff --git a/lib/lwjgl/openxr_license.txt b/lib/lwjgl/openxr_license.txt new file mode 100644 index 0000000..601e394 --- /dev/null +++ b/lib/lwjgl/openxr_license.txt @@ -0,0 +1,123 @@ += COPYING.adoc for the Khronos Group OpenXR projects + +// Copyright (c) 2020-2021, The Khronos Group Inc. +// +// SPDX-License-Identifier: CC-BY-4.0 + +This document is shared across a number of OpenXR GitHub projects, as the +set of files in those projects is partially overlapping. +(There is a single "source of truth" internal Khronos GitLab repo these +GitHub repositories interact with.) + +== Licenses + +The OpenXR GitHub projects use several licenses. +In general, we work to maintain compliance with the +https://reuse.software/spec/[REUSE 3.0 specification] with clear copyright +holders and license identifier listed for each file, preferably in each +file. +Where this is not possible, or e.g. when we are using files unmodified from +other open-source projects, license data is listed: + +* in an adjacent file of the same name, with the additional extension + "`.license`" +* in the repository-wide "`.reuse/dep5`" copyright description + https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/["DEP5" + machine-readable copyright data] file. + +The https://github.com/fsfe/reuse-tool["`reuse`" command line tool] can be +used to create a software bill of materials in SPDX format from this data. +Note that this tool will typically exclude the generated files, so if the +BOM is important to you, you may consider using the +https://github.com/KhronosGroup/OpenXR-SDK[OpenXR-SDK] repository that +contains the API headers and the loader source with all generated files +pre-generated. + +The data in/adjacent to each file is the authoritative license and copyright +data. +However, for ease of understanding, the following general practices can be +observed. +(If in doubt, or if the following summary conflicts with the per-file data, +the per-file data remains authoritative.) + +* The source files (in asciidoctor and other formats) for the OpenXR + Specification, reference pages, and supporting documentation are licensed + under the Creative Commons Attribution 4.0 International License (SPDX + license identifier "`CC-BY-4.0`"). +* Header files, scripts, programs, XML files, and other tooling used or + generated as part of the build process is licensed under the Apache + License, Version 2.0. +* For compatibility with external developers working in GPLed projects who + have requested it, the main OpenXR headers, XML registry, and loader + source are licensed under a dual license with the SPDX license identifier + "`Apache-2.0 OR MIT`" . + Relevant files include: +** "`specification/registry/xr.xml`" +** "`include/openxr/openxr_platform_defines.h`" +** The generated OpenXR headers "`openxr.h`", "`openxr_platform.h`", and + "`openxr_reflection.h`". +** Source files in "`src/loader/`", and a few files in "`src/common/`". +** Generated source files used by the loader (including pre-generated in + OpenXR-SDK): "`common_config.h`", "`xr_generated_loader.cpp`", and + "`xr_generated_loader.hpp`". +* There are a few files adopted from other open source projects. + Such files continue under their original licenses, and appropriately + annotated in accordance with REUSE. +* Some generated, transient files produced during the course of building the + specification, headers, or other targets may not have copyrights. + These are typically very short asciidoc fragments describing parts of the + OpenXR API, and are incorporated by reference into specification or + reference page builds. + +Users outside Khronos who create and post OpenXR Specifications, whether +modified or not, should use the CC-BY-4.0 license on the output documents +(HTML, PDF, etc.) they generate. + + +== Frequently Asked Questions + +Q: Why are the HTML and PDF Specifications posted on Khronos' website under +a license which is neither CC-BY-4.0 nor Apache 2.0? + +A: The Specifications posted by Khronos in the OpenXR Registry are licensed +under the proprietary Khronos Specification License. +Only these Specifications are Ratified by the Khronos Board of Promoters, +and therefore they are the only Specifications covered by the Khronos +Intellectual Property Rights Policy. + + +Q: Does Khronos allow the creation and distribution of modified versions of +the OpenXR Specification, such as translations to other languages? + +A: Yes. +Such modified Specifications, since they are not created by Khronos, should +be placed under the CC-BY-4.0 license. +If you believe your modifications are of general interest, consider +contributing them back by making a pull request (PR) on the OpenXR-Docs +project. + + +Q: Can I contribute changes to the OpenXR Specification? + +A: Yes, by opening an Issue or Pull Request (PR) on the +link:https://github.com/KhronosGroup/OpenXR-Docs/[OpenXR-Docs] GitHub +project. +You must execute a click-through Contributor License Agreement, which brings +your changes under the umbrella of the Khronos IP policy. + + +Q: Can you change the license on your files so they're compatible with my +license? + +A: We are using a dual license license on `xr.xml`, the main API headers, +and the loader source files, to make them compatible with GPL-2.0- and +LGPL-2.0/2.1-licensed projects. +This replaces earlier approaches of an MIT-like license on the XML and +Apache 2.0 on all headers, and allows use of the SPDX license identifier +"`Apache-2.0 OR MIT`" to denote the license. + +If you *require* this same compatibility for use of other Apache-2.0 +licensed files in our repository, please raise an issue identifying the +files and we will consider changing those specific files to the dual license +as well. + diff --git a/lib/lwjgl/opus_license.txt b/lib/lwjgl/opus_license.txt new file mode 100644 index 0000000..d3c8eb6 --- /dev/null +++ b/lib/lwjgl/opus_license.txt @@ -0,0 +1,44 @@ +Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic, + Jean-Marc Valin, Timothy B. Terriberry, + CSIRO, Gregory Maxwell, Mark Borgerding, + Erik de Castro Lopo + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +- Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + +- 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. + +- Neither the name of Internet Society, IETF or IETF Trust, nor the +names of specific 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 OWNER +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. + +Opus is subject to the royalty-free patent licenses which are +specified at: + +Xiph.Org Foundation: +https://datatracker.ietf.org/ipr/1524/ + +Microsoft Corporation: +https://datatracker.ietf.org/ipr/1914/ + +Broadcom Corporation: +https://datatracker.ietf.org/ipr/1526/ \ No newline at end of file diff --git a/lib/lwjgl/ovr_license.txt b/lib/lwjgl/ovr_license.txt new file mode 100644 index 0000000..6516fa3 --- /dev/null +++ b/lib/lwjgl/ovr_license.txt @@ -0,0 +1,3 @@ +Copyright © Facebook Technologies, LLC and its affiliates. All rights reserved. + +Your use of this SDK or tool is subject to the Oculus SDK License Agreement, available at https://developer.oculus.com/licenses/oculussdk/ \ No newline at end of file diff --git a/lib/lwjgl/remotery_license.txt b/lib/lwjgl/remotery_license.txt new file mode 100644 index 0000000..67db858 --- /dev/null +++ b/lib/lwjgl/remotery_license.txt @@ -0,0 +1,175 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. diff --git a/lib/lwjgl/rpmalloc_license.txt b/lib/lwjgl/rpmalloc_license.txt new file mode 100644 index 0000000..6bb8a29 --- /dev/null +++ b/lib/lwjgl/rpmalloc_license.txt @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE 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 AUTHORS 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. + +For more information, please refer to \ No newline at end of file diff --git a/lib/lwjgl/shaderc_license.txt b/lib/lwjgl/shaderc_license.txt new file mode 100644 index 0000000..f49a4e1 --- /dev/null +++ b/lib/lwjgl/shaderc_license.txt @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/lib/lwjgl/tinyexr_license.txt b/lib/lwjgl/tinyexr_license.txt new file mode 100644 index 0000000..8a6f23c --- /dev/null +++ b/lib/lwjgl/tinyexr_license.txt @@ -0,0 +1,63 @@ +Copyright (c) 2014 - 2016, Syoyo Fujita +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * 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. + * Neither the name of the 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 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. +*/ + +// TinyEXR contains some OpenEXR code, which is licensed under ------------ + +/////////////////////////////////////////////////////////////////////////// +// +// Copyright (c) 2002, Industrial Light & Magic, a division of Lucas +// Digital Ltd. LLC +// +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * 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. +// * Neither the name of Industrial Light & Magic 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 +// OWNER 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. +// +/////////////////////////////////////////////////////////////////////////// + +// End of OpenEXR license ------------------------------------------------- \ No newline at end of file diff --git a/lib/lwjgl/tinyfd_license.txt b/lib/lwjgl/tinyfd_license.txt new file mode 100644 index 0000000..e3d7205 --- /dev/null +++ b/lib/lwjgl/tinyfd_license.txt @@ -0,0 +1,15 @@ +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not +claim that you wrote the original software. If you use this software +in a product, an acknowledgment in the product documentation would be +appreciated but is not required. +2. Altered source versions must be plainly marked as such, and must not be +misrepresented as being the original software. +3. This notice may not be removed or altered from any source distribution. \ No newline at end of file diff --git a/lib/lwjgl/tootle_directxmesh_license.txt b/lib/lwjgl/tootle_directxmesh_license.txt new file mode 100644 index 0000000..73617f0 --- /dev/null +++ b/lib/lwjgl/tootle_directxmesh_license.txt @@ -0,0 +1,21 @@ + The MIT License (MIT) + +Copyright (c) 2017 Microsoft Corp + +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 the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be included in all copies +or substantial portions of the Software. + +THE 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 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. + diff --git a/lib/lwjgl/tootle_license.txt b/lib/lwjgl/tootle_license.txt new file mode 100644 index 0000000..0de6020 --- /dev/null +++ b/lib/lwjgl/tootle_license.txt @@ -0,0 +1,19 @@ +Copyright (c) 2015 Advanced Micro Devices, Inc. All rights reserved. + +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 the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE 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 +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. diff --git a/lib/lwjgl/vma_license.txt b/lib/lwjgl/vma_license.txt new file mode 100644 index 0000000..a2837e6 --- /dev/null +++ b/lib/lwjgl/vma_license.txt @@ -0,0 +1,19 @@ +Copyright (c) 2017-2018 Advanced Micro Devices, Inc. All rights reserved. + +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 the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE 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 +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. \ No newline at end of file diff --git a/lib/lwjgl/xxhash_license.txt b/lib/lwjgl/xxhash_license.txt new file mode 100644 index 0000000..7de801e --- /dev/null +++ b/lib/lwjgl/xxhash_license.txt @@ -0,0 +1,24 @@ +xxHash Library +Copyright (c) 2012-2014, Yann Collet +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* 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. + +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. diff --git a/lib/lwjgl/yoga_license.txt b/lib/lwjgl/yoga_license.txt new file mode 100644 index 0000000..2b3f0e4 --- /dev/null +++ b/lib/lwjgl/yoga_license.txt @@ -0,0 +1,30 @@ +BSD License + +For yoga software + +Copyright (c) 2014-present, Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * 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. + + * Neither the name Facebook 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. diff --git a/lib/lwjgl/zstd_license.txt b/lib/lwjgl/zstd_license.txt new file mode 100644 index 0000000..7580028 --- /dev/null +++ b/lib/lwjgl/zstd_license.txt @@ -0,0 +1,30 @@ +BSD License + +For Zstandard software + +Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + * 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. + + * Neither the name Facebook, nor Meta, 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. diff --git a/res/shaders/cube.frag b/res/shaders/cube.frag new file mode 100644 index 0000000..8ec2a19 --- /dev/null +++ b/res/shaders/cube.frag @@ -0,0 +1,7 @@ +#version 330 core +out vec4 FragColor; + +void main() +{ + FragColor = vec4(1.0f, 0.5f, 0.2f, 1.0f); +} \ No newline at end of file diff --git a/res/shaders/cube.vert b/res/shaders/cube.vert new file mode 100644 index 0000000..14da693 --- /dev/null +++ b/res/shaders/cube.vert @@ -0,0 +1,13 @@ + #version 330 core + + layout (location = 0) in vec3 aPos; + layout (location = 1) in vec3 aNormal; + layout (location = 2) in vec2 aTexCoords; + + uniform mat4 projection; + uniform mat4 model; + uniform mat4 view; + + void main() { + FragPos = vec4(aPos, 1.0); + } \ No newline at end of file diff --git a/src/Graphics.java b/src/Graphics.java new file mode 100644 index 0000000..3e24a73 --- /dev/null +++ b/src/Graphics.java @@ -0,0 +1,80 @@ +import item.*; +import personnages.*; +import graphics.*; + +import org.lwjgl.*; +import org.lwjgl.glfw.*; +import org.lwjgl.opengl.GL; +import org.lwjgl.opengl.GL11; +import org.lwjgl.system.MemoryUtil; + +import static org.lwjgl.glfw.Callbacks.*; +import static org.lwjgl.glfw.GLFW.*; +import static org.lwjgl.opengl.GL11.*; +import static org.lwjgl.system.MemoryStack.*; +import static org.lwjgl.system.MemoryUtil.*; + +public class Graphics { + private long window; + + private double deltaTime; + private double currentTime; + private double lastFrame; + + private GLFWVidMode window_VidMode; + + private void init() { + GLFWErrorCallback.createPrint(System.err).set(); + + if (!glfwInit()) { + throw new IllegalStateException("unable to initialize GLFW"); + } + + window = GLFW.glfwCreateWindow(800, 600, "snake", MemoryUtil.NULL, MemoryUtil.NULL); + window_VidMode = glfwGetVideoMode(glfwGetPrimaryMonitor()); + + GLFW.glfwWindowHint(GLFW_VERSION_MAJOR, 4); + GLFW.glfwWindowHint(GLFW_VERSION_MINOR, 6); + + GLFW.glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); + + GLFW.glfwWindowHint(GLFW_DEPTH_BITS, 24); + GLFW.glfwWindowHint(GLFW_STENCIL_BITS, 8); + + GLFW.glfwWindowHint(GLFW_SAMPLES, 4); + + GLFW.glfwMakeContextCurrent(window); + + glEnable(GL_DEPTH_TEST); + glEnable(GL_MULT); + } + + private void loop() { + GL.createCapabilities(); + + lastFrame = 0.0f; + + while(!glfwWindowShouldClose(window)) { + GL11.glClear(GL11.GL_COLOR_BUFFER_BIT | GL11.GL_DEPTH_BUFFER_BIT); + + currentTime = glfwGetTime(); + deltaTime = currentTime - lastFrame; + + + lastFrame = currentTime; + GLFW.glfwSwapBuffers(window); + GLFW.glfwPollEvents(); + } + } + + public void run() { + init(); + loop(); + + glfwFreeCallbacks(window); + glfwDestroyWindow(window); + + glfwTerminate(); + glfwSetErrorCallback(null).free(); + } +} diff --git a/src/Item/Effects.java b/src/Item/Effects.java index f323673..f47a159 100644 --- a/src/Item/Effects.java +++ b/src/Item/Effects.java @@ -1,4 +1,4 @@ -package Item; +package item; /** *

Ceci est l'enumération où il y aura tout les effets disponible dans le projet. diff --git a/src/Item/Items.java b/src/Item/Items.java index 0651bff..2dfd253 100644 --- a/src/Item/Items.java +++ b/src/Item/Items.java @@ -1,4 +1,4 @@ -package Item; +package item; /** * Cette enumération contient tout les items à effets disponnible dans le jeu. diff --git a/src/Main.java b/src/Main.java index f0307a4..647f27b 100644 --- a/src/Main.java +++ b/src/Main.java @@ -1,8 +1,12 @@ -import Item.Items; -import Personnages.*; +import item.*; +import graphics.*; +import personnages.*; + +import org.lwjgl.*; +import org.lwjgl.glfw.GLFW; public class Main { public static void main(String[] args) { - System.out.println((byte)'A'); - } + System.out.println(GLFW.glfwInit()); + } } diff --git a/src/graphics/Camera.java b/src/graphics/Camera.java new file mode 100644 index 0000000..af5beba --- /dev/null +++ b/src/graphics/Camera.java @@ -0,0 +1,109 @@ +package graphics; + +import static org.lwjgl.glfw.GLFW.*; +import org.joml.Vector3f; +import org.joml.Matrix4f; +import java.lang.Math; + +public class Camera { + private double mousePosX; + private double mousePosY; + + private float cameraYaw; + private float cameraPitch; + + private Vector3f cameraFront; + + private Vector3f cameraUp; + private Vector3f cameraRight; + private Vector3f worldUp; + + private long window; + + private boolean is_pressed(int key) { + return glfwGetKey(this.window, key) == GLFW_PRESS; + } + + public Camera(int width, int height, long window, float sensitivity) { + this.window = window; + + this.cameraYaw = -90.0f; + this.cameraPitch = 10.0f; + + this.speed = 1.0f; + this.cameraSensitivity = sensitivity; + + this.cameraPosition = new Vector3f(0.0f, 0.0f, 0.0f); + this.cameraFront = new Vector3f(0.0f, 0.0f, -1.0f); + this.cameraUp = new Vector3f(0.0f, 1.0f, 0.0f); + + this.worldUp = new Vector3f(0.0f, 1.0f, 0.0f); + this.cameraRight = new Vector3f(0.0f, 0.0f, 0.0f); + + mousePosX = (width / 2); + mousePosY = (height / 2); + + glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED); + } + + + public void inputProcess(float deltaTime) { + float velocity = speed * (deltaTime/2); + this.fov = 45.0f; + + if(is_pressed(GLFW_KEY_W)) { cameraPosition.add(cameraFront.mul(velocity));} + if(is_pressed(GLFW_KEY_S)) { cameraPosition.sub(cameraFront.mul(velocity));} + if(is_pressed(GLFW_KEY_A)) { cameraPosition.add(cameraRight.mul(velocity));} + if(is_pressed(GLFW_KEY_D)) { cameraPosition.sub(cameraRight.mul(velocity));} + if(is_pressed(GLFW_KEY_LEFT_CONTROL)) { cameraPosition.add(worldUp.mul(velocity));} + if(is_pressed(GLFW_KEY_SPACE)) { cameraPosition.sub(worldUp.mul(velocity));} + } + + public void mouseMouvementProcess() { + double[] mouseX = new double[]{}; + double[] mouseY = new double[]{}; + + glfwGetCursorPos(window, mouseX, mouseY); + + float deltaX = (float)(mouseX[0] - this.mousePosX); + float deltaY = (float)(mouseY[0] - this.mousePosY); + + this.mousePosX = mouseX[0]; + this.mousePosY = mouseY[0]; + + deltaX *= (this.cameraSensitivity/2); + deltaY *= (this.cameraSensitivity/2); + + this.cameraYaw += deltaX; + this.cameraPitch += deltaY; + + if (this.cameraPitch > 89.0f) + this.cameraPitch = 89.0f; + if (this.cameraPitch < -89.0f) + this.cameraPitch = -89.0f; + } + + public void updateCameraVectors() { + Vector3f front = new Vector3f(new float[] { + (float)(Math.cos(Math.toRadians(cameraYaw)) * Math.cos(Math.toRadians(cameraPitch))), + (float)(Math.sin(Math.toRadians(cameraPitch))), + (float)(Math.sin(Math.toRadians(cameraYaw)) * Math.cos(Math.toRadians(cameraPitch))) + }); + + cameraFront = front.normalize(); + + cameraRight = cameraRight.cross(cameraFront, worldUp).normalize(); + cameraUp = cameraUp.cross(cameraRight, cameraFront).normalize(); + } + + public Matrix4f getViewMatrix() { + return new Matrix4f().lookAt(cameraPosition, cameraPosition.add(cameraFront), cameraUp); + } + + public float speed; + public float cameraSensitivity; + + public float fov; + + public Vector3f cameraPosition; +} diff --git a/src/graphics/EBO.java b/src/graphics/EBO.java new file mode 100644 index 0000000..8691d88 --- /dev/null +++ b/src/graphics/EBO.java @@ -0,0 +1,27 @@ +package graphics; + +import org.lwjgl.opengl.GL15; + +public class EBO { + private int id; + + public EBO(int[] indices) { + this.id = GL15.glGenBuffers(); + GL15.glBindBuffer(GL15.GL_ELEMENT_ARRAY_BUFFER, this.id); + GL15.glBufferData(GL15.GL_ELEMENT_ARRAY_BUFFER, indices, GL15.GL_STATIC_DRAW); + bind(); + } + + public void cleanup() { + unbind(); + GL15.glDeleteBuffers(this.id); + } + + public void bind() { + GL15.glBindBuffer(GL15.GL_ELEMENT_ARRAY_BUFFER, (int)this.id); + } + + public void unbind() { + GL15.glBindBuffer(GL15.GL_ELEMENT_ARRAY_BUFFER, 0); + } +} diff --git a/src/graphics/Forms.java b/src/graphics/Forms.java new file mode 100644 index 0000000..6b03464 --- /dev/null +++ b/src/graphics/Forms.java @@ -0,0 +1,5 @@ +package graphics; + +public class Forms { + +} \ No newline at end of file diff --git a/src/graphics/Shaders.java b/src/graphics/Shaders.java new file mode 100644 index 0000000..4320e9c --- /dev/null +++ b/src/graphics/Shaders.java @@ -0,0 +1,56 @@ +package graphics; + +import org.lwjgl.opengl.*; + +public class Shaders { + private int vertexShader; + private int fragmentShader; + public int shaderProgram; + + public Shaders(String vertexShaderSource, String fragmentShaderSource) { + vertexShader = addVertShader(vertexShaderSource); + fragmentShader = addFragShader(fragmentShaderSource); + shaderProgram = compileInProgram(); + } + + private int addVertShader(String vertexShaderSource) { + int vertexShader = GL20.glCreateShader(GL20.GL_VERTEX_SHADER); + GL20.glShaderSource(vertexShader, vertexShaderSource); + GL20.glCompileShader(vertexShader); + if (GL20.glGetShaderi(vertexShader, GL20.GL_COMPILE_STATUS) != GL20.GL_TRUE) { + throw new RuntimeException("Vertex shader compilation failed: " + GL20.glGetShaderInfoLog(vertexShader)); + } + return vertexShader; + } + + private int addFragShader(String fragmentShaderSource) { + int fragmentShader = GL20.glCreateShader(GL20.GL_FRAGMENT_SHADER); + GL20.glShaderSource(fragmentShader, fragmentShaderSource); + GL20.glCompileShader(fragmentShader); + if (GL20.glGetShaderi(fragmentShader, GL20.GL_COMPILE_STATUS) != GL20.GL_TRUE) { + throw new RuntimeException("Fragment shader compilation failed: " + GL20.glGetShaderInfoLog(fragmentShader)); + } + return fragmentShader; + } + + private int compileInProgram() { + int shaderProgram = GL20.glCreateProgram(); + GL20.glAttachShader(shaderProgram, vertexShader); + GL20.glAttachShader(shaderProgram, fragmentShader); + GL20.glLinkProgram(shaderProgram); + if (GL20.glGetProgrami(shaderProgram, GL20.GL_LINK_STATUS) != GL20.GL_TRUE) { + throw new RuntimeException("Shader program linking failed: " + GL20.glGetProgramInfoLog(shaderProgram)); + } + GL20.glDeleteShader(vertexShader); + GL20.glDeleteShader(fragmentShader); + return shaderProgram; + } + + public void use() { + GL20.glUseProgram(shaderProgram); + } + + public void cleanUp() { + GL20.glDeleteProgram(shaderProgram); + } +} diff --git a/src/graphics/VAO.java b/src/graphics/VAO.java new file mode 100644 index 0000000..9d9ee76 --- /dev/null +++ b/src/graphics/VAO.java @@ -0,0 +1,44 @@ +package graphics; + +import static org.lwjgl.opengl.GL11.*; +import org.lwjgl.opengl.GL30; + +public class VAO { + private int id; + + public VAO() { + this.id = GL30.glGenVertexArrays(); + bind(); + } + + public void cleanup() { + unbind(); + GL30.glDeleteVertexArrays(id); + } + + public void bind() { + GL30.glBindVertexArray(this.id); + } + + public void unbind() { + GL30.glBindVertexArray(0); + } + + public void setAttributePointer(int index, int size, int type, int stride, long offset) { + GL30.glVertexAttribPointer(index, size, type, false, stride, offset); + GL30.glEnableVertexAttribArray(index); + } + + public void drawElement(int mode, int count, int type, long indices) { + bind(); + + glDrawElements(mode, count, type, indices); + unbind(); + } + + public void drawElementIndices(int mode, int first, int count) { + bind(); + glDrawArrays(mode, first, count); + unbind(); + } +} diff --git a/src/graphics/VBO.java b/src/graphics/VBO.java new file mode 100644 index 0000000..0b0ef65 --- /dev/null +++ b/src/graphics/VBO.java @@ -0,0 +1,28 @@ +package graphics; + +import org.lwjgl.opengl.GL15; + +public class VBO { + private int id; + + public VBO(float[] vertices) { + this.id = GL15.glGenBuffers(); + GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, this.id); + GL15.glBufferData(GL15.GL_ARRAY_BUFFER, vertices, GL15.GL_STATIC_DRAW); + + bind(); + } + + public void cleanup() { + unbind(); + GL15.glDeleteBuffers(this.id); + } + + public void bind() { + GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, this.id); + } + + public void unbind() { + GL15.glBindBuffer(GL15.GL_ARRAY_BUFFER, 0); + } +} diff --git a/src/personnages/Personnage.java b/src/personnages/Personnage.java index 16cdeaa..f3b8af8 100644 --- a/src/personnages/Personnage.java +++ b/src/personnages/Personnage.java @@ -1,8 +1,8 @@ -package Personnages; +package personnages; import java.util.ArrayList; -import Item.Effects; +import item.Effects; public class Personnage { private int size; diff --git a/src/personnages/Player.java b/src/personnages/Player.java index 470bfcf..eea16c5 100644 --- a/src/personnages/Player.java +++ b/src/personnages/Player.java @@ -1,4 +1,4 @@ -package Personnages; +package personnages; public class Player extends Personnage { public Player(int size, int[] coordinate) { diff --git a/src/personnages/Robot.java b/src/personnages/Robot.java index 6a07bc6..038e100 100644 --- a/src/personnages/Robot.java +++ b/src/personnages/Robot.java @@ -1,4 +1,4 @@ -package Personnages; +package personnages; public class Robot extends Personnage { public Robot(int size, int[] coordinate) {