vrtc / jgltut (public) (License: GPLv3) (since 2020-10-12) (hash sha1)
Implement [gltut](https://paroj.github.io/gltut/) examples with [LWJGL3](https://www.lwjgl.org/).
List of commits:
Subject Hash Author Date (UTC)
feat: Respect aspect ratio and scale viewport 5e1aa3c91e9730809d00d5d12c9650eceebc6d0d Vladyslav Bondarenko 2020-10-08 03:09:56
fix: Improve ShaderReader source code readability b32446e176d73ec7206722cabee49e923df82370 Vladyslav Bondarenko 2020-10-08 02:03:27
fix: Improve RendererAA resilience 03517bb99759d38a80ffa03ccfc627d502751d7d Vladyslav Bondarenko 2020-10-08 01:15:44
feat: Read shader source from Java resource 9131cd0d7c83773d686e60f07e2a562222b9784b Vladyslav Bondarenko 2020-10-07 23:32:42
feat: Render white triangle on navy background 771bf33b7a05d2f43c30b57c59f0e6e80a4d7070 Vladyslav Bondarenko 2020-10-07 22:57:25
feat!: Improve mock renderer fd45e6ac8a05602140bc30a9153f1e10c4815db1 Vladyslav Bondarenko 2020-10-07 16:29:47
Feat: add mock renderer a9270982088c680cd9b2462fd14ddbc048b314bd Vladyslav Bondarenko 2020-09-26 12:37:55
Initial commit 860d5debdc468cc159f2cbba261e5d8abb0abe38 Vladyslav Bondarenko 2020-09-21 12:45:18
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/vrtc/jgltut

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/vrtc/jgltut

Clone this repository using git:
git clone git://git.rocketgit.com/user/vrtc/jgltut

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main