Skip to content

Commit 29d02ae

Browse files
committed
CPyMO Demo
1 parent de48a64 commit 29d02ae

32 files changed

Lines changed: 11910 additions & 0 deletions

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "CPyMO"]
2+
path = CPyMO
3+
url = git@github.com:Strrationalism/CPyMO.git

CPyMO

Submodule CPyMO added at 25a3ca7

build.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pushd CPyMO/cpymo-backends/sdl2
2+
cp -r ../../../test test
3+
export BUILD_GAME_DIR=test
4+
export WASM=1
5+
make -f Makefile.Emscripten -j
6+
cp cpymo.html ../../../index.html
7+
cp cpymo.data ../../../cpymo.data
8+
cp cpymo.js ../../../cpymo.js
9+
cp cpymo.wasm ../../../cpymo.wasm
10+
popd

cpymo.data

6.65 MB
Binary file not shown.

cpymo.js

Lines changed: 10524 additions & 0 deletions
Large diffs are not rendered by default.

cpymo.wasm

4.63 MB
Binary file not shown.

index.html

Lines changed: 1296 additions & 0 deletions
Large diffs are not rendered by default.

test/bg/BG001_H.jpg

143 KB
Loading

test/bg/BG018_H.jpg

126 KB
Loading

test/bg/BG_BLACK.jpg

25.4 KB
Loading

0 commit comments

Comments
 (0)