Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keijiro/AIShader
ChatGPT-powered shader generator for Unity
https://github.com/keijiro/AIShader
Last synced: about 1 month ago
JSON representation
ChatGPT-powered shader generator for Unity
- Host: GitHub
- URL: https://github.com/keijiro/AIShader
- Owner: keijiro
- Created: 2023-03-05T12:18:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T13:14:21.000Z (about 1 year ago)
- Last Synced: 2024-10-29T17:55:02.061Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 43.9 KB
- Stars: 2,235
- Watchers: 41
- Forks: 221
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-chatgpt - AI Shader - ChatGPT-powered shader generator for Unity. (Integrations / Examples)
- ai-game-devtools - AI Shader - powered shader generator for Unity. | | Unity | Shader | (<span id="shader">Shader</span> / <span id="tool">Tool (AI LLM)</span>)
- awesome-chatgpt - AI Shader - ChatGPT-powered shader generator for Unity. (Integrations / Examples)
- awesome-chatgpt - keijiro/AIShader - ChatGPT-powered shader generator for Unity (ChatGPT-based applications / Other sdk/libraries)
README
# AI Shader
![GIF](https://user-images.githubusercontent.com/343936/223034386-cf69f2a2-d8ec-4537-9f1b-37051542b1cd.gif)
This is a proof-of-concept implementation of a ChatGPT-powered shader generator for Unity.
## How to try it
You have to generate an API key to use the ChatGPT API.
Please generate it on your [account page](https://platform.openai.com/account/api-keys)
and set it on the Project Settings page (Edit > Project Settings > AI Shader > API Key).**CAUTION** - The API key is stored in `UserSettings/AIShaderSettings.asset`.
You must exclude the directory when sharing your project with others.