mirror of
https://github.com/ryantimpe/brickr.git
synced 2026-01-05 05:09:50 -06:00
35 lines
745 B
YAML
35 lines
745 B
YAML
destination: docs
|
|
url: http://brickr.org
|
|
reference:
|
|
- title: Mosaics
|
|
desc: Create a LEGO mosaic from an image
|
|
contents:
|
|
- build_mosaic
|
|
- image_to_mosaic
|
|
- title: 3D Models
|
|
desc: Build 3D models from various inputs
|
|
contents:
|
|
- starts_with("bricks_")
|
|
- build_bricks
|
|
- title: Bricks IRL
|
|
desc: Helper functions to create bricks and build them IRL.
|
|
contents:
|
|
- build_colors
|
|
- build_instructions
|
|
- starts_with("build_pieces")
|
|
- build_themes
|
|
|
|
articles:
|
|
- title: Mosaics
|
|
desc: Creating mosaics from images.
|
|
contents:
|
|
- mosaics
|
|
- title: 3D Models
|
|
desc: Creating 3D LEGO models.
|
|
contents:
|
|
- models-from-tables
|
|
- models-from-program
|
|
- models-from-other
|
|
- models-piece-type
|
|
|