# GEngine
**Repository Path**: Hiwen/GEngine
## Basic Information
- **Project Name**: GEngine
- **Description**: https://github.com/GEngine-js/GEngine
- **Primary Language**: Unknown
- **License**: ISC
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-12-10
- **Last Updated**: 2025-02-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# GEngine.js
WebGPU Engine
## install
```shell
$ yarn add @gengine-js/gengine
```
## develop
```shell
# install
$ yarn
# dev
$ yarn dev
# build
$ yarn build
```
## Usage
```html
```
## Native
```html
```
## feature
- [✔] Camera
- [✔] PerspectiveCamera
- [✔] OrthographicCamera
- [✔] Math
- [✔] control
- [✔] OrbitControl
- [✔] Light
- [✔] AmbientLight
- [✔] DirectionalLight
- [✔] PointLight
- [✔] SpotLight
- [✔] Loader
- [✔] GLTFLoader
- [✔] CubeTextureLoader
- [✔] Materials
- [✔] ColorMaterial
- [✔] Material
- [✔] PbrMaterial(IBL/Light Render)
- [✔] BlinPhongMaterial
- [✔] ShaderMaterial
- [✔] SkyBoxMaterial
- [✔] Post-Effect
- [✔] BloomPostEffect
- [✔] Shadow
- [✔] DirectionalLightShadow
- [✔] PointLightShadow
- [✔] SpotLightShadow
## Next
1. Complete animation
2. Complete core glTF 2.0
3. Text and Sprite
4. Pick