Skip to content

Commit

Permalink
Visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-edward committed Feb 18, 2024
1 parent 319c5a8 commit b2fe603
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
remote_theme: pages-themes/merlot@v0.2.0
remote_theme: pages-themes/slate@v0.2.0
plugins:
- jekyll-remote-theme
18 changes: 15 additions & 3 deletions demos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## [Cube](https://jon-edward.github.io/nephropidae_wasm/demos/cube)
Taken from [https://github.com/aardappel/lobster/blob/master/samples/cube.lobster](https://github.com/aardappel/lobster/blob/master/samples/cube.lobster).

[Demo](https://jon-edward.github.io/nephropidae_wasm/demos/cube)

<details open>
<summary>Description</summary>
<summary>Docstring</summary>
<pre>
This example renders a cube with a different colorèd number on each face.
Moving the mouse or WASD rotates the viewport around the cube like turning a
Expand Down Expand Up @@ -64,8 +66,10 @@ Kris Kowal &lt;[email protected]&gt;</pre>
## [LobsterCraft](https://jon-edward.github.io/nephropidae_wasm/demos/lobstercraft/)
Taken from [https://github.com/aardappel/lobster/blob/master/samples/lobstercraft.lobster](https://github.com/aardappel/lobster/blob/master/samples/lobstercraft.lobster).

[Demo](https://jon-edward.github.io/nephropidae_wasm/demos/lobstercraft/)

<details open>
<summary>Description</summary>
<summary>Docstring</summary>
<pre>
A minecraft clone in very few lines of code implements random world generation,
chunks, rendering, and mining/building of blocks created in response to https://github.com/fogleman/Minecraft
Expand All @@ -76,8 +80,10 @@ chunks, rendering, and mining/building of blocks created in response to https://
## [Pendulum](https://jon-edward.github.io/nephropidae_wasm/demos/pendulum/)
Taken from [https://github.com/aardappel/lobster/blob/master/samples/pendulum.lobster](https://github.com/aardappel/lobster/blob/master/samples/pendulum.lobster).

[Demo](https://jon-edward.github.io/nephropidae_wasm/demos/pendulum/)

<details open>
<summary>Description</summary>
<summary>Docstring</summary>
<pre>
based on: http://www.physicsandbox.com/projects/double-pendulum.html</pre>
</details>
Expand All @@ -86,6 +92,8 @@ based on: http://www.physicsandbox.com/projects/double-pendulum.html</pre>
## [Physics Boxes](https://jon-edward.github.io/nephropidae_wasm/demos/physics_boxes/)
Taken from [https://github.com/aardappel/lobster/blob/master/samples/physics_boxes.lobster](https://github.com/aardappel/lobster/blob/master/samples/physics_boxes.lobster).

[Demo](https://jon-edward.github.io/nephropidae_wasm/demos/physics_boxes/)

<details open>
<summary>Docstring</summary>
<pre>
Expand All @@ -96,6 +104,8 @@ Showing off physics features in Lobster</pre>
## [Physics Water](https://jon-edward.github.io/nephropidae_wasm/demos/physics_water/)
Taken from [https://github.com/aardappel/lobster/blob/master/samples/physics_water.lobster](https://github.com/aardappel/lobster/blob/master/samples/physics_water.lobster).

[Demo](https://jon-edward.github.io/nephropidae_wasm/demos/physics_water/)

<details open>
<summary>Docstring</summary>
<pre>
Expand All @@ -106,6 +116,8 @@ Showing off physics features in Lobster</pre>
## [PythTree](https://jon-edward.github.io/nephropidae_wasm/demos/pythtree/)
Taken from [https://github.com/aardappel/lobster/blob/master/samples/pythtree.lobster](https://github.com/aardappel/lobster/blob/master/samples/pythtree.lobster).

[Demo](https://jon-edward.github.io/nephropidae_wasm/demos/pythtree/)

<details open>
<summary>Docstring</summary>
<pre>
Expand Down
6 changes: 3 additions & 3 deletions demos/demos_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
position: absolute;
top: 10px;
border: 0;
background: rgba(238, 238, 221, 0.4);
background: rgba(238, 238, 221, 0.5);
width: 50px;
height: 50px;
font-size: x-large;
color: rgba(51,51,51, 0.4);
color: rgba(51,51,51, 0.5);
box-shadow: none;
border-radius: 2px;
border-style: solid;
Expand All @@ -36,7 +36,7 @@
}

.control-button:hover {
background-color: rgba(211, 211, 194, 0.6);
background-color: rgba(211, 211, 194, 0.7);
}

#return-button {
Expand Down

0 comments on commit b2fe603

Please sign in to comment.