galacean / effects-native-examples

Galacean Effects's native examples

Home Page:https://galacean.antgroup.com/effects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Galacean Effects Native Examples

Introduction

This repo is for demo of integration of GalaceanEffectsNative 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

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.

Thanks

ZipArchive: https://github.com/ZipArchive/ZipArchive

About

Galacean Effects's native examples

https://galacean.antgroup.com/effects/

License:MIT License


Languages

Language:C 78.3%Language:Objective-C 10.1%Language:Java 6.2%Language:Objective-C++ 5.4%