How-to guides¶
Task-shaped recipes for people who already know what they want to do. If you are new to the library, start with Build your first model instead.
- How to run a simulation — hand a model to
@idfkit/engineand read the results. - How to parse in the browser — serve the schema bundle and keep the parse synchronous.
- How to collect diagnostics instead of throwing — what an editor or a batch job needs.
- How to edit extensible groups — vertices, branch lists, and anything else that repeats.
- How to handle a version you do not know ahead of time — open whatever file you are given.
- How to compare two EnergyPlus versions — what changed between releases, cheaply.
For the API itself, see Reference.