Skip to content

Commit

Permalink
docs: update main readme (image links)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Oct 28, 2023
1 parent 050b15b commit c1aa4a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ There's a steadily growing number (~140) of standalone examples of different
complexities (often combining functionality from several packages) in the
[**examples**](./examples/README.md) directory.

| Example screenshots | (small selection) | |
|-----------------------------------------------------------------|--------------------------------------------------------------------|----------------------------------------------------------------------|
| <img src="./assets/examples/boid-basics.png" width="240"/> | <img src="./assets/imgui/imgui-all.png" width="240"/> | <img src="./assets/shader-ast/shader-ast-raymarch.jpg" width="240"/> |
| <img src="./assets/examples/geom-terrain-viz.jpg" width="240"/> | <img src="./assets/examples/poly-subdiv.jpg" width="240"/> | <img src="./assets/examples/crypto-chart.png" width="240"/> |
| <img src="./assets/examples/stacked-layout.png" width="240"/> | <img src="./assets/examples/webgl-channel-mixer.jpg" width="240"/> | <img src="./assets/geom/tessel.png" width="240"/> |
| Example screenshots | (small selection) | |
|---------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/boid-basics"><img src="./assets/examples/boid-basics.png" width="240"/></a> | <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/imgui"><img src="./assets/imgui/imgui-all.png" width="240"/></a> | <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/shader-ast-raymarch"><img src="./assets/shader-ast/shader-ast-raymarch.jpg" width="240"/></a> |
| <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/geom-terrain-viz"><img src="./assets/examples/geom-terrain-viz.jpg" width="240"/></a> | <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/poly-subdiv"><img src="./assets/examples/poly-subdiv.jpg" width="240"/></a> | <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/crypto-chart"><img src="./assets/examples/crypto-chart.png" width="240"/></a> |
| <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/stacked-layout"><img src="./assets/examples/stacked-layout.png" width="240"/></a> | <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/webgl-channel-mixer"><img src="./assets/examples/webgl-channel-mixer.jpg" width="240"/></a> | <a href="https://github.com/thi-ng/umbrella/blob/develop/examples/geom-tessel"><img src="./assets/geom/tessel.png" width="240"/></a> |

### awesome.thi.ng

Expand Down

0 comments on commit c1aa4a9

Please sign in to comment.