An open API service indexing awesome lists of open source software.

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.

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.

__...__