Files
filament/docs_src/markdeep
Eliza 8a1a0b0fd2 materials: introduce mutable spec constants (#8795)
* materials: introduce mutable spec constants

Rationale & design of this feature has been discussed internally.

The current implementation uses a `FixedCapacityVector` to store the new program
handles, but I wouldn't object to replacing it with a hasmap as discussed
offline.

I have compiled but not tested this yet on Android, so I'm not certain that the
API bindings are correctly wired up.

* materials: mutable spec constant feedback

* materials: address mutable spec constant comments
2025-06-06 03:52:20 +00:00
..
2025-01-14 06:56:30 +00:00

Markdeep documents

Markdeep documents require special processing before they can be compiled into the group. The "original" are stored in this folder. The processing part takes place in docs_src/build/run.py.

Editing

While editing the file, you might consider doing the following

  • python3 -m http.server 8001
  • visit http://localhost:8001/Filament.md.html in the browser to view the result