Giter VIP home page Giter VIP logo

vortex-experiments's Introduction

Vortex

GitHub GitHub repo size Google Play

Introduction

Vortex, a Data-driven Live Wallpaper (Google Play), is an Unity-Android hybrid live wallpaper developed by JustZht. Based on data acquired from Awareness API including weather, location, time, human motion, Vortex manipulate the flowing particles with different parameters.

Project Structure

Vortex consists of two parts: Unity as the graphical frontends, and Android as the data provider.

.
├── Assets
│   ├── Demigiant // free version of DOTween
│   ├── Editor
│   ├── FinGameWorks // my code module
│   ├── JsonDotNet // free version of Json.Net
│   ├── Plugins // my own LWP solution
│   └── Resources
├── Builds
│   └── Android
│       ├── Temp // temp export directory
│       │   ├── launcher
│       │   └── unityLibrary
│       └── Vortex // main android project
│           ├── launcher
│           └── unityLibrary
├── Packages
└── ProjectSettings

Unity (>=2019.3) would export the updated Android Gradle project to the Builds/Android/Temp directory, and a post-processing script would copy the newly generated unityLibrary directory to the same place in Builds/Android/Vortex, essentially replacing the old one. The unityLibrary directory contains the often-updated Unity part, while the launcher directory contains the persistent, native Android part, including java files and xmls.

Vortex deploys my own solution for Unity-Android live wallpaper, called UniLWP, which is both free for the basic version and commercially on sale (Asset Store) for a complete feature set.

Build Instructions

vortex-experiments's People

Contributors

justinfincher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.