Skip to content

Commit

Permalink
Titles struct fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanLoLo committed Jun 20, 2023
1 parent a4bcb1e commit 45049e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The resulting sketch is shown below. You can also find the full code in the bott
">
</iframe>

Full code
## Full Code

{{< details title="2D_solar_system.js" open=false >}}
{{< highlight js >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ The distances and sizes of the planets are not fully to scale (they would be too
Of course, this is just a simple example of what you can do with the `p5.js` library. You can add more planets, moons, rings, etc. You can also add more features to the planets, like clouds, or even add a spaceship to move around the solar system. The possibilities are endless!
{{< /hint >}}

Full code:
## Full Code

{{< details title="3d_solar_system.js" open=false >}}
{{< highlight js >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The opensource library [**Name That Color**](https://chir.ag/projects/ntc/) prov
The tracking and identification of the colors that are selected will be greatly affected by the lighting in the environment or the quality of the camera.
{{< /hint>}}

Full code:
## Full Code

{{< details title="ColorTracker.js" open=false >}}
{{< highlight js >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The final result is the following:
**Accessibility for Screen Readers:** The program heavily relies on visual elements, which may pose challenges for users who rely on screen readers. To improve accessibility, alternative text descriptions or sonification of the histogram data should be considered.
{{< /hint >}}

Full code:
## Full Code

{{< details title="colorHistogram.js" open=false >}}
{{< highlight js >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For some images, the processing may take time due to the path that is necessary
If there are many similar colors, depending on the tolerance value, not all important colors that could be displayed with human perception may be displayed, because the order of image processing causes the colors on top to have a higher priority.
{{< /hint >}}

Full code:
## Full Code

{{< details title="Palette.js" open=false >}}
{{< highlight js >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Although a color blind palette can be used, it is not guaranteed that the person

{{< /columns >}}

Full code:
## Full Code

{{< details title="ReColoring.js" open=false >}}
{{< highlight js >}}
Expand Down

0 comments on commit 45049e9

Please sign in to comment.