b

bone

@preview

A package to draw structural analysis and kinematic diagrams

v0.1.0
MPL-2.0

Package Information

Last Updated
Minimum Typst Version
0.14.0
Categories
visualizationcomponents
Disciplines
engineeringphysicsdrawing

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/bone:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/bone:0.1.0": *

Version History

0.1.00.14.0
df36e7e4ebfc...

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.

Documentation

Examples

A very simple example of the package's capabilities.

Beams with distributed force

Distributed force example

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 🤩!