# MyBlock1 **Repository Path**: vpkan/MyBlock1 ## Basic Information - **Project Name**: MyBlock1 - **Description**: https://github.com/ColaMachine/MyBlock.git - **Primary Language**: Java - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-04 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sample Applications using LWJGL (Lightweight Java Game Library: lwjgl.org) These demo programs and the GLApp code are released under a Simplified BSD license. See the LICENSE.txt file for details. napier@potatoland.org January 2009 ============================================== To run: Double-click run.bat to start (Edit run.bat to change Demo) or: java -cp .;lwjgl.jar;lwjgl_util.jar gldemo.GLApp_Demo_HelloWorld GLApp_DemoLight GLApp_DemoOrtho GLApp_DemoModel GLApp_DemoCamera GLApp_DemoSound GLApp_DemoText Requires: LWJGL library version 2 JAR files: lwjgl.jar, lwjgl_util.jar Native Library: for Win32: lwjgl.dll and OpenAL32.dll for Mac: liblwjgl.jnilib and openal.dylib Java JRE version 1.5 or higher 1. 基础游戏引擎 框架搭建 自研/第三方 2. 基础工具类 vector matrix 正交视图变换 3. ui 4. 装备 5.物品系统 6