Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)