Skip to content

Commit

Permalink
Add screenshot and link to APK Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
david-palm authored Jan 17, 2023
1 parent 4ba1f61 commit 138c686
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# GLARE - GL Android Rendering Engine
GLARE is a 3D rendering engine for Android devices supporting on OpenGL ES 3 written in Java. It is completely written from scratch and does not use any external libraries. It is currently displaying a cube with a tile texture which can be easily swapped out in code.
GLARE is a 3D rendering engine for Android devices supporting on OpenGL ES 3 written in Java. It is completely written from scratch and does not use any external libraries. It is currently displaying a cube with a tile texture which can be easily swapped out in code. The current APK of the demo can be downloaded [here](https://github.com/david-palm/GLARE/releases/download/stable/glare_stable_v0.1.apk)!
<p align="center">
<img src="https://user-images.githubusercontent.com/109848051/212898975-279f065b-6efa-46c4-825b-6b0994447420.png" height="500px">
</p>


## Rendering
GLARE allows the user to render 3D meshes as well as 2D UI elements:
- 3D objects have materials consisting of an albedo map or a color, a normal map and a roughness map
Expand Down

0 comments on commit 138c686

Please sign in to comment.