forked from QuestCraftPlusPlus/Pojlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/build-test' into build-test
# Conflicts: # README.md # src/main/java/pojlib/util/JREUtils.java # src/main/jni/Android.mk # src/main/jni/OpenOVR/libOCCore.a # src/main/jni/egl_bridge.c # src/main/jni/libopenxr_loader.so # src/main/jni/tinywrapper/main.c # src/main/jniLibs/arm64-v8a/libjnidispatch.so # src/main/jniLibs/arm64-v8a/liblwjgl.so # src/main/jniLibs/arm64-v8a/liblwjgl_nanovg.so # src/main/jniLibs/arm64-v8a/liblwjgl_opengl.so # src/main/jniLibs/arm64-v8a/liblwjgl_opengles.so # src/main/jniLibs/arm64-v8a/liblwjgl_openvr.so # src/main/jniLibs/arm64-v8a/liblwjgl_stb.so # src/main/jniLibs/arm64-v8a/liblwjgl_tinyfd.so # src/main/jniLibs/arm64-v8a/libopenal.so # src/main/jniLibs/arm64-v8a/libopuscodec.so # wrapper
- Loading branch information
Showing
17 changed files
with
169 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# Polib-Unity | ||
A library version of PojavLauncher made for use in Unity and other lightweight game-engines. | ||
# Pojlib | Minecraft Launcher Core | ||
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) | ||
![Lines of code](https://img.shields.io/tokei/lines/github/questcraftplusplus/pojlib?style=flat) | ||
|
||
A Minecraft: Java Edition launcher library partially made with elements from PojavLauncher. | ||
|
||
This library was initially meant for use in QuestCraft but has turned into the perfect library for Minecraft: Java Edition launchers. This includes everything needed for a basic and (soon) even advanced MCJE launchers written in Java (or any other language with interop). | ||
|
||
## Contributing | ||
|
||
Contributions are always welcome! | ||
|
||
Please ensure your code follows the language's naming conventions, here's a list of a few of the most common languages used in our projects: | ||
|
||
- [Java's Conventions](https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html) | ||
- [C++'s Conventions](https://google.github.io/styleguide/cppguide.html) | ||
|
||
Make sure your pull request describes exactly what the code does and explains why you're making the pull request! | ||
|
||
|
||
## Credits & Third Party Components | ||
### Developers: | ||
|
||
* [@TheJudge156](https://github.com/thejudge156) | Senior Maintainer | ||
|
||
* [@CADIndie](https://github.com/CADIndie) | Jr. Maintainer | ||
|
||
* [@MrNavaStar](https://github.com/MrNavaStar) | Previous Main Feature Implementor | ||
|
||
### Components: | ||
- [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher) (Pojlib Base application): [GNU GPLv3](https://github.com/khanhduytran0/PojavLauncher/blob/master/LICENSE). | ||
|
||
- [OpenComposite](https://gitlab.com/znixian/OpenOVR) (Used for OpenVR to OpenXR interpretation): [GNU GPLv3](https://gitlab.com/znixian/OpenOVR/-/blob/openxr/LICENSE.txt). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.