-
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.
Added publishing and dokka to newer modules
Also tweaked module descriptions a tad.
- Loading branch information
Showing
9 changed files
with
16 additions
and
9 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
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,7 +1,7 @@ | ||
# Glfw | ||
|
||
Provides OOP Kotlin/Multiplatform bindings for Glfw. | ||
> [!NOTE] | ||
> Bindings are created manually when needed, feel free to create an issue to have a binding added. | ||
## TODO | ||
* Proper window hints API | ||
* *Bindings are created manually when needed, feel free to create an issue to have a binding added.* | ||
Provides object-oriented Kotlin/Multiplatform bindings for Glfw, | ||
implementing the [Spock windowing library](../windowing). |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
POM_ARTIFACT_ID=math-base | ||
POM_DESCRIPTION=Basic functionality of the Spock math library, excluding code-generated symbols. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
POM_ARTIFACT_ID=math | ||
POM_DESCRIPTION=Immutable, expressive, type-safe, and extensible vector math library for Kotlin/Multiplatform. |
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,2 @@ | ||
POM_ARTIFACT_ID=spock-toolkit | ||
POM_DESCRIPTION=WebGPU implementation of the Spock Game Engine. | ||
POM_DESCRIPTION=WebGPU implementation of the Spock game engine. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
POM_ARTIFACT_ID=spock-windowing | ||
POM_DESCRIPTION=Windowing abstraction library | ||
POM_DESCRIPTION=Kotlin/Multiplatform windowing abstraction library. |