Chub AI Guide
  • The Basics
    • ▶️Getting Started
    • 🧔Character Creation
    • 💬Just Chatting
    • ⚙️API Connections
  • Advanced Setups
    • Prompting
    • Lorebooks
  • Inference API
    • Usage with Third-Party UIs
  • 🎭Stages
    • 🦅Overview
    • 🏗️Developing a Stage
      • ▶️Quickstart / Setup
      • 💭Concepts
      • ⚙️Config / Metadata
      • 📦State
      • 🔗Examples / Resources
      • 🛫Future Directions
      • 🛴Optional: GitHub Codespaces
    • 🛞Using a Stage
  • Patch Notes
    • 0.5.7
Powered by GitBook
On this page
  1. Stages
  2. Developing a Stage

Examples / Resources

Example projects and useful links.

For Extensions

  • Template Project: https://github.com/CharHubAI/extension-template

  • Source Code, Extensions Library: https://github.com/CharHubAI/chub-extensions-ts

  • Expression Packs Extension: https://github.com/CharHubAI/expressions-extension

  • Maze Extension: https://github.com/lloorree/maze-extension

  • Integration Test Extension: https://github.com/CharHubAI/extension-integration-test

For React

  • React documentation: https://react.dev/learn

  • react-three-fiber: A library for creating and managing stateful 3D in React https://docs.pmnd.rs/react-three-fiber/getting-started/introduction

  • Cuberun: A 3D synthwave racing game using react-three-fiber https://github.com/akarlsten/cuberun

  • PixiJS: a WebGL render https://pixijs.com/

  • Phaser3 Simple RPG: self-explanatory https://github.com/pierpo/phaser3-simple-rpg

  • AI Town: GenAI RPG game https://github.com/a16z-infra/ai-town

PreviousStateNextFuture Directions

Last updated 1 year ago

🎭
🏗️
🔗