-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Showing
280 changed files
with
50,909 additions
and
49,105 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
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: Canvas Native | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
workflow_dispatch: | ||
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
|
||
env: | ||
NPM_TAG: "pr" | ||
EMULATOR_NAME: "runtime-emu" | ||
NDK_VERSION: r23c | ||
ANDROID_API: 29 | ||
ANDROID_ABI: x86_64 | ||
NDK_ARCH: linux | ||
|
||
|
||
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-22.04 | ||
outputs: | ||
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }} | ||
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }} | ||
steps: | ||
- name: Install rust | ||
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal | ||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
submodules: true | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20 | ||
registry-url: "https://registry.npmjs.org" | ||
- uses: actions/setup-java@v3 | ||
with: | ||
distribution: "temurin" | ||
java-version: "17" | ||
cache: gradle | ||
- name: Setup Android SDK | ||
uses: android-actions/setup-android@v2 | ||
- name: Setup NDK | ||
run: | | ||
echo "y" | sdkmanager "cmake;3.6.4111459" | ||
wget https://dl.google.com/android/repository/android-ndk-$NDK_VERSION-$NDK_ARCH.zip | ||
chmod +x android-ndk-$NDK_VERSION-$NDK_ARCH.zip | ||
unzip -q android-ndk-$NDK_VERSION-$NDK_ARCH.zip | ||
rm -rf android-ndk-$NDK_VERSION-$NDK_ARCH.zip | ||
export ANDROID_NDK_HOME=`pwd`/android-ndk-$NDK_VERSION | ||
echo ANDROID_NDK_HOME=${ANDROID_NDK_HOME} >> $GITHUB_ENV | ||
echo ANDROID_NDK=${ANDROID_NDK_HOME} >> $GITHUB_ENV | ||
echo ${ANDROID_NDK_HOME} >> $GITHUB_PATH | ||
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -48,3 +48,6 @@ rust-skia | |
/target | ||
/**/*.rs.bk | ||
/Cargo.lock | ||
|
||
.nx/cache | ||
.nx/workspace-data |
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,3 +3,6 @@ | |
/dist | ||
/coverage | ||
native-src | ||
|
||
/.nx/cache | ||
/.nx/workspace-data |
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
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
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
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,21 +1,21 @@ | ||
{ | ||
"main": "./src/main.ts", | ||
"dependencies": { | ||
"@nativescript/canvas": "file:../../dist/packages/canvas", | ||
"@nativescript/canvas-babylon": "file:../../dist/packages/canvas-babylon", | ||
"@nativescript/canvas-media": "file:../../dist/packages/canvas-media", | ||
"@nativescript/canvas-phaser": "file:../../dist/packages/canvas-phaser", | ||
"@nativescript/canvas-phaser-ce": "file:../../dist/packages/canvas-phaser-ce", | ||
"@nativescript/canvas-pixi": "file:../../dist/packages/canvas-pixi", | ||
"@nativescript/canvas-polyfill": "file:../../dist/packages/canvas-polyfill", | ||
"@nativescript/canvas-three": "file:../../dist/packages/canvas-three", | ||
"@nativescript/core": "file:../../node_modules/@nativescript/core", | ||
"three": "file:../../node_modules/three", | ||
"@nativescript/canvas-chartjs": "file:../../dist/packages/canvas-chartjs", | ||
"@nativescript/canvas-svg": "file:../../dist/packages/canvas-svg" | ||
}, | ||
"devDependencies": { | ||
"@nativescript/android": "~8.5.0", | ||
"@nativescript/ios": "8.5.1-dev.0" | ||
} | ||
"main": "./src/main.ts", | ||
"dependencies": { | ||
"@nativescript/canvas": "file:../../dist/packages/canvas", | ||
"@nativescript/canvas-babylon": "file:../../dist/packages/canvas-babylon", | ||
"@nativescript/canvas-media": "file:../../dist/packages/canvas-media", | ||
"@nativescript/canvas-phaser": "file:../../dist/packages/canvas-phaser", | ||
"@nativescript/canvas-phaser-ce": "file:../../dist/packages/canvas-phaser-ce", | ||
"@nativescript/canvas-pixi": "file:../../dist/packages/canvas-pixi", | ||
"@nativescript/canvas-polyfill": "file:../../dist/packages/canvas-polyfill", | ||
"@nativescript/canvas-three": "file:../../dist/packages/canvas-three", | ||
"@nativescript/core": "file:../../node_modules/@nativescript/core", | ||
"three": "file:../../node_modules/three", | ||
"@nativescript/canvas-chartjs": "file:../../dist/packages/canvas-chartjs", | ||
"@nativescript/canvas-svg": "file:../../dist/packages/canvas-svg" | ||
}, | ||
"devDependencies": { | ||
"@nativescript/android": "~8.7.0", | ||
"@nativescript/ios": "~8.7.0" | ||
} | ||
} |
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
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,8 +1,10 @@ | ||
{ | ||
"main": "app.js", | ||
"android": { | ||
"v8Flags": "--expose_gc", | ||
"requireModules": ["@nativescript/imagepicker"], | ||
"markingMode": "none" | ||
} | ||
"main": "app.js", | ||
"android": { | ||
"v8Flags": "--expose_gc", | ||
"requireModules": [ | ||
"@nativescript/imagepicker" | ||
], | ||
"markingMode": "none" | ||
} | ||
} |
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,21 +1,21 @@ | ||
{ | ||
"main": "./app/app.ts", | ||
"dependencies": { | ||
"nativescript-vue": "file:../../node_modules/nativescript-vue", | ||
"@nativescript/core": "file:../../node_modules/@nativescript/core", | ||
"@nativescript/canvas-media": "file:../../packages/canvas-media", | ||
"@nativescript/canvas": "file:../../packages/canvas", | ||
"@nativescript/canvas-babylon": "file:../../packages/canvas-babylon", | ||
"@nativescript/canvas-phaser": "file:../../packages/canvas-phaser", | ||
"@nativescript/canvas-phaser-ce": "file:../../packages/canvas-phaser-ce", | ||
"@nativescript/canvas-pixi": "file:../../packages/canvas-pixi", | ||
"@nativescript/canvas-polyfill": "file:../../packages/canvas-polyfill", | ||
"@nativescript/canvas-three": "file:../../packages/canvas-three", | ||
"@nativescript/canvas-chartjs": "file:../../packages/canvas-chartjs", | ||
"@nativescript/canvas-svg": "file:../../packages/canvas-svg" | ||
}, | ||
"devDependencies": { | ||
"@nativescript/android": "~8.5.0", | ||
"@nativescript/ios": "8.5.1-dev.0" | ||
} | ||
"main": "./app/app.ts", | ||
"dependencies": { | ||
"nativescript-vue": "file:../../node_modules/nativescript-vue", | ||
"@nativescript/core": "file:../../node_modules/@nativescript/core", | ||
"@nativescript/canvas-media": "file:../../packages/canvas-media", | ||
"@nativescript/canvas": "file:../../packages/canvas", | ||
"@nativescript/canvas-babylon": "file:../../packages/canvas-babylon", | ||
"@nativescript/canvas-phaser": "file:../../packages/canvas-phaser", | ||
"@nativescript/canvas-phaser-ce": "file:../../packages/canvas-phaser-ce", | ||
"@nativescript/canvas-pixi": "file:../../packages/canvas-pixi", | ||
"@nativescript/canvas-polyfill": "file:../../packages/canvas-polyfill", | ||
"@nativescript/canvas-three": "file:../../packages/canvas-three", | ||
"@nativescript/canvas-chartjs": "file:../../packages/canvas-chartjs", | ||
"@nativescript/canvas-svg": "file:../../packages/canvas-svg" | ||
}, | ||
"devDependencies": { | ||
"@nativescript/android": "~8.7.0", | ||
"@nativescript/ios": "~8.7.0" | ||
} | ||
} |
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
Oops, something went wrong.