Skip to content

Commit f85ff97

Browse files
committed
Prepare for newest Ceramic and add logo-mesh + bunnymark
1 parent abb7f1f commit f85ff97

File tree

22 files changed

+2524
-1054
lines changed

22 files changed

+2524
-1054
lines changed

.github/workflows/build-samples.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@ jobs:
1515
- name: Checkout submodules
1616
run: git submodule update --init --recursive
1717
- name: Setup Node.js
18-
uses: actions/setup-node@v1
18+
uses: actions/setup-node@v4
1919
with:
20-
node-version: '14.19.1'
21-
- name: Setup NPM
22-
working-directory: .
23-
run: |
24-
sudo npm install -g npm@8.12.1
20+
node-version: 22
2521
- name: Install packages
2622
working-directory: .
2723
run: |
@@ -51,7 +47,7 @@ jobs:
5147
sudo ln -s $NEKOPATH/nekotools /usr/local/bin/nekotools
5248
sudo ln -s $NEKOPATH /usr/local/lib/neko
5349
sudo ln -s $NEKOPATH/libneko.so /usr/local/lib/libneko.so
54-
sudo ln -s $NEKOPATH/libneko.so.2.3.0 /usr/local/lib/libneko.so.2.3.0
50+
sudo ln -s $NEKOPATH/libneko.so.2.4.0 /usr/local/lib/libneko.so.2.4.0
5551
sudo ln -s $NEKOPATH/libneko.so.2 /usr/local/lib/libneko.so.2
5652
sudo ldconfig
5753
sudo ldconfig /usr/local/lib

.vscode/tasks.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
2-
"version": "2.0.0",
3-
"tasks": [
4-
{
5-
"type": "ceramic",
6-
"args": "active configuration",
7-
"problemMatcher": [
8-
"$haxe-absolute",
9-
"$haxe",
10-
"$haxe-error",
11-
"$haxe-trace"
12-
],
13-
"group": {
14-
"kind": "build",
15-
"isDefault": true
16-
},
17-
"label": "ceramic: active configuration"
18-
}
19-
]
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "ceramic",
6+
"args": "active configuration",
7+
"problemMatcher": [
8+
"$haxe-absolute",
9+
"$haxe",
10+
"$haxe-error",
11+
"$haxe-trace"
12+
],
13+
"group": {
14+
"kind": "build",
15+
"isDefault": true
16+
},
17+
"label": "ceramic: active configuration",
18+
"runOptions": {
19+
"instanceLimit": 2
20+
}
21+
}
22+
]
2023
}

bunnymark/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
.haxelib
3+
/out
4+
/completion.hxml

bunnymark/assets/bunny_1.png

6.49 KB
Loading

bunnymark/assets/bunny_2.png

7.12 KB
Loading

bunnymark/assets/bunny_3.png

7.62 KB
Loading

bunnymark/assets/bunny_4.png

9.33 KB
Loading

bunnymark/assets/bunny_5.png

6.74 KB
Loading

bunnymark/ceramic.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
app:
2+
package: ceramic-samples.bunnymark
3+
name: bunnymark
4+
displayName: BunnyMark
5+
author: Jeremy Faivre
6+
version: '1.0'
7+
8+
defines:

bunnymark/screenshot.png

523 KB
Loading

0 commit comments

Comments
 (0)