这是一个基于 Web 技术的 GoldSrc 引擎查看器,允许在浏览器中查看和交互 GoldSrc 引擎的模型。
- 在浏览器中查看 GoldSrc 引擎的 3D 模型
- 支持模型动画播放
- 支持地图查看
- 现代化的用户界面
- Node.js (推荐 v16.0.0 或更高版本)
- npm 或 yarn
- 克隆仓库:
git clone https://github.com/Nunite/GoldSrcMdl_WebGL.git
cd GoldSrcMdl_WebGL- 安装依赖:
npm install
# 或者使用 yarn
yarn install- 启动开发服务器:
npm run dev
# 或者使用 yarn
yarn devnpm run build
# 或者使用 yarn
yarn build- Next.js
- Three.js
- TypeScript
- Tailwind CSS
A web-based viewer for GoldSrc engine models, allowing you to view and interact with GoldSrc engine content directly in your browser.
- View GoldSrc engine 3D models in browser
- Support for model animations
- Map viewing capabilities
- Modern user interface
- Node.js (v16.0.0 or higher recommended)
- npm or yarn
- Clone the repository:
git clone https://github.com/Nunite/GoldSrcMdl_WebGL.git
cd GoldSrcMdl_WebGL- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn devnpm run build
# or
yarn build- Next.js
- Three.js
- TypeScript
- Tailwind CSS