# GLSL-live-editor **Repository Path**: e-zhou/glsl-live-editor ## Basic Information - **Project Name**: GLSL-live-editor - **Description**: GLSL-live-editor:一款实时编辑GLSL着色器的开源工具,支持即时预览效果,适用于图形编程学习与开发。 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-28 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # How to install this repo on your local machine? * Clone this repository locally and run a Python HTTP Server. ``` git clone https://github.com/tangrams/GLSL-live-editor cd GLSL-live-editor python -m SimpleHTTPServer 8000 ``` Note: in case you have Python 3.x as your default version you should use ``` python -m http.server 8000 ``` instead. * Then open your web browser to [http://localhost:8000/](http://localhost:8000). # How to use it? # Examples [```http://localhost:8000/#glsl/pLight-envmap.frag```](index.html#glsl/pLight-envmap.frag) [```http://localhost:8000/#glsl/pLight-normalmap.frag&imgs/normal-0001.jpg```](index.html#glsl/pLight-normalmap.frag&imgs/normal-0001.jpg)