Skip to content

Commit

Permalink
Update project information
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Sep 23, 2023
1 parent ee0459f commit 0188777
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [
21-ea
21
]
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
Expand All @@ -25,7 +25,6 @@ jobs:
with:
java-version: |
${{ matrix.java }}
20
distribution: 'temurin'
- name: Grant execute permission for gradlew
if: ${{ runner.os != 'Windows' }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

## Introduction

Overrun Game Library is a high-performance library that implemented with Java 21,
Overrun Game Library is a high-performance library implemented with Java 21,
enables cross-platform access to a set of C/C++ library bindings, and provides some useful utilities.

### OverrunGL vs. LWJGL

[LWJGL 3](https://github.com/LWJGL/lwjgl3) is also a Java library that enables native access.

LWJGL 3 uses JNI to access native functions,
but OverrunGL uses [FFM API](https://openjdk.org/jeps/434), which has better performance.
but OverrunGL uses [FFM API](https://openjdk.org/jeps/442), which has better performance.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ projArtifactId=overrungl
projName=overrungl
projVersion=0.1.0-SNAPSHOT
projVcs=Over-Run/overrungl
projBranch=0.x
projBranch=main

# Organization
orgName=Overrun Organization
Expand Down

0 comments on commit 0188777

Please sign in to comment.