Skip to content

benjitrosch/chatGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatGL

GLSL fragment shader generator using gpt-3.5-turbo wrapped in a fast Vanilla Typescript + Vite frontend.

NOTE: The prompts are meant to produce interesting pseudo-random generative art using fragment shaders, not to build anything precise. You're just as well off using a totally random prompt as you are a guided one.

Quick Start

  1. Generate an openAI API key - https://platform.openai.com/account/api-keys
  2. Create an .env file and put your key in OPENAI_API_KEY
  3. Run npm run build to build the frontend and npm start to start the server
  4. Visit http://localhost:6006

- or -

  1. Visit https://chatgl.ai

Apr-21-2023 19-54-07 (1)

Acknowledgements


License

This project is licensed under the MIT License - see the LICENSE.md file for details.