Package Information
- Last Updated
- Minimum Typst Version
- 0.14.0
- Authors
- Louis Grange
- Categories
- visualizationcomponents
- Disciplines
- engineeringphysicsdrawing
- Dependencies
- @preview/cetz:0.5.0
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/bone:0.1.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/bone:0.1.0": *Bone for Typst
Bone 🦴 is a package to draw structural analysis and kinematic diagrams 🦾 in Typst. It is inspired from the LaTeX package stanli by Jürgen Hackl. It is driven by simplicity and easy-of-use.
Examples
A very simple example of the package's capabilities.
Beams with distributed force
Quick usage
#import "@preview/bone:0.1.0"
#bone.diagram({
import bone: *
// Here is a minimalist example
cardan("c1", (0, 0))
})
Online documentation
You can find the full documentation 📚 available online. It provides comprehensive guides, a detailed list of components, styling options and example codes to get you started easily.
Contributing
I highly welcome contributions 🌱! Creating and maintaining this package takes time and love. If you'd like to help, check out the contribution procedure and join the journey 🤩!