-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
319c5a8
commit b2fe603
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -64,8 +66,10 @@ Kris Kowal <[email protected]></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 | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters