Skip to content
6 changes: 4 additions & 2 deletions contents/books/word-puzzles/binocular/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ Binocular
```craftml
<craft>
<craft name="puzzle" module="qubick/craft-puzzle"/>
<craft name="word" stl="binocular.stl"/>
<craft name="binocular" stl="binocular.stl"/>
<stack>
<crop z="10,0">
<rotate axis="z" degrees="35">
<word></word>
<binocular></binocular>
</rotate>
</crop>
<scale x="1.5" y="1.5">
<puzzle side1="-rectangle"
side2="+triangle"
Expand Down
Binary file modified contents/books/word-puzzles/cactus/figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion contents/books/word-puzzles/cactus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ Octopus
<craft name="cactus" stl="cactus.stl"/>
<scale factor="2">
<stack>
<cactus></cactus>
<crop z="50,0">
<rotate axis="y" degrees="12">
<cactus></cactus>
</rotate>
</crop>
<scale x="1.5" y="1.5">
<puzzle side1="+circle" side4="-triangle">
</puzzle>
Expand Down
Binary file removed contents/books/word-puzzles/octopus/.index.md.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion contents/books/word-puzzles/palmtree/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Palmtree
author: qubick
---

Octopus
Palmtree

```craftml
<craft>
Expand Down
2 changes: 1 addition & 1 deletion contents/books/word-puzzles/pear/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Pear
author: qubick
---

Octopus
Pear (It takes some time to render, please wait!)

```craftml
<craft>
Expand Down
Binary file modified contents/books/word-puzzles/pelican/figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion contents/books/word-puzzles/pelican/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pelican
<craft name="pelican" stl="pelican.stl"/>
<scale factor="2">
<stack>
<crop z="10">
<crop z="50,0">
<pelican></pelican>
</crop>
<scale x="1.5" y="1.5">
Expand Down
4 changes: 3 additions & 1 deletion contents/books/word-puzzles/rake/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ title: Rake
author: qubick
---

Octopus
Rake

```craftml
<craft>
<craft name="puzzle" module="qubick/craft-puzzle"/>
<craft name="rake" stl="rake.stl"/>
<scale factor="2">
<stack>
<crop z="10,0">
<rake></rake>
</crop>
<scale x="1.5" y="1.5">
<puzzle side1="+rectangle" side2="-circle" side3="-circle" side4="+circle">
</puzzle>
Expand Down
Binary file added contents/gallery/graph/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions contents/gallery/graph/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
template: index.jade
title: Line graph
author: qubick
---

1d Line Graph

[https://github.com/qubick/craft-graph](https://github.com/qubick/craft-graph)

```craftml
<craft>
<craft name="graph" module="qubick/craft-graph"/>
<row>
<graph slope="3" intercept="-4"></graph>
<graph slope="-1" intercept="1"></graph>
</row>
</craft>```
Binary file added contents/gallery/hinge/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions contents/gallery/hinge/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
template: index.jade
title: Hinge
author: qubick
---

Hinge

[https://github.com/qubick/craft-hinge](https://github.com/qubick/craft-hinge)

```craftml
<craft>
<craft name="hinge" module="qubick/craft-hinge"/>
<row>
<hinge></hinge>
</row>
</craft>```
Binary file added contents/gallery/polygon/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions contents/gallery/polygon/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
template: index.jade
title: Polygon
author: qubick
---

Polygon

[https://github.com/qubick/craft-polygon](https://github.com/qubick/craft-polygon)

```craftml
<craft>
<craft name="polygon" module="qubick/craft-polygon"/>
<row>
<polygon></polygon>
<polygon side="5" length="7"></polygon>
<polygon side="8" length="7"></polygon>
<polygon side="6" length="5"></polygon>
</row>
</craft>```
Binary file added contents/gallery/semicircle/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions contents/gallery/semicircle/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
template: index.jade
title: Semicircle
author: qubick
---

Semicircles

[https://github.com/qubick/craft-semicircle](https://github.com/qubick/craft-semicircle)

```craftml
<craft>
<craft name="circle" module="qubick/craft-semicircle"/>
<row>
<circle angle="60" type="chart" radius="1"></circle>
<circle angle="110" type="semicircle"></circle>
</row>
</craft>```
Binary file added contents/gallery/slider/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions contents/gallery/slider/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
template: index.jade
title: Slider Movable
author: qubick
---

Slider

[https://github.com/qubick/craft-slider](https://github.com/qubick/craft-slider)

```craftml
<craft>
<craft name="slider" module="qubick/craft-slider"/>
<row>
<slider></slider>
</row>
</craft>```
Binary file added contents/gallery/spinner/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions contents/gallery/spinner/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
template: index.jade
title: Spinner Movables
author: qubick
---

Spinner

[https://github.com/qubick/craft-spinner](https://github.com/qubick/craft-spinner)

```craftml
<craft>
<craft name="spinner" module="qubick/craft-spinner"/>
<row>
<spinner></spinner>
</row>
</craft>```
Binary file added contents/gallery/track/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions contents/gallery/track/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
template: index.jade
title: Track Movables
author: qubick
---

Spinner

[https://github.com/qubick/craft-track](https://github.com/qubick/craft-track)

```craftml
<craft>
<craft name="track" module="qubick/craft-track"/>
<row>
<track type="2"></track>
<track></track>
</row>
</craft>```
Binary file added contents/gallery/triangle/example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions contents/gallery/triangle/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
template: index.jade
title: Triangle
author: qubick
---

Triangle

[https://github.com/qubick/craft-triangle](https://github.com/qubick/craft-triangle)

```craftml
<craft>
<craft name="triangle" module="qubick/craft-triangle"/>
<row>
<triangle length="3,4,6"></triangle>
</row>
</craft>```