All Projects → yjfnypeu → Router-RePlugin

yjfnypeu / Router-RePlugin

Licence: Apache-2.0 license
针对360的RePlugin插件化框架适配的路由Router框架

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Router-RePlugin

GBVS360-BMS360-ProSal
Extending existing saliency prediction models from 2D to omnidirectional images
Stars: ✭ 25 (-69.51%)
Mutual labels:  360
channelHelper
基于walle工具的多渠道打包脚本
Stars: ✭ 35 (-57.32%)
Mutual labels:  360
stingray-plugin
Autodesk Interactive Plugin. Fork it, Build it, Ship it!
Stars: ✭ 28 (-65.85%)
Mutual labels:  plug-ins
HyperSphereSurfaceRegression
Code accompanying the paper "360 Surface Regression with a Hyper-Sphere Loss", 3DV 2019
Stars: ✭ 13 (-84.15%)
Mutual labels:  360
UnityOpenSphericalCamera
OSC API v1.0 on Unity. Take a picture and Load the texture.
Stars: ✭ 21 (-74.39%)
Mutual labels:  360
pipano-sdk-ios
A Panorama SDK for iOS
Stars: ✭ 20 (-75.61%)
Mutual labels:  360
RePlugin-GameSdk
集成360 replugin插件化框架, 游戏Game Sdk,包含宿主、插件工程,(登录、支付、退出、浮标业务)
Stars: ✭ 33 (-59.76%)
Mutual labels:  replugin
nclcomposer
A flexible authoring tool for interactive multimedia applications
Stars: ✭ 18 (-78.05%)
Mutual labels:  plug-ins
Panorama3D
Delphi Firemonkey Panorama 360° Viewer
Stars: ✭ 27 (-67.07%)
Mutual labels:  360
network-tools
Network Tools
Stars: ✭ 27 (-67.07%)
Mutual labels:  plug-ins
equilib
🌎→🗾Equirectangular (360/panoramic) image processing library for Python with minimal dependencies only using Numpy and PyTorch
Stars: ✭ 43 (-47.56%)
Mutual labels:  360
DumpDex
基于Xposed的极简易的dump dex文件脱壳工具
Stars: ✭ 46 (-43.9%)
Mutual labels:  360
Many-Translaters
谷歌翻译,360翻译,iCIBA翻译,有道翻译,免费API
Stars: ✭ 121 (+47.56%)
Mutual labels:  360
3D60
Tools accompanying the 3D60 spherical panoramas dataset
Stars: ✭ 83 (+1.22%)
Mutual labels:  360
360WIFI-MAC
💻Use 360 Portable Wi-Fi Adapter (1st gen & 2nd gen) on Your Mac 360 MacOS 驱动。
Stars: ✭ 26 (-68.29%)
Mutual labels:  360
360-VJ
Add another dimension to your VJing with the 360-VJ effect pack! Rotate 360 and Fisheye videos, convert 360 and Flat videos to Fisheye. Great for fulldome and immersive VJing.
Stars: ✭ 81 (-1.22%)
Mutual labels:  360
DeepPanoramaLighting
Deep Lighting Environment Map Estimation from Spherical Panoramas (CVPRW20)
Stars: ✭ 37 (-54.88%)
Mutual labels:  360
PanoDR
Code and models for "PanoDR: Spherical Panorama Diminished Reality for Indoor Scenes" presented at the OmniCV workshop of CVPR21.
Stars: ✭ 22 (-73.17%)
Mutual labels:  360
Image360
Special view & controller to display 360° panoramic images
Stars: ✭ 42 (-48.78%)
Mutual labels:  360
homify
🏡 Open-source home automation / smarthome platform running on PHP (Laravel).
Stars: ✭ 45 (-45.12%)
Mutual labels:  plug-ins

Router-Plugin

Router-Plugin是一款针对360的RePlugin框架使用Router作为路由跳转的兼容框架。

Dependencies

RePlugin分为host与plugin包。所以针对RePlugin所做的配置。也分为了host与plugin包:

LastestVersion=

  • 针对host:
compile "com.github.yjfnypeu.Router-RePlugin:host:${LastestVersion}"

若使用框架所提供的UpdateRePluginCallbacks类做远程插件下载管理。则需要同时引入UpdatePlugin框架使用。推荐使用!

  • 针对plugin:
compile "com.github.yjfnypeu.Router-RePlugin:plugin:${LastestVersion}"

Usage

请参考Wiki使用说明

ProGuard

-keep class com.lzh.nonview.router.**{*;}
-keep class com.lzh.router.replugin.**{*;}
-keep class * extends com.lzh.nonview.router.route.ActionSupport{*;}
-keep class * implements com.lzh.nonview.router.interceptors.RouteInterceptor{*;}
-keep class * implements com.lzh.nonview.router.route.RouteCallback{*;}

联系作者

email: [email protected]

安卓交流会所

或者手动加入QQ群: 108895031

License

Apache v2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].