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/).

/bin/run.sh (400a8b3c8ac993bf3b75f0f6b1eb3b525bd9eee9) (284 bytes) (mode 100755) (type blob)

#!/bin/bash
DIR=`dirname $0`
BASEDIR="${DIR}/../"
mkdir -p "${BASEDIR}/var/log/"
java -ea -Dorg.lwjgl.librarypath="${BASEDIR}lib/java/" \
        -p "${BASEDIR}lib/java/:${BASEDIR}share/java/" \
        -m org.jgltut.tutaa > "${BASEDIR}var/log/out.log" 2> "${BASEDIR}var/log/err.log"


Mode Type Size Ref File
100644 blob 5166 a8f53b37427c9ecc7719abb462ba4eed6eec7850 .clang-format
100644 blob 349 077cb616591c203384ad1ef99ad4344fb71f6b70 .gitignore
040000 tree - 4acf487b9487c71eadcc64e6229b71147aa308be bin
040000 tree - 8aab3547027b6e2e65741fef3201c7d184496c6e conf
040000 tree - 8b8758a19005e96625b99e3816097c6f4bce643a share
040000 tree - 7f43d676897fbea75f765c7ae89c5c03c5d8b705 src
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