diff --git a/.gitignore b/.gitignore index b54392d..b0339a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ +# les fichiers de configurations que macOS crée automatiquement. .DS_Store -*.class + +#le dossier binary pour séparer et pas importer les .class qui sont inutile a Github. +bin/ \ No newline at end of file diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index f2cd8a8..0000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ -FROM ubuntu:latest - -WORKDIR /TRON - -RUN apt update && \ - apt install -y default-jdk maven - -COPY * . diff --git a/Makefile b/Makefile deleted file mode 100644 index fc5d063..0000000 --- a/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# all: -# javac -classpath "lib/lwjgl/*:src" ./src/Main.java; java -XstartOnFirstThread -classpath "lib/lwjgl/*:src" Main - -LIB_DIR = lib -SRC_DIR = src -GRAPHICS_DIR = $(SRC_DIR)/graphics - -JAVA_SRC_FILES := $(wildcard $(SRC_DIR)/*.java) -JAVA_GRAPHICS_FILES := $(wildcard $(GRAPHICS_DIR)/*.java) -JAVA_LIB_FILES := $(wildcard $(LIB_DIR)/*/*.jar) - -machin: - @echo "$(JAVA_LIB_FILES)" diff --git a/README.md b/README.md index e69de29..88496d4 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,23 @@ +``` + ______ __ __ ______ __ __ ______ +/\ ___\ /\ "-.\ \ /\ __ \ /\ \/ / /\ ___\ +\ \___ \\ \ \-. \\ \ \_\ \\ \ _"-.\ \ __\ + \/\_____\\ \_\\"\_\\ \_\ \_\\ \_\ \_\\ \_____\ + \/_____/ \/_/ \/_/ \/_/\/_/ \/_/\/_/ \/_____/ +``` + +# INTRODUCTION + +C'est un projet de fin de Licence L1 en Informatique à UPEC, la création d'un petit projet en binôme sur la création d'un jeu **SNAKE** en multijoueur et en affrontement 1 contre 1. Nous allons séparer cette présentation en plusieurs parties : + +- La partie **JEU et GAMEPLAY** + +- La partie **RÉSEAUX et COMMUNICATION** + +- La partie **INTELLIGENCE ARTIFICIELLE** + +- La partie **GRAPHIQUE** + +# CRÉDITS + +Ce projet à été réalisé par FARIA Théo et GUEZO Loïc. \ No newline at end of file diff --git a/lib/lwjgl/LICENSE b/lib/lwjgl/LICENSE deleted file mode 100644 index a17ad0a..0000000 --- a/lib/lwjgl/LICENSE +++ /dev/null @@ -1,29 +0,0 @@ -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 deleted file mode 100644 index 262606a..0000000 --- a/lib/lwjgl/assimp_license.txt +++ /dev/null @@ -1,78 +0,0 @@ -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 deleted file mode 100644 index 6877280..0000000 --- a/lib/lwjgl/bgfx_license.txt +++ /dev/null @@ -1,26 +0,0 @@ -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 deleted file mode 100644 index c160346..0000000 --- a/lib/lwjgl/blendish_license.txt +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 149bb93..0000000 --- a/lib/lwjgl/build.txt +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 9f64af5..0000000 --- a/lib/lwjgl/cuda_license.txt +++ /dev/null @@ -1,550 +0,0 @@ -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 deleted file mode 100644 index 03f68f8..0000000 --- a/lib/lwjgl/fmod_license.txt +++ /dev/null @@ -1,157 +0,0 @@ - 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 deleted file mode 100644 index c406d15..0000000 --- a/lib/lwjgl/freetype_license.txt +++ /dev/null @@ -1,169 +0,0 @@ - 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 deleted file mode 100644 index 8a60e1d..0000000 --- a/lib/lwjgl/glfw_license.txt +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 48d1b30..0000000 --- a/lib/lwjgl/harfbuzz_license.txt +++ /dev/null @@ -1,38 +0,0 @@ -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 deleted file mode 100644 index fd57978..0000000 --- a/lib/lwjgl/jemalloc_license.txt +++ /dev/null @@ -1,27 +0,0 @@ -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 deleted file mode 100644 index d7e6e9d..0000000 --- a/lib/lwjgl/khronos_license.txt +++ /dev/null @@ -1,22 +0,0 @@ -/* -** 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 deleted file mode 100644 index 7b6d05f..0000000 --- a/lib/lwjgl/ktx_license.txt +++ /dev/null @@ -1,36 +0,0 @@ -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 deleted file mode 100644 index 8bef887..0000000 --- a/lib/lwjgl/libdivide_license.txt +++ /dev/null @@ -1,54 +0,0 @@ - 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 deleted file mode 100644 index 7b64447..0000000 --- a/lib/lwjgl/libffi_license.txt +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index 67bc330..0000000 --- a/lib/lwjgl/liburing_license.txt +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 5715176..0000000 --- a/lib/lwjgl/llvm_license.txt +++ /dev/null @@ -1,278 +0,0 @@ -============================================================================== -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 deleted file mode 100644 index 6295703..0000000 --- a/lib/lwjgl/lmdb_license.txt +++ /dev/null @@ -1,47 +0,0 @@ -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 deleted file mode 100644 index fb12efe..0000000 Binary files a/lib/lwjgl/lwjgl-assimp-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-linux.jar b/lib/lwjgl/lwjgl-assimp-natives-linux.jar deleted file mode 100644 index 725339c..0000000 Binary files a/lib/lwjgl/lwjgl-assimp-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-assimp-natives-macos-arm64.jar deleted file mode 100644 index db7844a..0000000 Binary files a/lib/lwjgl/lwjgl-assimp-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-macos.jar b/lib/lwjgl/lwjgl-assimp-natives-macos.jar deleted file mode 100644 index 390af9a..0000000 Binary files a/lib/lwjgl/lwjgl-assimp-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-assimp-natives-windows.jar b/lib/lwjgl/lwjgl-assimp-natives-windows.jar deleted file mode 100644 index 5cafa8c..0000000 Binary files a/lib/lwjgl/lwjgl-assimp-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-assimp-sources.jar b/lib/lwjgl/lwjgl-assimp-sources.jar deleted file mode 100644 index bbc17bc..0000000 Binary files a/lib/lwjgl/lwjgl-assimp-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-assimp.jar b/lib/lwjgl/lwjgl-assimp.jar deleted file mode 100644 index 8f751b6..0000000 Binary files a/lib/lwjgl/lwjgl-assimp.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-bgfx-javadoc.jar b/lib/lwjgl/lwjgl-bgfx-javadoc.jar deleted file mode 100644 index 0545c59..0000000 Binary files a/lib/lwjgl/lwjgl-bgfx-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-linux.jar b/lib/lwjgl/lwjgl-bgfx-natives-linux.jar deleted file mode 100644 index 7e9cdb6..0000000 Binary files a/lib/lwjgl/lwjgl-bgfx-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-bgfx-natives-macos-arm64.jar deleted file mode 100644 index 9896a34..0000000 Binary files a/lib/lwjgl/lwjgl-bgfx-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-macos.jar b/lib/lwjgl/lwjgl-bgfx-natives-macos.jar deleted file mode 100644 index 2b26ce7..0000000 Binary files a/lib/lwjgl/lwjgl-bgfx-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-bgfx-natives-windows.jar b/lib/lwjgl/lwjgl-bgfx-natives-windows.jar deleted file mode 100644 index 3360327..0000000 Binary files a/lib/lwjgl/lwjgl-bgfx-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-bgfx-sources.jar b/lib/lwjgl/lwjgl-bgfx-sources.jar deleted file mode 100644 index 3f07634..0000000 Binary files a/lib/lwjgl/lwjgl-bgfx-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-bgfx.jar b/lib/lwjgl/lwjgl-bgfx.jar deleted file mode 100644 index 5be16cb..0000000 Binary files a/lib/lwjgl/lwjgl-bgfx.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-cuda-javadoc.jar b/lib/lwjgl/lwjgl-cuda-javadoc.jar deleted file mode 100644 index 2cbca12..0000000 Binary files a/lib/lwjgl/lwjgl-cuda-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-cuda-sources.jar b/lib/lwjgl/lwjgl-cuda-sources.jar deleted file mode 100644 index 861a8f9..0000000 Binary files a/lib/lwjgl/lwjgl-cuda-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-cuda.jar b/lib/lwjgl/lwjgl-cuda.jar deleted file mode 100644 index d1f3954..0000000 Binary files a/lib/lwjgl/lwjgl-cuda.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-egl-javadoc.jar b/lib/lwjgl/lwjgl-egl-javadoc.jar deleted file mode 100644 index d77a3d5..0000000 Binary files a/lib/lwjgl/lwjgl-egl-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-egl-sources.jar b/lib/lwjgl/lwjgl-egl-sources.jar deleted file mode 100644 index 55771a0..0000000 Binary files a/lib/lwjgl/lwjgl-egl-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-egl.jar b/lib/lwjgl/lwjgl-egl.jar deleted file mode 100644 index 34e42c7..0000000 Binary files a/lib/lwjgl/lwjgl-egl.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-fmod-javadoc.jar b/lib/lwjgl/lwjgl-fmod-javadoc.jar deleted file mode 100644 index 60d9afd..0000000 Binary files a/lib/lwjgl/lwjgl-fmod-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-fmod-sources.jar b/lib/lwjgl/lwjgl-fmod-sources.jar deleted file mode 100644 index f2d327d..0000000 Binary files a/lib/lwjgl/lwjgl-fmod-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-fmod.jar b/lib/lwjgl/lwjgl-fmod.jar deleted file mode 100644 index 89b431c..0000000 Binary files a/lib/lwjgl/lwjgl-fmod.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-freetype-javadoc.jar b/lib/lwjgl/lwjgl-freetype-javadoc.jar deleted file mode 100644 index e406cb9..0000000 Binary files a/lib/lwjgl/lwjgl-freetype-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-linux.jar b/lib/lwjgl/lwjgl-freetype-natives-linux.jar deleted file mode 100644 index caa2984..0000000 Binary files a/lib/lwjgl/lwjgl-freetype-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-freetype-natives-macos-arm64.jar deleted file mode 100644 index 468b668..0000000 Binary files a/lib/lwjgl/lwjgl-freetype-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-macos.jar b/lib/lwjgl/lwjgl-freetype-natives-macos.jar deleted file mode 100644 index e5e83c8..0000000 Binary files a/lib/lwjgl/lwjgl-freetype-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-freetype-natives-windows.jar b/lib/lwjgl/lwjgl-freetype-natives-windows.jar deleted file mode 100644 index 8b86dba..0000000 Binary files a/lib/lwjgl/lwjgl-freetype-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-freetype-sources.jar b/lib/lwjgl/lwjgl-freetype-sources.jar deleted file mode 100644 index fc19a5a..0000000 Binary files a/lib/lwjgl/lwjgl-freetype-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-freetype.jar b/lib/lwjgl/lwjgl-freetype.jar deleted file mode 100644 index 9fcdfa9..0000000 Binary files a/lib/lwjgl/lwjgl-freetype.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-glfw-javadoc.jar b/lib/lwjgl/lwjgl-glfw-javadoc.jar deleted file mode 100644 index da73b0e..0000000 Binary files a/lib/lwjgl/lwjgl-glfw-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-linux.jar b/lib/lwjgl/lwjgl-glfw-natives-linux.jar deleted file mode 100644 index 28db301..0000000 Binary files a/lib/lwjgl/lwjgl-glfw-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-glfw-natives-macos-arm64.jar deleted file mode 100644 index 85a87e1..0000000 Binary files a/lib/lwjgl/lwjgl-glfw-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-macos.jar b/lib/lwjgl/lwjgl-glfw-natives-macos.jar deleted file mode 100644 index d372768..0000000 Binary files a/lib/lwjgl/lwjgl-glfw-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-glfw-natives-windows.jar b/lib/lwjgl/lwjgl-glfw-natives-windows.jar deleted file mode 100644 index 1a20464..0000000 Binary files a/lib/lwjgl/lwjgl-glfw-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-glfw-sources.jar b/lib/lwjgl/lwjgl-glfw-sources.jar deleted file mode 100644 index 1d19d00..0000000 Binary files a/lib/lwjgl/lwjgl-glfw-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-glfw.jar b/lib/lwjgl/lwjgl-glfw.jar deleted file mode 100644 index 791fe06..0000000 Binary files a/lib/lwjgl/lwjgl-glfw.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-javadoc.jar b/lib/lwjgl/lwjgl-harfbuzz-javadoc.jar deleted file mode 100644 index 428fd97..0000000 Binary files a/lib/lwjgl/lwjgl-harfbuzz-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-linux.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-linux.jar deleted file mode 100644 index e232855..0000000 Binary files a/lib/lwjgl/lwjgl-harfbuzz-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-macos-arm64.jar deleted file mode 100644 index 3e9f51a..0000000 Binary files a/lib/lwjgl/lwjgl-harfbuzz-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-macos.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-macos.jar deleted file mode 100644 index 7b18a48..0000000 Binary files a/lib/lwjgl/lwjgl-harfbuzz-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-natives-windows.jar b/lib/lwjgl/lwjgl-harfbuzz-natives-windows.jar deleted file mode 100644 index 8b80b7f..0000000 Binary files a/lib/lwjgl/lwjgl-harfbuzz-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-harfbuzz-sources.jar b/lib/lwjgl/lwjgl-harfbuzz-sources.jar deleted file mode 100644 index fca88ea..0000000 Binary files a/lib/lwjgl/lwjgl-harfbuzz-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-harfbuzz.jar b/lib/lwjgl/lwjgl-harfbuzz.jar deleted file mode 100644 index ef1dd68..0000000 Binary files a/lib/lwjgl/lwjgl-harfbuzz.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-hwloc-javadoc.jar b/lib/lwjgl/lwjgl-hwloc-javadoc.jar deleted file mode 100644 index f758a20..0000000 Binary files a/lib/lwjgl/lwjgl-hwloc-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-linux.jar b/lib/lwjgl/lwjgl-hwloc-natives-linux.jar deleted file mode 100644 index 6961d9d..0000000 Binary files a/lib/lwjgl/lwjgl-hwloc-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-hwloc-natives-macos-arm64.jar deleted file mode 100644 index cf754f2..0000000 Binary files a/lib/lwjgl/lwjgl-hwloc-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-macos.jar b/lib/lwjgl/lwjgl-hwloc-natives-macos.jar deleted file mode 100644 index 212e027..0000000 Binary files a/lib/lwjgl/lwjgl-hwloc-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-hwloc-natives-windows.jar b/lib/lwjgl/lwjgl-hwloc-natives-windows.jar deleted file mode 100644 index 7da8764..0000000 Binary files a/lib/lwjgl/lwjgl-hwloc-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-hwloc-sources.jar b/lib/lwjgl/lwjgl-hwloc-sources.jar deleted file mode 100644 index c3f9270..0000000 Binary files a/lib/lwjgl/lwjgl-hwloc-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-hwloc.jar b/lib/lwjgl/lwjgl-hwloc.jar deleted file mode 100644 index e61c91a..0000000 Binary files a/lib/lwjgl/lwjgl-hwloc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-javadoc.jar b/lib/lwjgl/lwjgl-javadoc.jar deleted file mode 100644 index dd18b2c..0000000 Binary files a/lib/lwjgl/lwjgl-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jawt-javadoc.jar b/lib/lwjgl/lwjgl-jawt-javadoc.jar deleted file mode 100644 index a17686f..0000000 Binary files a/lib/lwjgl/lwjgl-jawt-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jawt-sources.jar b/lib/lwjgl/lwjgl-jawt-sources.jar deleted file mode 100644 index acf7700..0000000 Binary files a/lib/lwjgl/lwjgl-jawt-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jawt.jar b/lib/lwjgl/lwjgl-jawt.jar deleted file mode 100644 index a51b47e..0000000 Binary files a/lib/lwjgl/lwjgl-jawt.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jemalloc-javadoc.jar b/lib/lwjgl/lwjgl-jemalloc-javadoc.jar deleted file mode 100644 index 5db7bdc..0000000 Binary files a/lib/lwjgl/lwjgl-jemalloc-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-linux.jar b/lib/lwjgl/lwjgl-jemalloc-natives-linux.jar deleted file mode 100644 index c72f93a..0000000 Binary files a/lib/lwjgl/lwjgl-jemalloc-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-jemalloc-natives-macos-arm64.jar deleted file mode 100644 index f420c27..0000000 Binary files a/lib/lwjgl/lwjgl-jemalloc-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-macos.jar b/lib/lwjgl/lwjgl-jemalloc-natives-macos.jar deleted file mode 100644 index 6e0d867..0000000 Binary files a/lib/lwjgl/lwjgl-jemalloc-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jemalloc-natives-windows.jar b/lib/lwjgl/lwjgl-jemalloc-natives-windows.jar deleted file mode 100644 index 3bf7629..0000000 Binary files a/lib/lwjgl/lwjgl-jemalloc-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jemalloc-sources.jar b/lib/lwjgl/lwjgl-jemalloc-sources.jar deleted file mode 100644 index 74b6a1c..0000000 Binary files a/lib/lwjgl/lwjgl-jemalloc-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-jemalloc.jar b/lib/lwjgl/lwjgl-jemalloc.jar deleted file mode 100644 index 6881c26..0000000 Binary files a/lib/lwjgl/lwjgl-jemalloc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ktx-javadoc.jar b/lib/lwjgl/lwjgl-ktx-javadoc.jar deleted file mode 100644 index 2c4b96e..0000000 Binary files a/lib/lwjgl/lwjgl-ktx-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-linux.jar b/lib/lwjgl/lwjgl-ktx-natives-linux.jar deleted file mode 100644 index 2d84280..0000000 Binary files a/lib/lwjgl/lwjgl-ktx-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-ktx-natives-macos-arm64.jar deleted file mode 100644 index 5f9394e..0000000 Binary files a/lib/lwjgl/lwjgl-ktx-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-macos.jar b/lib/lwjgl/lwjgl-ktx-natives-macos.jar deleted file mode 100644 index 9fc805a..0000000 Binary files a/lib/lwjgl/lwjgl-ktx-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ktx-natives-windows.jar b/lib/lwjgl/lwjgl-ktx-natives-windows.jar deleted file mode 100644 index 5a6e42d..0000000 Binary files a/lib/lwjgl/lwjgl-ktx-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ktx-sources.jar b/lib/lwjgl/lwjgl-ktx-sources.jar deleted file mode 100644 index e714017..0000000 Binary files a/lib/lwjgl/lwjgl-ktx-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ktx.jar b/lib/lwjgl/lwjgl-ktx.jar deleted file mode 100644 index 4aabf12..0000000 Binary files a/lib/lwjgl/lwjgl-ktx.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-libdivide-javadoc.jar b/lib/lwjgl/lwjgl-libdivide-javadoc.jar deleted file mode 100644 index 6494b47..0000000 Binary files a/lib/lwjgl/lwjgl-libdivide-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-linux.jar b/lib/lwjgl/lwjgl-libdivide-natives-linux.jar deleted file mode 100644 index 20a421b..0000000 Binary files a/lib/lwjgl/lwjgl-libdivide-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-libdivide-natives-macos-arm64.jar deleted file mode 100644 index 05044f7..0000000 Binary files a/lib/lwjgl/lwjgl-libdivide-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-macos.jar b/lib/lwjgl/lwjgl-libdivide-natives-macos.jar deleted file mode 100644 index 578ba98..0000000 Binary files a/lib/lwjgl/lwjgl-libdivide-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-libdivide-natives-windows.jar b/lib/lwjgl/lwjgl-libdivide-natives-windows.jar deleted file mode 100644 index 97c35bc..0000000 Binary files a/lib/lwjgl/lwjgl-libdivide-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-libdivide-sources.jar b/lib/lwjgl/lwjgl-libdivide-sources.jar deleted file mode 100644 index e79ca43..0000000 Binary files a/lib/lwjgl/lwjgl-libdivide-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-libdivide.jar b/lib/lwjgl/lwjgl-libdivide.jar deleted file mode 100644 index 694ddaa..0000000 Binary files a/lib/lwjgl/lwjgl-libdivide.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-llvm-javadoc.jar b/lib/lwjgl/lwjgl-llvm-javadoc.jar deleted file mode 100644 index 368b770..0000000 Binary files a/lib/lwjgl/lwjgl-llvm-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-linux.jar b/lib/lwjgl/lwjgl-llvm-natives-linux.jar deleted file mode 100644 index 6283b14..0000000 Binary files a/lib/lwjgl/lwjgl-llvm-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-llvm-natives-macos-arm64.jar deleted file mode 100644 index 765cdb1..0000000 Binary files a/lib/lwjgl/lwjgl-llvm-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-macos.jar b/lib/lwjgl/lwjgl-llvm-natives-macos.jar deleted file mode 100644 index 46ebab4..0000000 Binary files a/lib/lwjgl/lwjgl-llvm-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-llvm-natives-windows.jar b/lib/lwjgl/lwjgl-llvm-natives-windows.jar deleted file mode 100644 index 070d855..0000000 Binary files a/lib/lwjgl/lwjgl-llvm-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-llvm-sources.jar b/lib/lwjgl/lwjgl-llvm-sources.jar deleted file mode 100644 index 86502e2..0000000 Binary files a/lib/lwjgl/lwjgl-llvm-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-llvm.jar b/lib/lwjgl/lwjgl-llvm.jar deleted file mode 100644 index 2fc8fab..0000000 Binary files a/lib/lwjgl/lwjgl-llvm.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lmdb-javadoc.jar b/lib/lwjgl/lwjgl-lmdb-javadoc.jar deleted file mode 100644 index 68b0082..0000000 Binary files a/lib/lwjgl/lwjgl-lmdb-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-linux.jar b/lib/lwjgl/lwjgl-lmdb-natives-linux.jar deleted file mode 100644 index 158b6df..0000000 Binary files a/lib/lwjgl/lwjgl-lmdb-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-lmdb-natives-macos-arm64.jar deleted file mode 100644 index f2ca90e..0000000 Binary files a/lib/lwjgl/lwjgl-lmdb-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-macos.jar b/lib/lwjgl/lwjgl-lmdb-natives-macos.jar deleted file mode 100644 index ea88721..0000000 Binary files a/lib/lwjgl/lwjgl-lmdb-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lmdb-natives-windows.jar b/lib/lwjgl/lwjgl-lmdb-natives-windows.jar deleted file mode 100644 index 14a8d42..0000000 Binary files a/lib/lwjgl/lwjgl-lmdb-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lmdb-sources.jar b/lib/lwjgl/lwjgl-lmdb-sources.jar deleted file mode 100644 index e03f0f8..0000000 Binary files a/lib/lwjgl/lwjgl-lmdb-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lmdb.jar b/lib/lwjgl/lwjgl-lmdb.jar deleted file mode 100644 index a170a33..0000000 Binary files a/lib/lwjgl/lwjgl-lmdb.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lz4-javadoc.jar b/lib/lwjgl/lwjgl-lz4-javadoc.jar deleted file mode 100644 index 0661cf9..0000000 Binary files a/lib/lwjgl/lwjgl-lz4-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-linux.jar b/lib/lwjgl/lwjgl-lz4-natives-linux.jar deleted file mode 100644 index b9f5d56..0000000 Binary files a/lib/lwjgl/lwjgl-lz4-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-lz4-natives-macos-arm64.jar deleted file mode 100644 index c7ea70d..0000000 Binary files a/lib/lwjgl/lwjgl-lz4-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-macos.jar b/lib/lwjgl/lwjgl-lz4-natives-macos.jar deleted file mode 100644 index 467dbd1..0000000 Binary files a/lib/lwjgl/lwjgl-lz4-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lz4-natives-windows.jar b/lib/lwjgl/lwjgl-lz4-natives-windows.jar deleted file mode 100644 index acb22f9..0000000 Binary files a/lib/lwjgl/lwjgl-lz4-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lz4-sources.jar b/lib/lwjgl/lwjgl-lz4-sources.jar deleted file mode 100644 index 6545dfa..0000000 Binary files a/lib/lwjgl/lwjgl-lz4-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-lz4.jar b/lib/lwjgl/lwjgl-lz4.jar deleted file mode 100644 index ede753b..0000000 Binary files a/lib/lwjgl/lwjgl-lz4.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meow-javadoc.jar b/lib/lwjgl/lwjgl-meow-javadoc.jar deleted file mode 100644 index 16968ae..0000000 Binary files a/lib/lwjgl/lwjgl-meow-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meow-natives-linux.jar b/lib/lwjgl/lwjgl-meow-natives-linux.jar deleted file mode 100644 index 53a394a..0000000 Binary files a/lib/lwjgl/lwjgl-meow-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meow-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-meow-natives-macos-arm64.jar deleted file mode 100644 index 1bf6595..0000000 Binary files a/lib/lwjgl/lwjgl-meow-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meow-natives-macos.jar b/lib/lwjgl/lwjgl-meow-natives-macos.jar deleted file mode 100644 index b24f9d4..0000000 Binary files a/lib/lwjgl/lwjgl-meow-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meow-natives-windows.jar b/lib/lwjgl/lwjgl-meow-natives-windows.jar deleted file mode 100644 index 60f5e3d..0000000 Binary files a/lib/lwjgl/lwjgl-meow-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meow-sources.jar b/lib/lwjgl/lwjgl-meow-sources.jar deleted file mode 100644 index bfa0c27..0000000 Binary files a/lib/lwjgl/lwjgl-meow-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meow.jar b/lib/lwjgl/lwjgl-meow.jar deleted file mode 100644 index 1d3cf1d..0000000 Binary files a/lib/lwjgl/lwjgl-meow.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-javadoc.jar b/lib/lwjgl/lwjgl-meshoptimizer-javadoc.jar deleted file mode 100644 index e14de24..0000000 Binary files a/lib/lwjgl/lwjgl-meshoptimizer-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-linux.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-linux.jar deleted file mode 100644 index ac76e55..0000000 Binary files a/lib/lwjgl/lwjgl-meshoptimizer-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-macos-arm64.jar deleted file mode 100644 index 02c7d23..0000000 Binary files a/lib/lwjgl/lwjgl-meshoptimizer-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-macos.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-macos.jar deleted file mode 100644 index 39ad71a..0000000 Binary files a/lib/lwjgl/lwjgl-meshoptimizer-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-natives-windows.jar b/lib/lwjgl/lwjgl-meshoptimizer-natives-windows.jar deleted file mode 100644 index 2b558f6..0000000 Binary files a/lib/lwjgl/lwjgl-meshoptimizer-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer-sources.jar b/lib/lwjgl/lwjgl-meshoptimizer-sources.jar deleted file mode 100644 index 61480ce..0000000 Binary files a/lib/lwjgl/lwjgl-meshoptimizer-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-meshoptimizer.jar b/lib/lwjgl/lwjgl-meshoptimizer.jar deleted file mode 100644 index 2076ee4..0000000 Binary files a/lib/lwjgl/lwjgl-meshoptimizer.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nanovg-javadoc.jar b/lib/lwjgl/lwjgl-nanovg-javadoc.jar deleted file mode 100644 index 04ecdd4..0000000 Binary files a/lib/lwjgl/lwjgl-nanovg-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-linux.jar b/lib/lwjgl/lwjgl-nanovg-natives-linux.jar deleted file mode 100644 index f17386a..0000000 Binary files a/lib/lwjgl/lwjgl-nanovg-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-nanovg-natives-macos-arm64.jar deleted file mode 100644 index 4101b51..0000000 Binary files a/lib/lwjgl/lwjgl-nanovg-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-macos.jar b/lib/lwjgl/lwjgl-nanovg-natives-macos.jar deleted file mode 100644 index ef18e0a..0000000 Binary files a/lib/lwjgl/lwjgl-nanovg-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nanovg-natives-windows.jar b/lib/lwjgl/lwjgl-nanovg-natives-windows.jar deleted file mode 100644 index 9d16c15..0000000 Binary files a/lib/lwjgl/lwjgl-nanovg-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nanovg-sources.jar b/lib/lwjgl/lwjgl-nanovg-sources.jar deleted file mode 100644 index f8a7789..0000000 Binary files a/lib/lwjgl/lwjgl-nanovg-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nanovg.jar b/lib/lwjgl/lwjgl-nanovg.jar deleted file mode 100644 index 6d5b7de..0000000 Binary files a/lib/lwjgl/lwjgl-nanovg.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-natives-linux.jar b/lib/lwjgl/lwjgl-natives-linux.jar deleted file mode 100644 index 68018d8..0000000 Binary files a/lib/lwjgl/lwjgl-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-natives-macos-arm64.jar deleted file mode 100644 index 4734724..0000000 Binary files a/lib/lwjgl/lwjgl-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-natives-macos.jar b/lib/lwjgl/lwjgl-natives-macos.jar deleted file mode 100644 index 9e66402..0000000 Binary files a/lib/lwjgl/lwjgl-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-natives-windows.jar b/lib/lwjgl/lwjgl-natives-windows.jar deleted file mode 100644 index b4d4691..0000000 Binary files a/lib/lwjgl/lwjgl-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nfd-javadoc.jar b/lib/lwjgl/lwjgl-nfd-javadoc.jar deleted file mode 100644 index eafe2d9..0000000 Binary files a/lib/lwjgl/lwjgl-nfd-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-linux.jar b/lib/lwjgl/lwjgl-nfd-natives-linux.jar deleted file mode 100644 index ee7525b..0000000 Binary files a/lib/lwjgl/lwjgl-nfd-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-nfd-natives-macos-arm64.jar deleted file mode 100644 index 5f76ce4..0000000 Binary files a/lib/lwjgl/lwjgl-nfd-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-macos.jar b/lib/lwjgl/lwjgl-nfd-natives-macos.jar deleted file mode 100644 index e7b9aca..0000000 Binary files a/lib/lwjgl/lwjgl-nfd-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nfd-natives-windows.jar b/lib/lwjgl/lwjgl-nfd-natives-windows.jar deleted file mode 100644 index 2468127..0000000 Binary files a/lib/lwjgl/lwjgl-nfd-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nfd-sources.jar b/lib/lwjgl/lwjgl-nfd-sources.jar deleted file mode 100644 index bce6a67..0000000 Binary files a/lib/lwjgl/lwjgl-nfd-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nfd.jar b/lib/lwjgl/lwjgl-nfd.jar deleted file mode 100644 index baf7e98..0000000 Binary files a/lib/lwjgl/lwjgl-nfd.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nuklear-javadoc.jar b/lib/lwjgl/lwjgl-nuklear-javadoc.jar deleted file mode 100644 index 951d27f..0000000 Binary files a/lib/lwjgl/lwjgl-nuklear-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-linux.jar b/lib/lwjgl/lwjgl-nuklear-natives-linux.jar deleted file mode 100644 index a917df8..0000000 Binary files a/lib/lwjgl/lwjgl-nuklear-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-nuklear-natives-macos-arm64.jar deleted file mode 100644 index 672851a..0000000 Binary files a/lib/lwjgl/lwjgl-nuklear-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-macos.jar b/lib/lwjgl/lwjgl-nuklear-natives-macos.jar deleted file mode 100644 index aee9c83..0000000 Binary files a/lib/lwjgl/lwjgl-nuklear-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nuklear-natives-windows.jar b/lib/lwjgl/lwjgl-nuklear-natives-windows.jar deleted file mode 100644 index da16acc..0000000 Binary files a/lib/lwjgl/lwjgl-nuklear-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nuklear-sources.jar b/lib/lwjgl/lwjgl-nuklear-sources.jar deleted file mode 100644 index f6a7582..0000000 Binary files a/lib/lwjgl/lwjgl-nuklear-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-nuklear.jar b/lib/lwjgl/lwjgl-nuklear.jar deleted file mode 100644 index 52df9a0..0000000 Binary files a/lib/lwjgl/lwjgl-nuklear.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-odbc-javadoc.jar b/lib/lwjgl/lwjgl-odbc-javadoc.jar deleted file mode 100644 index a3cbbd7..0000000 Binary files a/lib/lwjgl/lwjgl-odbc-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-odbc-sources.jar b/lib/lwjgl/lwjgl-odbc-sources.jar deleted file mode 100644 index 192abf1..0000000 Binary files a/lib/lwjgl/lwjgl-odbc-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-odbc.jar b/lib/lwjgl/lwjgl-odbc.jar deleted file mode 100644 index 02d6f18..0000000 Binary files a/lib/lwjgl/lwjgl-odbc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openal-javadoc.jar b/lib/lwjgl/lwjgl-openal-javadoc.jar deleted file mode 100644 index a8be56f..0000000 Binary files a/lib/lwjgl/lwjgl-openal-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openal-natives-linux.jar b/lib/lwjgl/lwjgl-openal-natives-linux.jar deleted file mode 100644 index 46252b4..0000000 Binary files a/lib/lwjgl/lwjgl-openal-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openal-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-openal-natives-macos-arm64.jar deleted file mode 100644 index b8f43d9..0000000 Binary files a/lib/lwjgl/lwjgl-openal-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openal-natives-macos.jar b/lib/lwjgl/lwjgl-openal-natives-macos.jar deleted file mode 100644 index 979ca8d..0000000 Binary files a/lib/lwjgl/lwjgl-openal-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openal-natives-windows.jar b/lib/lwjgl/lwjgl-openal-natives-windows.jar deleted file mode 100644 index aef969f..0000000 Binary files a/lib/lwjgl/lwjgl-openal-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openal-sources.jar b/lib/lwjgl/lwjgl-openal-sources.jar deleted file mode 100644 index a5ad272..0000000 Binary files a/lib/lwjgl/lwjgl-openal-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openal.jar b/lib/lwjgl/lwjgl-openal.jar deleted file mode 100644 index 2a60334..0000000 Binary files a/lib/lwjgl/lwjgl-openal.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opencl-javadoc.jar b/lib/lwjgl/lwjgl-opencl-javadoc.jar deleted file mode 100644 index e9230af..0000000 Binary files a/lib/lwjgl/lwjgl-opencl-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opencl-sources.jar b/lib/lwjgl/lwjgl-opencl-sources.jar deleted file mode 100644 index 0e94bff..0000000 Binary files a/lib/lwjgl/lwjgl-opencl-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opencl.jar b/lib/lwjgl/lwjgl-opencl.jar deleted file mode 100644 index dddb7c7..0000000 Binary files a/lib/lwjgl/lwjgl-opencl.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengl-javadoc.jar b/lib/lwjgl/lwjgl-opengl-javadoc.jar deleted file mode 100644 index fa7217c..0000000 Binary files a/lib/lwjgl/lwjgl-opengl-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-linux.jar b/lib/lwjgl/lwjgl-opengl-natives-linux.jar deleted file mode 100644 index b4198d5..0000000 Binary files a/lib/lwjgl/lwjgl-opengl-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-opengl-natives-macos-arm64.jar deleted file mode 100644 index 5ef970c..0000000 Binary files a/lib/lwjgl/lwjgl-opengl-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-macos.jar b/lib/lwjgl/lwjgl-opengl-natives-macos.jar deleted file mode 100644 index 3bf3d9c..0000000 Binary files a/lib/lwjgl/lwjgl-opengl-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengl-natives-windows.jar b/lib/lwjgl/lwjgl-opengl-natives-windows.jar deleted file mode 100644 index 2b98a32..0000000 Binary files a/lib/lwjgl/lwjgl-opengl-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengl-sources.jar b/lib/lwjgl/lwjgl-opengl-sources.jar deleted file mode 100644 index 70c0f78..0000000 Binary files a/lib/lwjgl/lwjgl-opengl-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengl.jar b/lib/lwjgl/lwjgl-opengl.jar deleted file mode 100644 index 9905636..0000000 Binary files a/lib/lwjgl/lwjgl-opengl.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengles-javadoc.jar b/lib/lwjgl/lwjgl-opengles-javadoc.jar deleted file mode 100644 index 2aaf4d2..0000000 Binary files a/lib/lwjgl/lwjgl-opengles-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-linux.jar b/lib/lwjgl/lwjgl-opengles-natives-linux.jar deleted file mode 100644 index fc3b557..0000000 Binary files a/lib/lwjgl/lwjgl-opengles-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-opengles-natives-macos-arm64.jar deleted file mode 100644 index dfb1242..0000000 Binary files a/lib/lwjgl/lwjgl-opengles-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-macos.jar b/lib/lwjgl/lwjgl-opengles-natives-macos.jar deleted file mode 100644 index 09488f3..0000000 Binary files a/lib/lwjgl/lwjgl-opengles-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengles-natives-windows.jar b/lib/lwjgl/lwjgl-opengles-natives-windows.jar deleted file mode 100644 index f7e6f2b..0000000 Binary files a/lib/lwjgl/lwjgl-opengles-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengles-sources.jar b/lib/lwjgl/lwjgl-opengles-sources.jar deleted file mode 100644 index e796c82..0000000 Binary files a/lib/lwjgl/lwjgl-opengles-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opengles.jar b/lib/lwjgl/lwjgl-opengles.jar deleted file mode 100644 index 7bd409f..0000000 Binary files a/lib/lwjgl/lwjgl-opengles.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openvr-javadoc.jar b/lib/lwjgl/lwjgl-openvr-javadoc.jar deleted file mode 100644 index dec3173..0000000 Binary files a/lib/lwjgl/lwjgl-openvr-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openvr-natives-linux.jar b/lib/lwjgl/lwjgl-openvr-natives-linux.jar deleted file mode 100644 index fade100..0000000 Binary files a/lib/lwjgl/lwjgl-openvr-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openvr-natives-macos.jar b/lib/lwjgl/lwjgl-openvr-natives-macos.jar deleted file mode 100644 index 1636ba5..0000000 Binary files a/lib/lwjgl/lwjgl-openvr-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openvr-natives-windows.jar b/lib/lwjgl/lwjgl-openvr-natives-windows.jar deleted file mode 100644 index e706c9f..0000000 Binary files a/lib/lwjgl/lwjgl-openvr-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openvr-sources.jar b/lib/lwjgl/lwjgl-openvr-sources.jar deleted file mode 100644 index 55c821e..0000000 Binary files a/lib/lwjgl/lwjgl-openvr-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openvr.jar b/lib/lwjgl/lwjgl-openvr.jar deleted file mode 100644 index 9811882..0000000 Binary files a/lib/lwjgl/lwjgl-openvr.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openxr-javadoc.jar b/lib/lwjgl/lwjgl-openxr-javadoc.jar deleted file mode 100644 index a4c7b99..0000000 Binary files a/lib/lwjgl/lwjgl-openxr-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openxr-natives-linux.jar b/lib/lwjgl/lwjgl-openxr-natives-linux.jar deleted file mode 100644 index 1a1cad6..0000000 Binary files a/lib/lwjgl/lwjgl-openxr-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openxr-natives-windows.jar b/lib/lwjgl/lwjgl-openxr-natives-windows.jar deleted file mode 100644 index 1b3ab72..0000000 Binary files a/lib/lwjgl/lwjgl-openxr-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openxr-sources.jar b/lib/lwjgl/lwjgl-openxr-sources.jar deleted file mode 100644 index 9b044a9..0000000 Binary files a/lib/lwjgl/lwjgl-openxr-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-openxr.jar b/lib/lwjgl/lwjgl-openxr.jar deleted file mode 100644 index fa9c340..0000000 Binary files a/lib/lwjgl/lwjgl-openxr.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opus-javadoc.jar b/lib/lwjgl/lwjgl-opus-javadoc.jar deleted file mode 100644 index 1f06def..0000000 Binary files a/lib/lwjgl/lwjgl-opus-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opus-natives-linux.jar b/lib/lwjgl/lwjgl-opus-natives-linux.jar deleted file mode 100644 index 45aea0a..0000000 Binary files a/lib/lwjgl/lwjgl-opus-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opus-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-opus-natives-macos-arm64.jar deleted file mode 100644 index 2c28070..0000000 Binary files a/lib/lwjgl/lwjgl-opus-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opus-natives-macos.jar b/lib/lwjgl/lwjgl-opus-natives-macos.jar deleted file mode 100644 index bfa2b35..0000000 Binary files a/lib/lwjgl/lwjgl-opus-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opus-natives-windows.jar b/lib/lwjgl/lwjgl-opus-natives-windows.jar deleted file mode 100644 index 8c9763c..0000000 Binary files a/lib/lwjgl/lwjgl-opus-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opus-sources.jar b/lib/lwjgl/lwjgl-opus-sources.jar deleted file mode 100644 index 5fbafe9..0000000 Binary files a/lib/lwjgl/lwjgl-opus-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-opus.jar b/lib/lwjgl/lwjgl-opus.jar deleted file mode 100644 index b8d20b8..0000000 Binary files a/lib/lwjgl/lwjgl-opus.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ovr-javadoc.jar b/lib/lwjgl/lwjgl-ovr-javadoc.jar deleted file mode 100644 index 57e68d6..0000000 Binary files a/lib/lwjgl/lwjgl-ovr-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ovr-natives-windows.jar b/lib/lwjgl/lwjgl-ovr-natives-windows.jar deleted file mode 100644 index f9c23d7..0000000 Binary files a/lib/lwjgl/lwjgl-ovr-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ovr-sources.jar b/lib/lwjgl/lwjgl-ovr-sources.jar deleted file mode 100644 index a2e1d86..0000000 Binary files a/lib/lwjgl/lwjgl-ovr-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-ovr.jar b/lib/lwjgl/lwjgl-ovr.jar deleted file mode 100644 index 0bdbacd..0000000 Binary files a/lib/lwjgl/lwjgl-ovr.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-par-javadoc.jar b/lib/lwjgl/lwjgl-par-javadoc.jar deleted file mode 100644 index 3e8b6a1..0000000 Binary files a/lib/lwjgl/lwjgl-par-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-par-natives-linux.jar b/lib/lwjgl/lwjgl-par-natives-linux.jar deleted file mode 100644 index 22a6810..0000000 Binary files a/lib/lwjgl/lwjgl-par-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-par-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-par-natives-macos-arm64.jar deleted file mode 100644 index e8e0654..0000000 Binary files a/lib/lwjgl/lwjgl-par-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-par-natives-macos.jar b/lib/lwjgl/lwjgl-par-natives-macos.jar deleted file mode 100644 index 83a8538..0000000 Binary files a/lib/lwjgl/lwjgl-par-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-par-natives-windows.jar b/lib/lwjgl/lwjgl-par-natives-windows.jar deleted file mode 100644 index e0658dd..0000000 Binary files a/lib/lwjgl/lwjgl-par-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-par-sources.jar b/lib/lwjgl/lwjgl-par-sources.jar deleted file mode 100644 index 25c9835..0000000 Binary files a/lib/lwjgl/lwjgl-par-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-par.jar b/lib/lwjgl/lwjgl-par.jar deleted file mode 100644 index c2b818a..0000000 Binary files a/lib/lwjgl/lwjgl-par.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-release-all-zip.json b/lib/lwjgl/lwjgl-release-all-zip.json deleted file mode 100644 index 1fdca3d..0000000 --- a/lib/lwjgl/lwjgl-release-all-zip.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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 deleted file mode 100644 index 03b4542..0000000 Binary files a/lib/lwjgl/lwjgl-remotery-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-linux.jar b/lib/lwjgl/lwjgl-remotery-natives-linux.jar deleted file mode 100644 index 7ab160f..0000000 Binary files a/lib/lwjgl/lwjgl-remotery-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-remotery-natives-macos-arm64.jar deleted file mode 100644 index 73e5c40..0000000 Binary files a/lib/lwjgl/lwjgl-remotery-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-macos.jar b/lib/lwjgl/lwjgl-remotery-natives-macos.jar deleted file mode 100644 index b47b16a..0000000 Binary files a/lib/lwjgl/lwjgl-remotery-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-remotery-natives-windows.jar b/lib/lwjgl/lwjgl-remotery-natives-windows.jar deleted file mode 100644 index 49b151f..0000000 Binary files a/lib/lwjgl/lwjgl-remotery-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-remotery-sources.jar b/lib/lwjgl/lwjgl-remotery-sources.jar deleted file mode 100644 index 3ddec0f..0000000 Binary files a/lib/lwjgl/lwjgl-remotery-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-remotery.jar b/lib/lwjgl/lwjgl-remotery.jar deleted file mode 100644 index c4b33ec..0000000 Binary files a/lib/lwjgl/lwjgl-remotery.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-javadoc.jar b/lib/lwjgl/lwjgl-rpmalloc-javadoc.jar deleted file mode 100644 index 5aaedfb..0000000 Binary files a/lib/lwjgl/lwjgl-rpmalloc-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-linux.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-linux.jar deleted file mode 100644 index 109057c..0000000 Binary files a/lib/lwjgl/lwjgl-rpmalloc-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-macos-arm64.jar deleted file mode 100644 index 6d6dcce..0000000 Binary files a/lib/lwjgl/lwjgl-rpmalloc-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-macos.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-macos.jar deleted file mode 100644 index 5eae12f..0000000 Binary files a/lib/lwjgl/lwjgl-rpmalloc-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-natives-windows.jar b/lib/lwjgl/lwjgl-rpmalloc-natives-windows.jar deleted file mode 100644 index dd73544..0000000 Binary files a/lib/lwjgl/lwjgl-rpmalloc-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-rpmalloc-sources.jar b/lib/lwjgl/lwjgl-rpmalloc-sources.jar deleted file mode 100644 index 46dfde3..0000000 Binary files a/lib/lwjgl/lwjgl-rpmalloc-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-rpmalloc.jar b/lib/lwjgl/lwjgl-rpmalloc.jar deleted file mode 100644 index 8986811..0000000 Binary files a/lib/lwjgl/lwjgl-rpmalloc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-shaderc-javadoc.jar b/lib/lwjgl/lwjgl-shaderc-javadoc.jar deleted file mode 100644 index cf62589..0000000 Binary files a/lib/lwjgl/lwjgl-shaderc-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-linux.jar b/lib/lwjgl/lwjgl-shaderc-natives-linux.jar deleted file mode 100644 index 52e4232..0000000 Binary files a/lib/lwjgl/lwjgl-shaderc-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-shaderc-natives-macos-arm64.jar deleted file mode 100644 index e23ffdb..0000000 Binary files a/lib/lwjgl/lwjgl-shaderc-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-macos.jar b/lib/lwjgl/lwjgl-shaderc-natives-macos.jar deleted file mode 100644 index 06beffa..0000000 Binary files a/lib/lwjgl/lwjgl-shaderc-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-shaderc-natives-windows.jar b/lib/lwjgl/lwjgl-shaderc-natives-windows.jar deleted file mode 100644 index d5b7dac..0000000 Binary files a/lib/lwjgl/lwjgl-shaderc-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-shaderc-sources.jar b/lib/lwjgl/lwjgl-shaderc-sources.jar deleted file mode 100644 index 87ebf04..0000000 Binary files a/lib/lwjgl/lwjgl-shaderc-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-shaderc.jar b/lib/lwjgl/lwjgl-shaderc.jar deleted file mode 100644 index f9f1dbb..0000000 Binary files a/lib/lwjgl/lwjgl-shaderc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-sources.jar b/lib/lwjgl/lwjgl-sources.jar deleted file mode 100644 index 55ed37b..0000000 Binary files a/lib/lwjgl/lwjgl-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-spvc-javadoc.jar b/lib/lwjgl/lwjgl-spvc-javadoc.jar deleted file mode 100644 index 795d5f5..0000000 Binary files a/lib/lwjgl/lwjgl-spvc-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-linux.jar b/lib/lwjgl/lwjgl-spvc-natives-linux.jar deleted file mode 100644 index 261592a..0000000 Binary files a/lib/lwjgl/lwjgl-spvc-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-spvc-natives-macos-arm64.jar deleted file mode 100644 index 608bceb..0000000 Binary files a/lib/lwjgl/lwjgl-spvc-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-macos.jar b/lib/lwjgl/lwjgl-spvc-natives-macos.jar deleted file mode 100644 index d2cb2e0..0000000 Binary files a/lib/lwjgl/lwjgl-spvc-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-spvc-natives-windows.jar b/lib/lwjgl/lwjgl-spvc-natives-windows.jar deleted file mode 100644 index 7b97613..0000000 Binary files a/lib/lwjgl/lwjgl-spvc-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-spvc-sources.jar b/lib/lwjgl/lwjgl-spvc-sources.jar deleted file mode 100644 index 00caa0c..0000000 Binary files a/lib/lwjgl/lwjgl-spvc-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-spvc.jar b/lib/lwjgl/lwjgl-spvc.jar deleted file mode 100644 index 8afcb8e..0000000 Binary files a/lib/lwjgl/lwjgl-spvc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-sse-javadoc.jar b/lib/lwjgl/lwjgl-sse-javadoc.jar deleted file mode 100644 index c8fbc2f..0000000 Binary files a/lib/lwjgl/lwjgl-sse-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-sse-natives-linux.jar b/lib/lwjgl/lwjgl-sse-natives-linux.jar deleted file mode 100644 index 82c6bcb..0000000 Binary files a/lib/lwjgl/lwjgl-sse-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-sse-natives-macos.jar b/lib/lwjgl/lwjgl-sse-natives-macos.jar deleted file mode 100644 index df73f4a..0000000 Binary files a/lib/lwjgl/lwjgl-sse-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-sse-natives-windows.jar b/lib/lwjgl/lwjgl-sse-natives-windows.jar deleted file mode 100644 index acbfd70..0000000 Binary files a/lib/lwjgl/lwjgl-sse-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-sse-sources.jar b/lib/lwjgl/lwjgl-sse-sources.jar deleted file mode 100644 index c09b60c..0000000 Binary files a/lib/lwjgl/lwjgl-sse-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-sse.jar b/lib/lwjgl/lwjgl-sse.jar deleted file mode 100644 index 8d5a6bf..0000000 Binary files a/lib/lwjgl/lwjgl-sse.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-stb-javadoc.jar b/lib/lwjgl/lwjgl-stb-javadoc.jar deleted file mode 100644 index 5910560..0000000 Binary files a/lib/lwjgl/lwjgl-stb-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-stb-natives-linux.jar b/lib/lwjgl/lwjgl-stb-natives-linux.jar deleted file mode 100644 index b8ccae2..0000000 Binary files a/lib/lwjgl/lwjgl-stb-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-stb-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-stb-natives-macos-arm64.jar deleted file mode 100644 index 22015e8..0000000 Binary files a/lib/lwjgl/lwjgl-stb-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-stb-natives-macos.jar b/lib/lwjgl/lwjgl-stb-natives-macos.jar deleted file mode 100644 index eaffd91..0000000 Binary files a/lib/lwjgl/lwjgl-stb-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-stb-natives-windows.jar b/lib/lwjgl/lwjgl-stb-natives-windows.jar deleted file mode 100644 index 6cd6512..0000000 Binary files a/lib/lwjgl/lwjgl-stb-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-stb-sources.jar b/lib/lwjgl/lwjgl-stb-sources.jar deleted file mode 100644 index 80ca7ce..0000000 Binary files a/lib/lwjgl/lwjgl-stb-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-stb.jar b/lib/lwjgl/lwjgl-stb.jar deleted file mode 100644 index ba65bed..0000000 Binary files a/lib/lwjgl/lwjgl-stb.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyexr-javadoc.jar b/lib/lwjgl/lwjgl-tinyexr-javadoc.jar deleted file mode 100644 index 9daedea..0000000 Binary files a/lib/lwjgl/lwjgl-tinyexr-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-linux.jar b/lib/lwjgl/lwjgl-tinyexr-natives-linux.jar deleted file mode 100644 index 859c505..0000000 Binary files a/lib/lwjgl/lwjgl-tinyexr-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-tinyexr-natives-macos-arm64.jar deleted file mode 100644 index 7ffe984..0000000 Binary files a/lib/lwjgl/lwjgl-tinyexr-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-macos.jar b/lib/lwjgl/lwjgl-tinyexr-natives-macos.jar deleted file mode 100644 index 4bfcb4f..0000000 Binary files a/lib/lwjgl/lwjgl-tinyexr-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyexr-natives-windows.jar b/lib/lwjgl/lwjgl-tinyexr-natives-windows.jar deleted file mode 100644 index 17a7cbb..0000000 Binary files a/lib/lwjgl/lwjgl-tinyexr-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyexr-sources.jar b/lib/lwjgl/lwjgl-tinyexr-sources.jar deleted file mode 100644 index 1e6288b..0000000 Binary files a/lib/lwjgl/lwjgl-tinyexr-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyexr.jar b/lib/lwjgl/lwjgl-tinyexr.jar deleted file mode 100644 index eb470d8..0000000 Binary files a/lib/lwjgl/lwjgl-tinyexr.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyfd-javadoc.jar b/lib/lwjgl/lwjgl-tinyfd-javadoc.jar deleted file mode 100644 index 1406e80..0000000 Binary files a/lib/lwjgl/lwjgl-tinyfd-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-linux.jar b/lib/lwjgl/lwjgl-tinyfd-natives-linux.jar deleted file mode 100644 index df5d573..0000000 Binary files a/lib/lwjgl/lwjgl-tinyfd-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-tinyfd-natives-macos-arm64.jar deleted file mode 100644 index ca263bd..0000000 Binary files a/lib/lwjgl/lwjgl-tinyfd-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-macos.jar b/lib/lwjgl/lwjgl-tinyfd-natives-macos.jar deleted file mode 100644 index eb82127..0000000 Binary files a/lib/lwjgl/lwjgl-tinyfd-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyfd-natives-windows.jar b/lib/lwjgl/lwjgl-tinyfd-natives-windows.jar deleted file mode 100644 index 5b5ab96..0000000 Binary files a/lib/lwjgl/lwjgl-tinyfd-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyfd-sources.jar b/lib/lwjgl/lwjgl-tinyfd-sources.jar deleted file mode 100644 index 2a77f34..0000000 Binary files a/lib/lwjgl/lwjgl-tinyfd-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tinyfd.jar b/lib/lwjgl/lwjgl-tinyfd.jar deleted file mode 100644 index 7fbd1bf..0000000 Binary files a/lib/lwjgl/lwjgl-tinyfd.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tootle-javadoc.jar b/lib/lwjgl/lwjgl-tootle-javadoc.jar deleted file mode 100644 index 29d848b..0000000 Binary files a/lib/lwjgl/lwjgl-tootle-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tootle-natives-linux.jar b/lib/lwjgl/lwjgl-tootle-natives-linux.jar deleted file mode 100644 index 2a8e611..0000000 Binary files a/lib/lwjgl/lwjgl-tootle-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tootle-natives-macos.jar b/lib/lwjgl/lwjgl-tootle-natives-macos.jar deleted file mode 100644 index 9d03c51..0000000 Binary files a/lib/lwjgl/lwjgl-tootle-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tootle-natives-windows.jar b/lib/lwjgl/lwjgl-tootle-natives-windows.jar deleted file mode 100644 index 28786fa..0000000 Binary files a/lib/lwjgl/lwjgl-tootle-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tootle-sources.jar b/lib/lwjgl/lwjgl-tootle-sources.jar deleted file mode 100644 index be22834..0000000 Binary files a/lib/lwjgl/lwjgl-tootle-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-tootle.jar b/lib/lwjgl/lwjgl-tootle.jar deleted file mode 100644 index 99506ee..0000000 Binary files a/lib/lwjgl/lwjgl-tootle.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vma-javadoc.jar b/lib/lwjgl/lwjgl-vma-javadoc.jar deleted file mode 100644 index 47c1148..0000000 Binary files a/lib/lwjgl/lwjgl-vma-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vma-natives-linux.jar b/lib/lwjgl/lwjgl-vma-natives-linux.jar deleted file mode 100644 index e095ab5..0000000 Binary files a/lib/lwjgl/lwjgl-vma-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vma-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-vma-natives-macos-arm64.jar deleted file mode 100644 index befe9e4..0000000 Binary files a/lib/lwjgl/lwjgl-vma-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vma-natives-macos.jar b/lib/lwjgl/lwjgl-vma-natives-macos.jar deleted file mode 100644 index e00d926..0000000 Binary files a/lib/lwjgl/lwjgl-vma-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vma-natives-windows.jar b/lib/lwjgl/lwjgl-vma-natives-windows.jar deleted file mode 100644 index a00eb4f..0000000 Binary files a/lib/lwjgl/lwjgl-vma-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vma-sources.jar b/lib/lwjgl/lwjgl-vma-sources.jar deleted file mode 100644 index 82172ec..0000000 Binary files a/lib/lwjgl/lwjgl-vma-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vma.jar b/lib/lwjgl/lwjgl-vma.jar deleted file mode 100644 index 044e14e..0000000 Binary files a/lib/lwjgl/lwjgl-vma.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vulkan-javadoc.jar b/lib/lwjgl/lwjgl-vulkan-javadoc.jar deleted file mode 100644 index f38bf10..0000000 Binary files a/lib/lwjgl/lwjgl-vulkan-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vulkan-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-vulkan-natives-macos-arm64.jar deleted file mode 100644 index dbf1c34..0000000 Binary files a/lib/lwjgl/lwjgl-vulkan-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vulkan-natives-macos.jar b/lib/lwjgl/lwjgl-vulkan-natives-macos.jar deleted file mode 100644 index 6e5e861..0000000 Binary files a/lib/lwjgl/lwjgl-vulkan-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vulkan-sources.jar b/lib/lwjgl/lwjgl-vulkan-sources.jar deleted file mode 100644 index 3a70e7a..0000000 Binary files a/lib/lwjgl/lwjgl-vulkan-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-vulkan.jar b/lib/lwjgl/lwjgl-vulkan.jar deleted file mode 100644 index 9e8ffbe..0000000 Binary files a/lib/lwjgl/lwjgl-vulkan.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-xxhash-javadoc.jar b/lib/lwjgl/lwjgl-xxhash-javadoc.jar deleted file mode 100644 index ee17acc..0000000 Binary files a/lib/lwjgl/lwjgl-xxhash-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-linux.jar b/lib/lwjgl/lwjgl-xxhash-natives-linux.jar deleted file mode 100644 index 9517b36..0000000 Binary files a/lib/lwjgl/lwjgl-xxhash-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-xxhash-natives-macos-arm64.jar deleted file mode 100644 index edec41d..0000000 Binary files a/lib/lwjgl/lwjgl-xxhash-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-macos.jar b/lib/lwjgl/lwjgl-xxhash-natives-macos.jar deleted file mode 100644 index c30bdb5..0000000 Binary files a/lib/lwjgl/lwjgl-xxhash-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-xxhash-natives-windows.jar b/lib/lwjgl/lwjgl-xxhash-natives-windows.jar deleted file mode 100644 index fddb497..0000000 Binary files a/lib/lwjgl/lwjgl-xxhash-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-xxhash-sources.jar b/lib/lwjgl/lwjgl-xxhash-sources.jar deleted file mode 100644 index 3761b3a..0000000 Binary files a/lib/lwjgl/lwjgl-xxhash-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-xxhash.jar b/lib/lwjgl/lwjgl-xxhash.jar deleted file mode 100644 index 9fba7b8..0000000 Binary files a/lib/lwjgl/lwjgl-xxhash.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-yoga-javadoc.jar b/lib/lwjgl/lwjgl-yoga-javadoc.jar deleted file mode 100644 index 95289dc..0000000 Binary files a/lib/lwjgl/lwjgl-yoga-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-linux.jar b/lib/lwjgl/lwjgl-yoga-natives-linux.jar deleted file mode 100644 index c0438f6..0000000 Binary files a/lib/lwjgl/lwjgl-yoga-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-yoga-natives-macos-arm64.jar deleted file mode 100644 index 97aa6c2..0000000 Binary files a/lib/lwjgl/lwjgl-yoga-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-macos.jar b/lib/lwjgl/lwjgl-yoga-natives-macos.jar deleted file mode 100644 index 2f2e081..0000000 Binary files a/lib/lwjgl/lwjgl-yoga-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-yoga-natives-windows.jar b/lib/lwjgl/lwjgl-yoga-natives-windows.jar deleted file mode 100644 index 6669689..0000000 Binary files a/lib/lwjgl/lwjgl-yoga-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-yoga-sources.jar b/lib/lwjgl/lwjgl-yoga-sources.jar deleted file mode 100644 index b6da086..0000000 Binary files a/lib/lwjgl/lwjgl-yoga-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-yoga.jar b/lib/lwjgl/lwjgl-yoga.jar deleted file mode 100644 index 23d28ea..0000000 Binary files a/lib/lwjgl/lwjgl-yoga.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-zstd-javadoc.jar b/lib/lwjgl/lwjgl-zstd-javadoc.jar deleted file mode 100644 index 6ccb035..0000000 Binary files a/lib/lwjgl/lwjgl-zstd-javadoc.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-linux.jar b/lib/lwjgl/lwjgl-zstd-natives-linux.jar deleted file mode 100644 index fd0da72..0000000 Binary files a/lib/lwjgl/lwjgl-zstd-natives-linux.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-macos-arm64.jar b/lib/lwjgl/lwjgl-zstd-natives-macos-arm64.jar deleted file mode 100644 index 10346a9..0000000 Binary files a/lib/lwjgl/lwjgl-zstd-natives-macos-arm64.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-macos.jar b/lib/lwjgl/lwjgl-zstd-natives-macos.jar deleted file mode 100644 index 1924594..0000000 Binary files a/lib/lwjgl/lwjgl-zstd-natives-macos.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-zstd-natives-windows.jar b/lib/lwjgl/lwjgl-zstd-natives-windows.jar deleted file mode 100644 index 3bbd663..0000000 Binary files a/lib/lwjgl/lwjgl-zstd-natives-windows.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-zstd-sources.jar b/lib/lwjgl/lwjgl-zstd-sources.jar deleted file mode 100644 index e21ca7f..0000000 Binary files a/lib/lwjgl/lwjgl-zstd-sources.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl-zstd.jar b/lib/lwjgl/lwjgl-zstd.jar deleted file mode 100644 index be64101..0000000 Binary files a/lib/lwjgl/lwjgl-zstd.jar and /dev/null differ diff --git a/lib/lwjgl/lwjgl.jar b/lib/lwjgl/lwjgl.jar deleted file mode 100644 index 2d1fcf9..0000000 Binary files a/lib/lwjgl/lwjgl.jar and /dev/null differ diff --git a/lib/lwjgl/lz4_license.txt b/lib/lwjgl/lz4_license.txt deleted file mode 100644 index ebe3360..0000000 --- a/lib/lwjgl/lz4_license.txt +++ /dev/null @@ -1,24 +0,0 @@ -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 deleted file mode 100644 index 921a5e4..0000000 --- a/lib/lwjgl/meow_license.txt +++ /dev/null @@ -1,19 +0,0 @@ -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 deleted file mode 100644 index eb04eb2..0000000 --- a/lib/lwjgl/meshoptimizer_license.txt +++ /dev/null @@ -1,21 +0,0 @@ -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 deleted file mode 100644 index f896f2e..0000000 --- a/lib/lwjgl/nanosvg_license.txt +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index c9a1534..0000000 --- a/lib/lwjgl/nanovg_license.txt +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100644 index 3ab103c..0000000 --- a/lib/lwjgl/nfd_license.txt +++ /dev/null @@ -1,16 +0,0 @@ -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 deleted file mode 100644 index 5bc8fb2..0000000 --- a/lib/lwjgl/openal_soft_license.txt +++ /dev/null @@ -1,481 +0,0 @@ - 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 deleted file mode 100644 index ee83337..0000000 --- a/lib/lwjgl/openvr_license.txt +++ /dev/null @@ -1,27 +0,0 @@ -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 deleted file mode 100644 index 601e394..0000000 --- a/lib/lwjgl/openxr_license.txt +++ /dev/null @@ -1,123 +0,0 @@ -= 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 deleted file mode 100644 index d3c8eb6..0000000 --- a/lib/lwjgl/opus_license.txt +++ /dev/null @@ -1,44 +0,0 @@ -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 deleted file mode 100644 index 6516fa3..0000000 --- a/lib/lwjgl/ovr_license.txt +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 67db858..0000000 --- a/lib/lwjgl/remotery_license.txt +++ /dev/null @@ -1,175 +0,0 @@ - - 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 deleted file mode 100644 index 6bb8a29..0000000 --- a/lib/lwjgl/rpmalloc_license.txt +++ /dev/null @@ -1,24 +0,0 @@ -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 deleted file mode 100644 index f49a4e1..0000000 --- a/lib/lwjgl/shaderc_license.txt +++ /dev/null @@ -1,201 +0,0 @@ - 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 deleted file mode 100644 index 8a6f23c..0000000 --- a/lib/lwjgl/tinyexr_license.txt +++ /dev/null @@ -1,63 +0,0 @@ -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 deleted file mode 100644 index e3d7205..0000000 --- a/lib/lwjgl/tinyfd_license.txt +++ /dev/null @@ -1,15 +0,0 @@ -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 deleted file mode 100644 index 73617f0..0000000 --- a/lib/lwjgl/tootle_directxmesh_license.txt +++ /dev/null @@ -1,21 +0,0 @@ - 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 deleted file mode 100644 index 0de6020..0000000 --- a/lib/lwjgl/tootle_license.txt +++ /dev/null @@ -1,19 +0,0 @@ -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 deleted file mode 100644 index a2837e6..0000000 --- a/lib/lwjgl/vma_license.txt +++ /dev/null @@ -1,19 +0,0 @@ -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 deleted file mode 100644 index 7de801e..0000000 --- a/lib/lwjgl/xxhash_license.txt +++ /dev/null @@ -1,24 +0,0 @@ -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 deleted file mode 100644 index 2b3f0e4..0000000 --- a/lib/lwjgl/yoga_license.txt +++ /dev/null @@ -1,30 +0,0 @@ -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 deleted file mode 100644 index 7580028..0000000 --- a/lib/lwjgl/zstd_license.txt +++ /dev/null @@ -1,30 +0,0 @@ -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/lib/pom.xml b/lib/pom.xml deleted file mode 100644 index 9dd03f5..0000000 --- a/lib/pom.xml +++ /dev/null @@ -1,463 +0,0 @@ - - 3.3.3 - - - - - lwjgl-natives-linux-amd64 - - - unix - linux - amd64 - - - - natives-linux - - - - lwjgl-natives-macos-x86_64 - - - mac - x86_64 - - - - natives-macos - - - - org.lwjgl - lwjgl-vulkan - natives-macos - - - - - lwjgl-natives-macos-aarch64 - - - mac - aarch64 - - - - natives-macos-arm64 - - - - org.lwjgl - lwjgl-vulkan - natives-macos-arm64 - - - - - lwjgl-natives-windows-amd64 - - - windows - amd64 - - - - natives-windows - - - - - - - - org.lwjgl - lwjgl-bom - ${lwjgl.version} - import - pom - - - - - - - org.lwjgl - lwjgl - - - org.lwjgl - lwjgl-assimp - - - org.lwjgl - lwjgl-bgfx - - - org.lwjgl - lwjgl-cuda - - - org.lwjgl - lwjgl-egl - - - org.lwjgl - lwjgl-fmod - - - org.lwjgl - lwjgl-freetype - - - org.lwjgl - lwjgl-glfw - - - org.lwjgl - lwjgl-harfbuzz - - - org.lwjgl - lwjgl-hwloc - - - org.lwjgl - lwjgl-jawt - - - org.lwjgl - lwjgl-jemalloc - - - org.lwjgl - lwjgl-ktx - - - org.lwjgl - lwjgl-libdivide - - - org.lwjgl - lwjgl-llvm - - - org.lwjgl - lwjgl-lmdb - - - org.lwjgl - lwjgl-lz4 - - - org.lwjgl - lwjgl-meow - - - org.lwjgl - lwjgl-meshoptimizer - - - org.lwjgl - lwjgl-nanovg - - - org.lwjgl - lwjgl-nfd - - - org.lwjgl - lwjgl-nuklear - - - org.lwjgl - lwjgl-odbc - - - org.lwjgl - lwjgl-openal - - - org.lwjgl - lwjgl-opencl - - - org.lwjgl - lwjgl-opengl - - - org.lwjgl - lwjgl-opengles - - - org.lwjgl - lwjgl-openvr - - - org.lwjgl - lwjgl-openxr - - - org.lwjgl - lwjgl-opus - - - org.lwjgl - lwjgl-ovr - - - org.lwjgl - lwjgl-par - - - org.lwjgl - lwjgl-remotery - - - org.lwjgl - lwjgl-rpmalloc - - - org.lwjgl - lwjgl-shaderc - - - org.lwjgl - lwjgl-spvc - - - org.lwjgl - lwjgl-sse - - - org.lwjgl - lwjgl-stb - - - org.lwjgl - lwjgl-tinyexr - - - org.lwjgl - lwjgl-tinyfd - - - org.lwjgl - lwjgl-tootle - - - org.lwjgl - lwjgl-vma - - - org.lwjgl - lwjgl-vulkan - - - org.lwjgl - lwjgl-xxhash - - - org.lwjgl - lwjgl-yoga - - - org.lwjgl - lwjgl-zstd - - - org.lwjgl - lwjgl - ${lwjgl.natives} - - - org.lwjgl - lwjgl-assimp - ${lwjgl.natives} - - - org.lwjgl - lwjgl-bgfx - ${lwjgl.natives} - - - org.lwjgl - lwjgl-freetype - ${lwjgl.natives} - - - org.lwjgl - lwjgl-glfw - ${lwjgl.natives} - - - org.lwjgl - lwjgl-harfbuzz - ${lwjgl.natives} - - - org.lwjgl - lwjgl-hwloc - ${lwjgl.natives} - - - org.lwjgl - lwjgl-jemalloc - ${lwjgl.natives} - - - org.lwjgl - lwjgl-ktx - ${lwjgl.natives} - - - org.lwjgl - lwjgl-libdivide - ${lwjgl.natives} - - - org.lwjgl - lwjgl-llvm - ${lwjgl.natives} - - - org.lwjgl - lwjgl-lmdb - ${lwjgl.natives} - - - org.lwjgl - lwjgl-lz4 - ${lwjgl.natives} - - - org.lwjgl - lwjgl-meow - ${lwjgl.natives} - - - org.lwjgl - lwjgl-meshoptimizer - ${lwjgl.natives} - - - org.lwjgl - lwjgl-nanovg - ${lwjgl.natives} - - - org.lwjgl - lwjgl-nfd - ${lwjgl.natives} - - - org.lwjgl - lwjgl-nuklear - ${lwjgl.natives} - - - org.lwjgl - lwjgl-openal - ${lwjgl.natives} - - - org.lwjgl - lwjgl-opengl - ${lwjgl.natives} - - - org.lwjgl - lwjgl-opengles - ${lwjgl.natives} - - - org.lwjgl - lwjgl-openvr - ${lwjgl.natives} - - - org.lwjgl - lwjgl-openxr - ${lwjgl.natives} - - - org.lwjgl - lwjgl-opus - ${lwjgl.natives} - - - org.lwjgl - lwjgl-ovr - ${lwjgl.natives} - - - org.lwjgl - lwjgl-par - ${lwjgl.natives} - - - org.lwjgl - lwjgl-remotery - ${lwjgl.natives} - - - org.lwjgl - lwjgl-rpmalloc - ${lwjgl.natives} - - - org.lwjgl - lwjgl-shaderc - ${lwjgl.natives} - - - org.lwjgl - lwjgl-spvc - ${lwjgl.natives} - - - org.lwjgl - lwjgl-sse - ${lwjgl.natives} - - - org.lwjgl - lwjgl-stb - ${lwjgl.natives} - - - org.lwjgl - lwjgl-tinyexr - ${lwjgl.natives} - - - org.lwjgl - lwjgl-tinyfd - ${lwjgl.natives} - - - org.lwjgl - lwjgl-tootle - ${lwjgl.natives} - - - org.lwjgl - lwjgl-vma - ${lwjgl.natives} - - - org.lwjgl - lwjgl-xxhash - ${lwjgl.natives} - - - org.lwjgl - lwjgl-yoga - ${lwjgl.natives} - - - org.lwjgl - lwjgl-zstd - ${lwjgl.natives} - - \ No newline at end of file diff --git a/res/ProjetL12024.pdf b/res/ProjetL12024.pdf new file mode 100644 index 0000000..6c6de99 Binary files /dev/null and b/res/ProjetL12024.pdf differ diff --git a/res/tron.blend b/res/tron.blend deleted file mode 100644 index 015e397..0000000 Binary files a/res/tron.blend and /dev/null differ diff --git a/src/Main.java b/src/Main.java index 519b83a..582cc31 100644 --- a/src/Main.java +++ b/src/Main.java @@ -1,36 +1,5 @@ -import java.util.random.*; -import java.util.ArrayList; -import java.util.HashMap; - -import org.lwjgl.*; -import org.lwjgl.glfw.*; -import org.lwjgl.opengl.*; -import org.lwjgl.system.*; - -import java.nio.*; - -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 Main { public static void main(String[] args) { - if(!GLFW.glfwInit()) { - System.err.println("initialization error"); - System.exit(1); - } - - long window = GLFW.glfwCreateWindow(800, 600, "test fenetre", MemoryUtil.NULL, MemoryUtil.NULL); - - GLFW.glfwMakeContextCurrent(window); - GL.createCapabilities(); - - while (!GLFW.glfwWindowShouldClose(window)) { - GL11.glClear(GL11.GL_COLOR_BUFFER_BIT | GL11.GL_DEPTH_BUFFER_BIT); - GLFW.glfwSwapBuffers(window); - GLFW.glfwPollEvents(); - } + } -} \ No newline at end of file +} diff --git a/src/Reseau.java b/src/Reseau.java new file mode 100644 index 0000000..c54b61c --- /dev/null +++ b/src/Reseau.java @@ -0,0 +1,279 @@ +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.net.HttpURLConnection; +import java.net.URL; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.Map; +import java.util.UUID; +import javax.net.ssl.HttpsURLConnection; + +import static java.util.Arrays.copyOfRange; + +/** + *

Cette classe est destiné un projet de fin d'année de L1, ne pas l'utiliser dans + * d'autre circonstance que dans ce projet. Elle contient plusieurs fonctions qui est + * utile pour la communication entre la machine et le site Padifac. + * + * @author Loïc GUEZO + * @version 1.0.0 + * @since 2024 + * @see Padiflac + */ +@SuppressWarnings("deprecation") + public class Reseau { + private static final String ADDRESS = "https://prog-reseau-m1.lacl.fr/padiflac/"; + private String CHANNEL; + private URL url; + + private ArrayList wordArrayList; + private ArrayList newerWordArrayList; + + private int index; + + /** + *

Le constructeur defini quelque information cruciale puis appelle directement la + * fonction {@code #searchContent()}. + * + * @param channel Ce string est utilisé pour se connecter à un channel dans le serveur web + */ + public Reseau(String channel) { + this.CHANNEL = channel; + this.wordArrayList = new ArrayList(); + this.newerWordArrayList = new ArrayList(); + + this.connexion(); + } + + /** + *

cette fonction redefini quelque information cruciale puis appelle directement la + * fonction {@code #searchContentSorted()}. + * + * @param channel Ce string est utilisé pour se reconnecter à un channel dans le serveur web + */ + public void reconnexion(String channel) { + this.CHANNEL = channel; + this.wordArrayList.clear(); + this.newerWordArrayList.clear(); + + this.connexion(); + } + + /** + * @return cette fonction renvoie tout ce qui est disponible sur le site quand on appelle la + * fonction searchContent et qui mets tout le texte dans le {@link ArrayList} + */ + public ArrayList getArrayContent() { + return this.wordArrayList; + } + + /** + * @return cette fonction renvoie uniquement les nouveauté de qui est disponible sur le site + * quand on appelle la fonction searchContent et qui mets tout le texte dans le {@link ArrayList} + */ + public ArrayList getNewArrayListContent() { + return this.newerWordArrayList; + } + + /** + *

cette fonction est en parallèle avec {@code #getLastedContent()} qui récupère le dernier indice + * utilisé lors de l'appelle de {@code #getLastedContent()}. + * @return renvoie le dernier indice + */ + public int getIndex() { + return this.index; + } + + /** + *

cette fonction est en parallèle avec {@code #getLastedContent()} et {@code #getIndex()}. Elle va + * reset l'indice. + */ + public void resetIndex() { + this.index = 0; + } + + /** + * @return cette fonction renvoie le String de l'indice puis l'incrémenter. Si c'est la fin de la liste, + * il renvoie null sans incrémenter + */ + public String getLastedContent() { + return (this.getArrayContent().size() > this.index) ? getArrayContent().get(this.index++) : null; + } + + /** + *

cherche les informations et trie seulement les nouvelles entre eux : + *


+     * Reseau reseau = new Reseau("ChatTest"); // dans le serveur : {"arbre", "pomme", "chocolat", "arbre"}
+     *System.out.println(reseau.searchContentSorted().toString()); // {"arbre", "arbre", "pomme", "chocolat"}
+     * 
+ * @return il renvoie le {@link ArrayList} de la liste + */ + public ArrayList searchContentSorted() { + ArrayList localNewerArrayList = this.searchContent(); + if (this.getArrayContent().isEmpty()) this.addContentToContent(localNewerArrayList); + else this.searchDuplicates(localNewerArrayList); + return this.wordArrayList; + } + + /** + *

cherche les informations mais ne trie pas les nouvelles entre eux : + *


+     * Reseau reseau = new Reseau("ChatTest"); // dans le serveur : {"arbre", "pomme", "chocolat", "arbre"}
+     *System.out.println(reseau.searchContentSorted().toString()); // {"arbre", "arbre", "pomme", "chocolat"}
+     * 
+ *

attention, il peut y avoir des erreurs en rajoutant par exemple {"arbre", "pomme", "chocolat", "pomme"} + * @return + */ + public ArrayList searchArrayListNotSorted() { + ArrayList localNewerArrayList = this.searchContent(); + this.addContentToContent(localNewerArrayList); + return this.wordArrayList; + } + + /** + *

ce programme essaye d'envoyer le String en parametre. Attention, la communication entre le serveur et la machine + * peut prendre du temps ! + * @param content Le contenu de texte que vous voulez renvoyer + */ + public void sendContent(String content) { + try { + this.url = new URL(ADDRESS + CHANNEL + "?nonce=" + this.generateNonce()); + HttpsURLConnection connection = (HttpsURLConnection)this.url.openConnection(); + + connection.setRequestMethod("POST"); + connection.setDoOutput(true); + + OutputStream outputStream = connection.getOutputStream(); + outputStream.write(serializeToString(content)); + outputStream.close(); + + int responseCode = connection.getResponseCode(); + if (responseCode == HttpURLConnection.HTTP_OK) { + InputStream inputStream = connection.getInputStream(); + inputStream.close(); + } else { + System.out.println("Erreur lors de l'envoi de la requête. Code de réponse : " + responseCode); + } + + } catch (Exception e) { + e.printStackTrace(); + } + } + + private ArrayList searchContent() { + try { + byte[] bytes = this.url.openConnection().getInputStream().readAllBytes(); + ArrayList localNewerArrayList = new ArrayList(); + + StringBuffer textContent = new StringBuffer(); + + for(int i = 0; i < bytes.length; i++) { + byte charByte = bytes[i]; + + if(charByte == '|' && textContent.length() > 0) { + int size = Integer.parseInt(textContent.toString()); + byte[] buffer = copyOfRange(bytes, i + 1, i + 1 + size); + + localNewerArrayList.add(new String(buffer)); + + i += size; + textContent.setLength(0); + + } else { + textContent.append((char)charByte); + } + } + return localNewerArrayList; + + } catch (Exception e) { + return null; + } + } + + private void addContentToContent(ArrayList localArrayList) { + int arrayListLength = this.getArrayContent().size(); + + this.newerWordArrayList.clear(); + + for(int i = arrayListLength; i < localArrayList.size(); i++) { + String arrayListValue = localArrayList.get(i); + this.wordArrayList.add(arrayListValue); + this.newerWordArrayList.add(arrayListValue); + } + } + + private void searchDuplicates(ArrayList localArrayList) { + HashMap counterHashMap = this.compareHashMap( + arrayListToHashmapCounter(this.wordArrayList), + arrayListToHashmapCounter(localArrayList) + ); + + this.newerWordArrayList.clear(); + + for(Map.Entry value : counterHashMap.entrySet()) { + String arrayListValue = value.getKey(); + + for(int i =0; i arrayListToHashmapCounter(ArrayList list) { + HashMap hashmapListCounter = new HashMap(); + + for(int i = 0; i compareHashMap(HashMap olderHashMap, HashMap newerHashMap) { + HashMap hashMapCompared = new HashMap(); + + for (Map.Entry entry : newerHashMap.entrySet()) { + String key = entry.getKey(); + Integer newValue = entry.getValue(); + Integer oldValue = olderHashMap.get(key); + + if (oldValue == null) { + hashMapCompared.put(key, newValue); + } else if (newValue > oldValue) { + hashMapCompared.put(key, newValue - oldValue); + } + } + + return hashMapCompared; + } + + private String generateNonce() { + return UUID.randomUUID().toString().replace("-", "")+ + UUID.randomUUID().toString().replace("-", ""); + } + + private byte[] serializeToString(String text) throws IOException { + return text.getBytes(); + } + + private void connexion() { + try { + this.url = new URL(ADDRESS + CHANNEL); + + this.searchContentSorted(); + } catch (IOException e) { + e.printStackTrace(); + } + } +} \ No newline at end of file diff --git a/src/graphics/EBO.java b/src/graphics/EBO.java deleted file mode 100644 index 8691d88..0000000 --- a/src/graphics/EBO.java +++ /dev/null @@ -1,27 +0,0 @@ -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/VAO.java b/src/graphics/VAO.java deleted file mode 100644 index ec8afec..0000000 --- a/src/graphics/VAO.java +++ /dev/null @@ -1,46 +0,0 @@ -package graphics; - -import static org.lwjgl.opengl.GL11.glDrawArrays; -import static org.lwjgl.opengl.GL11.glDrawElements; - -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.glEnableVertexAttribArray(index); - GL30.glVertexAttribPointer(index, size, type, false, stride, offset); - } - - 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 deleted file mode 100644 index 0b0ef65..0000000 --- a/src/graphics/VBO.java +++ /dev/null @@ -1,28 +0,0 @@ -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); - } -}