Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tylertemp/roopiy_ui


https://github.com/tylertemp/roopiy_ui

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Roopiy UI #

## Sqlite Project Data Struct ##

**config**

* key: primary, string
* value: string(json)

**frame**

* filePath: primary, string, `frames/${filename}`
* width: int
* height: int
* swappedTo: string | null, `swap/${filename}`

**frameFace**

* id: primary, int
* value: string(json)
* faceLibId: faceLib.id, int
* frameFilePath: frame.filePath

**faceLib**

* id: primary, int
* value: string(json)
* file: string, `face_lib/${filename}`
* alias: string
* hide: bool

**swap**

* id: primary
* frame_face_id: frame_face.id
* face_lib_id: face_lib.id