Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbleui/types
Core classes for Skija, JWM and HumbleUI
https://github.com/humbleui/types
Last synced: 4 days ago
JSON representation
Core classes for Skija, JWM and HumbleUI
- Host: GitHub
- URL: https://github.com/humbleui/types
- Owner: HumbleUI
- License: apache-2.0
- Created: 2021-12-14T18:45:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T20:28:38.000Z (almost 2 years ago)
- Last Synced: 2023-07-28T10:09:28.652Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Core types for Skija, JWM and HumbleUI
## Dependency
Key | Value
-----------|-----------------------
groupId | io.github.humbleui
artifactId | types
version | ![version](https://img.shields.io/maven-central/v/io.github.humbleui/types)## Building from source
Prerequisites:
- Shared: Git, JDK 11+, $JAVA_HOME, Python 3
Build:
```
./script/build.py
```Publish locally:
```
./script/install.py --version 0.1.0
```# Contributors
- [Nikita Prokopov](https://github.com/tonsky)