Large Lithic Maker is a small Flask app for designing AI-generated block textures.
It lets you:
- connect Gemini, OpenAI, or Anthropic
- generate six block faces from a text prompt
- preview the result as a block net and in 3D
- export PNGs, an SVG net, or JSON
pip install -r requirements.txt
python app.pyThen open http://localhost:5001.
This repo includes a render.yaml for deploying on Render.