initial commit

This commit is contained in:
Wieland Schöbl
2021-04-29 23:05:28 +02:00
commit b9bea1e893
14 changed files with 655 additions and 0 deletions

30
README.md Normal file
View File

@@ -0,0 +1,30 @@
# HMCore Kotlin Extensions
The scope of the Kotlin HMCore extensions is to provide Kotlin users with an
idiomatic way to use HMCore, without sacrificing performance or compromising
Java users.
What is NOT the scope of this project is to provide exclusive functionality
for Kotlin users. Any features that Java users can benefit from should
ALWAYS be implemented in the main HMCore project.
## Contributors ✨
Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/wulkanat"><img src="https://avatars.githubusercontent.com/u/19289296?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Wieland Schöbl</b></sub></a><br /><a href="https://github.com/HMCore/Core-ktx/commits?author=wulkanat" title="Tests">⚠️</a> <a href="https://github.com/HMCore/Core-ktx/commits?author=wulkanat" title="Code">💻</a> <a href="https://github.com/HMCore/Core-ktx/commits?author=wulkanat" title="Documentation">📖</a><a href="#ideas-wulkanat" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="https://github.com/UnrealValentin"><img src="https://avatars.githubusercontent.com/u/30842467?v=4?s=100" width="100px;" alt=""/><br /><sub><b>UnrealValentin</b></sub></a><br /><a href="https://github.com/HMCore/Core-ktx/commits?author=UnrealValentin" title="Documentation">📖</a> <a href="https://github.com/HMCore/Core-ktx/commits?author=UnrealValentin" title="Tests">⚠️</a> <a href="https://github.com/HMCore/Core-ktx/commits?author=UnrealValentin" title="Code">💻</a> <a href="#ideas-UnrealValentin" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!