Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Developer notes

Four short documents for anyone changing this code. They cover what the source does not say out loud — the shape of the system, the platform rules that will bite you, and how the measurement tooling works.

Document Read it when
architecture.md You are new, or you are about to add something that crosses a module boundary.
constraints.md Before touching the Blender add-on or the sockets. Every rule in it was learned by breaking it.
measurement.md You need a number, or you are about to trust one.
testing.md You want to know which suite covers what, and which one you can skip.

Elsewhere:

  • ../CONTRIBUTING.md — ground rules, licensing, how to open a PR.
  • ../QUICKSTART.md — operational setup: build, install, run, troubleshoot.
  • ../spec/ — normative. The wire protocol, the coordinate conventions, and the viewport channel. Behaviour disagreements are settled there, not here.