https://github.com/stevepan643/aqua-engine
Game engine by Java.
https://github.com/stevepan643/aqua-engine
3d-rendering-engine game-engine java lwjgl3 opengl
Last synced: 5 months ago
JSON representation
Game engine by Java.
- Host: GitHub
- URL: https://github.com/stevepan643/aqua-engine
- Owner: stevepan643
- Created: 2025-01-11T11:14:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T15:58:37.000Z (5 months ago)
- Last Synced: 2025-01-22T16:39:44.883Z (5 months ago)
- Topics: 3d-rendering-engine, game-engine, java, lwjgl3, opengl
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aqua engine
## Introduce
This project is a engine, and the way of learning OpenGL (www.learnopengl.com) with java.## TODO List:
1. [x] Create window.
2. [x] Draw first triangle.
3. [x] More colorful.
4. [x] Mapping a texture to the triangle.
5. [x] Mix two texture.
6. [x] Perspective projection.
7. [x] Tidy up git and github's branches.
8. [x] Going 3D.
9. [ ] Separate uniform in main, and into a class.
10. [ ] Set up a camera.
11. [ ] God said, Let there be light.__...__