Skip to content

Commit

Permalink
New "Donate" button
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj committed Oct 18, 2023
1 parent 608bf36 commit 96ffcf4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ It supports many gem shapes, and can render several gems simultaneously.

See it live [here](https://piellardj.github.io/diamond-webgl/).

[![Donate](https://raw.githubusercontent.com/piellardj/piellardj.github.io/master/images/readme/donate-paypal.svg)](https://www.paypal.com/donate/?hosted_button_id=AF7H7GEJTL95E)

## Preview

![Example of ring](src/readme/ring1.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/jewelery/script/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/jewelry/script/main.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/readme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2023-05-25T06%3A58%3A21.321Z">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2023-06-11T16%3A24%3A15.140Z">
</head>

<body>
Expand All @@ -30,6 +30,7 @@ <h1 id="diamondwebgl">diamond-webgl</h1>
<p>The engine runs fully on GPU and uses both rasterization and ray-tracing, as well as post-processing techniques such as bloom and screen-space antialiasing.</p>
<p>It supports many gem shapes, and can render several gems simultaneously.</p>
<p>See it live <a href="https://piellardj.github.io/diamond-webgl/">here</a>.</p>
<p><a href="https://www.paypal.com/donate/?hosted_button_id=AF7H7GEJTL95E"><img src="https://raw.githubusercontent.com/piellardj/piellardj.github.io/master/images/readme/donate-paypal.svg" alt="Donate" /></a></p>
<h2 id="preview">Preview</h2>
<p><img src="https://github.com/piellardj/diamond-webgl/raw/main/src/readme/ring1.png" alt="Example of ring" /></p>
<p><img src="https://github.com/piellardj/diamond-webgl/raw/main/src/readme/bloom_final.png" alt="Round brilliant cut diamond" /></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/script/main.min.js

Large diffs are not rendered by default.

0 comments on commit 96ffcf4

Please sign in to comment.