https://github.com/humbleui/types
Core classes for Skija, JWM and HumbleUI
https://github.com/humbleui/types
Last synced: 10 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T20:28:38.000Z (over 3 years ago)
- Last Synced: 2025-04-25T05:36:51.438Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- 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 | 
## 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)