Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Jan 19, 2024
1 parent 03af3d4 commit 79c67b1
Show file tree
Hide file tree
Showing 116 changed files with 553 additions and 325 deletions.
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source "https://rubygems.org"
# This will help ensure the proper Jekyll version is running.

gem "jekyll", "~> 4.3.2"
gem "json"
gem "just-the-docs"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
Expand Down
18 changes: 9 additions & 9 deletions docs/ORX/compositor.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# File generated by dokgen. Do not edit.
# Edit 'src/main/kotlin/docs/10_ORX/C170_Compositor.kt' instead.
# Edit 'src/main/kotlin/docs/80_ORX/C170_Compositor.kt' instead.
layout: default
title: Compositor
parent: ORX
last_modified_at: 2023.12.26 16:00:58 +0100
last_modified_at: 2024.01.15 12:27:05 +0100
nav_order: 170
has_children: false
---
Expand Down Expand Up @@ -119,7 +119,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor000.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor000.kt)

This produces:

Expand Down Expand Up @@ -168,7 +168,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor001.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor001.kt)

The output:

Expand Down Expand Up @@ -216,7 +216,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor002.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor002.kt)

<video controls preload="none" loop poster="../media/compositor-003-thumb.jpg">
<source src="../media/compositor-003.mp4" type="video/mp4"></source>
Expand Down Expand Up @@ -286,7 +286,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor003.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor003.kt)

### Drop shadows

Expand Down Expand Up @@ -345,7 +345,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor004.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor004.kt)

### Multiple effects per layer

Expand Down Expand Up @@ -416,7 +416,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C170_Compositor005.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C170_Compositor005.kt)

## Opacity

Expand Down Expand Up @@ -496,4 +496,4 @@ where `8` is the desired level.
Values between 0 (the default) and 16 are typically used.


[edit on GitHub](https://github.com/openrndr/openrndr-guide/blob/main/src/main/kotlin/docs/10_ORX/C170_Compositor.kt){: .btn .btn-github }
[edit on GitHub](https://github.com/openrndr/openrndr-guide/blob/main/src/main/kotlin/docs/80_ORX/C170_Compositor.kt){: .btn .btn-github }
14 changes: 7 additions & 7 deletions docs/ORX/distanceFields.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# File generated by dokgen. Do not edit.
# Edit 'src/main/kotlin/docs/10_ORX/C220_Distance_fields.kt' instead.
# Edit 'src/main/kotlin/docs/80_ORX/C220_Distance_fields.kt' instead.
layout: default
title: Distance fields
parent: ORX
last_modified_at: 2023.07.24 16:41:35 +0200
last_modified_at: 2024.01.15 12:27:05 +0100
nav_order: 220
has_children: false
---
Expand Down Expand Up @@ -51,7 +51,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C220_Distance_fields000.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C220_Distance_fields000.kt)

## Outer glow

Expand Down Expand Up @@ -83,7 +83,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C220_Distance_fields001.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C220_Distance_fields001.kt)

## Inner glow

Expand Down Expand Up @@ -116,7 +116,7 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C220_Distance_fields002.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C220_Distance_fields002.kt)

## Sampling distance

Expand Down Expand Up @@ -171,6 +171,6 @@ fun main() = application {
}
```

[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/10_ORX/C220_Distance_fields003.kt)
[Link to the full example](https://github.com/openrndr/openrndr-examples/blob/master/src/main/kotlin/examples/80_ORX/C220_Distance_fields003.kt)

[edit on GitHub](https://github.com/openrndr/openrndr-guide/blob/main/src/main/kotlin/docs/10_ORX/C220_Distance_fields.kt){: .btn .btn-github }
[edit on GitHub](https://github.com/openrndr/openrndr-guide/blob/main/src/main/kotlin/docs/80_ORX/C220_Distance_fields.kt){: .btn .btn-github }
Loading

0 comments on commit 79c67b1

Please sign in to comment.