Skip to content

Commit 64c0b35

Browse files
committed
Add renin and bluebird
1 parent db7d43c commit 64c0b35

File tree

75 files changed

+14562
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+14562
-1
lines changed

Diff for: _data/projects.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,21 @@
1717
- type: "Demos"
1818
description: I'm part of the [Demo scene](https://en.wikipedia.org/wiki/Demoscene) group [Ninjadev](https://www.ninjadev.org/). Here are some of the productions we've made, for different demo scene parties.
1919
items:
20+
- title: "renin"
21+
image: "images/[email protected]"
22+
description: "Ninjadev's internal demotool. Used to create WebGL demos like The Tale of the Bluebird and the Dragon. Renin itself is based on Vite.js and runs directly in the browser!"
23+
link: "https://www.github.com/ninjadev/renin/"
24+
2025
- title: "nin"
2126
image: "images/[email protected]"
22-
description: "Ninjadev's internal demotool. Used to create WebGL demos like Everything is Fashion and Inakuwa Oasis. And nin itself runs directly in the browser!"
27+
description: "Ninjadev's old demotool. Used to create WebGL demos like Everything is Fashion and Inakuwa Oasis. And nin itself runs directly in the browser!"
2328
link: "https://www.github.com/ninjadev/nin/"
2429

30+
- title: "The Tale of the Bluebird and the Dragon"
31+
image: "images/[email protected]"
32+
description: "First production with Ninjadev's new tool, Renin. Released at Revision 2023."
33+
link: "https://stianj.com/the-tale-of-the-bluebird-and-the-dragon/"
34+
2535
- title: "Flat Shade Society"
2636
image: "images/[email protected]"
2737
description: "Invite to Solskogen 2019 made with Ninjadev. Released at Revision 2019."

Diff for: images/[email protected]

15.3 KB

Diff for: images/[email protected]

291 KB

Diff for: the-tale-of-the-bluebird-and-the-dragon/assets/001.85c86082.hdr

+10,200
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.

Diff for: the-tale-of-the-bluebird-and-the-dragon/assets/index.abf40efd.js

+4,234
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
275 KB
Binary file not shown.

Diff for: the-tale-of-the-bluebird-and-the-dragon/draco_wasm_wrapper.js

+104
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: the-tale-of-the-bluebird-and-the-dragon/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/png" href="assets/favicon.501d225e.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Renin</title>
8+
<script type="module" crossorigin src="assets/index.abf40efd.js"></script>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)