Skip to content

Nunite/GoldSrcMdl_WebGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoldSrc Web Viewer

这是一个基于 Web 技术的 GoldSrc 引擎查看器,允许在浏览器中查看和交互 GoldSrc 引擎的模型。

功能特点

  • 在浏览器中查看 GoldSrc 引擎的 3D 模型
  • 支持模型动画播放
  • 支持地图查看
  • 现代化的用户界面

构建和运行

环境要求

  • Node.js (推荐 v16.0.0 或更高版本)
  • npm 或 yarn

安装步骤

  1. 克隆仓库:
git clone https://github.com/Nunite/GoldSrcMdl_WebGL.git
cd GoldSrcMdl_WebGL
  1. 安装依赖:
npm install
# 或者使用 yarn
yarn install
  1. 启动开发服务器:
npm run dev
# 或者使用 yarn
yarn dev

构建生产版本

npm run build
# 或者使用 yarn
yarn build

技术栈

  • Next.js
  • Three.js
  • TypeScript
  • Tailwind CSS

GoldSrc Web Viewer (English)

A web-based viewer for GoldSrc engine models, allowing you to view and interact with GoldSrc engine content directly in your browser.

Features

  • View GoldSrc engine 3D models in browser
  • Support for model animations
  • Map viewing capabilities
  • Modern user interface

Build and Run

Prerequisites

  • Node.js (v16.0.0 or higher recommended)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/Nunite/GoldSrcMdl_WebGL.git
cd GoldSrcMdl_WebGL
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev

Production Build

npm run build
# or
yarn build

Tech Stack

  • Next.js
  • Three.js
  • TypeScript
  • Tailwind CSS

About

GoldSrc MDL Viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published