Skip to content

Commit 0701721

Browse files
committed
chore: update sample screenshots
1 parent f6c9639 commit 0701721

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using modern graphics API through the excellent [Sokol GFX](https://github.com/f
55

66
Sokol GP, or in short SGP, stands for Sokol Graphics Painter.
77

8-
![sample-primitives](https://raw.githubusercontent.com/edubart/sokol_gp/master/screenshots/sample-primitives.png)
8+
[![sample-primitives](https://edubart.github.io/sokol_gp/sample-primitives.html)](https://edubart.github.io/sokol_gp/sample-primitives.html)
99

1010
## Features
1111

@@ -470,31 +470,31 @@ added new pre-multiplied blend modes.
470470
## Screenshots
471471

472472
Here are some screenshots of all samples in `samples` directory.
473-
Click on any of the images to view it in your browser.
473+
Click on any of the images to view it actually being rendered in realtime in your browser.
474474

475475
Primitives sample:
476476

477-
[![sample-primitives](https://raw.githubusercontent.com/edubart/sokol_gp/master/screenshots/sample-primitives.png)](https://edubart.github.io/sokol_gp/sample-primitives.html)
477+
[![sample-primitives](https://edubart.github.io/sokol_gp/sample-primitives.html)](https://edubart.github.io/sokol_gp/sample-primitives.html)
478478

479479
Blending modes samples:
480480

481-
[![sample-blend](https://raw.githubusercontent.com/edubart/sokol_gp/master/screenshots/sample-blend.png)](https://edubart.github.io/sokol_gp/sample-blend.html)
481+
[![sample-blend](https://edubart.github.io/sokol_gp/sample-blend.png](https://edubart.github.io/sokol_gp/sample-blend.html)
482482

483483
Frame buffer sample:
484484

485-
[![sample-framebuffer](https://raw.githubusercontent.com/edubart/sokol_gp/master/screenshots/sample-framebuffer.png)](https://edubart.github.io/sokol_gp/sample-framebuffer.html)
485+
[![sample-framebuffer](https://edubart.github.io/sokol_gp/sample-framebuffer.png](https://edubart.github.io/sokol_gp/sample-framebuffer.html)
486486

487487
Rectangle sample:
488488

489-
[![sample-rectangle](https://raw.githubusercontent.com/edubart/sokol_gp/master/screenshots/sample-rectangle.png)](https://edubart.github.io/sokol_gp/sample-rectangle.html)
489+
[![sample-rectangle](https://edubart.github.io/sokol_gp/sample-rectangle.png](https://edubart.github.io/sokol_gp/sample-rectangle.html)
490490

491491
Effect sample:
492492

493-
[![sample-effect](https://raw.githubusercontent.com/edubart/sokol_gp/master/screenshots/sample-effect.gif)](https://edubart.github.io/sokol_gp/sample-effect.html)
493+
[![sample-effect](https://edubart.github.io/sokol_gp/sample-effect.png](https://edubart.github.io/sokol_gp/sample-effect.html)
494494

495495
SDF sample:
496496

497-
[![sample-sdf](https://raw.githubusercontent.com/edubart/sokol_gp/master/screenshots/sample-sdf.gif)](https://edubart.github.io/sokol_gp/sample-sdf.html)
497+
[![sample-sdf](https://edubart.github.io/sokol_gp/sample-sdf.png](https://edubart.github.io/sokol_gp/sample-sdf.html)
498498

499499
## Donation
500500

images/lpc_winter_preview.png

-45.3 KB
Loading

images/perlin.png

-37.2 KB
Loading

screenshots/sample-blend.png

-2.08 KB
Binary file not shown.

screenshots/sample-effect.gif

-287 KB
Binary file not shown.

screenshots/sample-framebuffer.png

-6.53 KB
Binary file not shown.

screenshots/sample-primitives.png

-11.1 KB
Binary file not shown.

screenshots/sample-rectangle.png

-2.04 KB
Binary file not shown.

screenshots/sample-sdf.gif

-92.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)