ClosedBit v0.11.0

ClosedBit Essential Guide

A practical handbook for writing, checking, packaging, saving, loading assets, opening HTML UI, handling errors, and shipping ClosedBit v0.11.0 apps. It keeps the core workflow close and leaves edge-library details in the source catalog.

Read This First

This guide is the short path through ClosedBit. It explains the workflow a developer needs before opening the full source catalog: write .cbp, run check, compile a package, verify saves/assets/UI, and fix errors from their docs pages.

Part 1. Project Basics2 sections
  1. Part 1.1 Files You Actually Touch
  2. Part 1.2 A Clean Folder
Part 2. CBP Language4 sections
  1. Part 2.1 Minimal Program
  2. Part 2.2 Types
  3. Part 2.3 Math And Flow
  4. Part 2.4 Overflow And Fallbacks
Part 3. Building From Studio2 sections
  1. Part 3.1 Console Commands
  2. Part 3.2 Build Flags
Part 4. Runtime, Files, And UI3 sections
  1. Part 4.1 Runtime Launch
  2. Part 4.2 Saving To .cb
  3. Part 4.3 Assets And HTML UI
Part 5. Libraries2 sections
  1. Part 5.1 Learn These First
  2. Part 5.2 Making A Library
Part 6. Errors2 sections
  1. Part 6.1 Read The First Error
  2. Part 6.2 Custom Popups
Part 7. Ship Checklist1 sections
  1. Part 7.1 Before Sharing A Build