-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
4 changed files
with
18 additions
and
6 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,4 +1,4 @@ | ||
name: Build Multi Platform | ||
name: Build | ||
on: | ||
pull_request: | ||
branches: [main, dev ] | ||
|
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,4 +1,4 @@ | ||
name: Release Multi Platform | ||
name: Release | ||
on: | ||
push: | ||
tags: | ||
|
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,6 +1,16 @@ | ||
GPUPixel Version: v1.2.5 | ||
GPUPixel Version: v1.3.0-beta | ||
## What's New | ||
|
||
1. Android support armeabi-v7a @cijiugechu https://github.com/pixpark/gpupixel/commit/f51ece9b81ee71d357e26a1ca6620ab035767796 | ||
1. fix type errors in jni @cijiugechu https://github.com/pixpark/gpupixel/commit/f70fa25de04ff0d9a37dd64c1a6beb21da787e29 | ||
1. Refine android filter @xiaoshanlin000 https://github.com/pixpark/gpupixel/commit/7ee92c3c69949e2e5852770a282e9c75b46eaccd | ||
1. 🔄 Replace the VNN face detection library with Mars-Face. | ||
|
||
2. 📉 Further reduce the library size. | ||
|
||
3. 🖥️ Use static linking for Mars-Face on Linux, macOS, and iOS. | ||
|
||
4. 📱 Use dynamic linking for Mars-Face on Windows and Android. | ||
|
||
5. 🐧 For Linux, the Mars-Face static library must be compiled using Debian 10. | ||
|
||
--- | ||
|
||
📝 👀Both Linux and macOS platforms provide static libraries for all third-party dependencies, so if you want to experiment with WASM support, you can use these two platforms for compilation. |
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