Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galacean/effects-native-examples
Galacean Effects's native examples
https://github.com/galacean/effects-native-examples
animation cpp effects opengles
Last synced: about 8 hours ago
JSON representation
Galacean Effects's native examples
- Host: GitHub
- URL: https://github.com/galacean/effects-native-examples
- Owner: galacean
- License: mit
- Created: 2023-11-20T07:47:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-03T11:02:40.000Z (11 months ago)
- Last Synced: 2024-11-14T00:38:24.343Z (4 days ago)
- Topics: animation, cpp, effects, opengles
- Language: C
- Homepage: https://galacean.antgroup.com/effects/
- Size: 7.53 MB
- Stars: 14
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Galacean Effects Native Examples
## Introduction
This repo is for demo of integration of [GalaceanEffectsNative](https://github.com/galacean/effects-native) player (take ``GEPlayer`` for short).## OS Requirement
- Android: 6.0 or later
- iOS: 11.0 or later## Directory layout
```
GalaceanEffectsNativeExamples
├── android # Android demo gradle project
├── ios # iOS demo Xcode project
├── libs # binary artifact
│ ├── aar
│ └── framework
└── ...
```## Getting Started
To use GEPlayer in your Android or iOS project, follow these steps:### Android
Add the following dependencies to your build.gradle file:
```
dependencies {
// ...
implementation 'io.github.galacean:effects:0.0.1.202311221223'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.alibaba:fastjson:1.2.76'
}
```### iOS
Add the following dependency to your Podfile:
```
target 'xxx' do
# ...
pod 'GalaceanEffects'
end
```## API Documentation
For more information of the GEPlayer API, please visit: [https://galacean.antgroup.com/effects/#/user/ox4pb0gu4zuol6st](https://galacean.antgroup.com/effects/#/user/ox4pb0gu4zuol6st)
## Contribution
Contributions are welcome! If you have any suggestions or improvements, please feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).## Thanks
ZipArchive: [https://github.com/ZipArchive/ZipArchive](https://github.com/ZipArchive/ZipArchive)