Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wkjarosz committed Dec 28, 2023
1 parent f07108d commit ec9d189
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,30 @@ and now released under the 3-clause BSD license. For details, see the [LICENSE](
## Screenshots

<figure>
<figcaption>Samplin' Safari running inside a web browser on an iPad (click the image to try it out yourself):</figcaption>
<figcaption>Samplin' Safari running inside a web browser on an iPad (left), and in portrait orientation on an iPhone (right). Click the image to try it in a browser yourself:</figcaption>
<a href="https://wkjarosz.github.io/SamplinSafari"><img
src="resources/screenshot1.png"
src="resources/screenshot-iDevices.png"
alt="screenshot1" /></a>
</figure>

<figure>
<figcaption>Viewing all 2D projections of a 6D point set:</figcaption>
<img
src="resources/screenshot2.png"
src="resources/screenshot-2d-projections.png"
alt="screenshot2">
</figure>

<figure>
<figcaption>Viewing the 3rd, 5th, and 6th dimenions of a 6D point set in 3D:</figcaption>
<figcaption>Viewing the 3rd, 5th, and 6th dimenions of a 6D point set in 3D with a beautifully antialiased tri-planar grid:</figcaption>
<img
src="resources/screenshot3.png"
src="resources/screenshot-3d-grid.png"
alt="screenshot3">
</figure>

<figure>
<figcaption>Visualizing the point indices, coordinates, and drawing a custom grid to validate the stratification of the point sets:</figcaption>
<figcaption>Visualizing the point indices, coordinates, and drawing a custom elementary interval grid to validate the stratification of the point set:</figcaption>
<img
src="resources/screenshot4.png"
src="resources/screenshot-custom-grid.png"
alt="screenshot4">
</figure>

Expand All @@ -70,11 +70,12 @@ and now released under the 3-clause BSD license. For details, see the [LICENSE](
* interactively switching samplers, setting number of samples, dimensions, and various sampler parameters
* 3D and 2D orthographic views for X, Y and Z dimensions
* view of all 2D projections (useful for high-dimensional samples)
* show 1D projections of points alongside the 2D or 3D view
* custom mapping of any (higher) dimensions to X, Y or Z
* save all of these views as vector EPS or SVG files
* save and load points to/from CSV text files
* show point index and point coordinates
* show stratification grids
* show beautifully antialiased grids for various stratification levels
* displaying only a subset of points, either by subsetting on sample index, or sample coordinates.

## Running Samplin' Safari
Expand Down
Binary file added resources/screenshot-2d-projections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot-3d-grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot-custom-grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot-iDevices.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot-iPad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/screenshot-iphone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/screenshot1.png
Binary file not shown.
Binary file removed resources/screenshot2.png
Binary file not shown.
Binary file removed resources/screenshot3.png
Binary file not shown.
Binary file removed resources/screenshot4.png
Binary file not shown.

0 comments on commit ec9d189

Please sign in to comment.