# webgl-study-lib **Repository Path**: lyxstart/webgl-study-lib ## Basic Information - **Project Name**: webgl-study-lib - **Description**: WebGL学习库,提供基础示例和高级教程,帮助开发者快速掌握WebGL技术,适用于初学者到进阶用户的全方位资源。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-04-09 - **Last Updated**: 2025-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webgl-study-lib ## 介绍 WebGL学习库,提供基础示例和高级教程,帮助开发者快速掌握WebGL技术,适用于初学者到进阶用户的全方位资源。 ## 部分页面截图 1. 首页 ![首页](./screenshot/home.png) ## 软件架构 - 脚手架:create-vite - 主语言:Typescript vue3 + vuex + vue-router ## 使用教程 1. 克隆项目 ```shell git clone https://gitee.com/lyxstart/webgl-study-lib.git ``` 2. 安装依赖 ```shell npm i / pnpm i ``` 3. 运行 ```shell npm run dev ``` 4. 打包 ```shell npm run build ```