Introduction

Cobweb is a UI and asset-management framework for the bevy game engine.

Cobweb Features

  • Custom scene format called COB
  • Localization framework (text, fonts, images, audio)
  • Font family API
  • Built-in UI widgets and color palettes
  • Asset management tools
  • And many quality of life features.

This book is intended to give you a starting point for making your own UI.

Structure of the book

We will start off with the most basic example possible. From there the book will split off into recipes that you can browse as you need them for your own projects.

The final section will cover some common errors.