Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mollybeach/shader-magic-box-glsl
🐻 animalParts ShaderPark Animations Ray Marching Sculpture GLSL Design 🐻
https://github.com/mollybeach/shader-magic-box-glsl
animations design glsl-shaders javscript sculpture shaders
Last synced: about 1 month ago
JSON representation
🐻 animalParts ShaderPark Animations Ray Marching Sculpture GLSL Design 🐻
- Host: GitHub
- URL: https://github.com/mollybeach/shader-magic-box-glsl
- Owner: mollybeach
- Created: 2020-03-30T04:55:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T23:34:20.000Z (6 months ago)
- Last Synced: 2024-07-08T00:26:24.712Z (6 months ago)
- Topics: animations, design, glsl-shaders, javscript, sculpture, shaders
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shader-magic-box-glsl
Welcome to Shader Magic Box - your playground for creating characters with GLSL shaders!
## Overview
Shader Magic Box is a collection of GLSL shader programs designed to generate and manipulate characters in real-time. Whether you're creating stylized 2D sprites or detailed 3D models, this repository provides a foundation for experimenting with shader-based character creation.
## Features
- **Shader Templates:** Pre-built GLSL shaders for common character features like skin rendering, hair simulation, and clothing effects.
- **Customization:** Easily modify shader parameters to tweak character appearance such as color, texture, and lighting.
- **Real-time Preview:** See changes instantly with live updates in your rendering environment.
- **Cross-platform Compatibility:** Works on desktop and mobile platforms supporting OpenGL/GLSL.## Getting Started
### Prerequisites
- OpenGL-capable graphics hardware.
- GLSL-compatible development environment (e.g., OpenGL SDK, WebGL-enabled browser).### Installation
Clone the repository to your local machine:
```bash
git clone https://github.com/your-username/shader-magic-box-glsl.git