Jackalope / JenExamples (public) (License: GPLv3 or later version) (since 2020-04-27) (hash sha1)
Examples for JEN framework:
- images modification and onscreen displaying;
- presudo-random noise data generation benchmark with SIMDCPP implementation comparison.

Define CMake variable JEN_PROJECT_DIR to path of JEN root project directory.
List of commits:
Subject Hash Author Date (UTC)
added .gitignore 6b638f2d3aee483a87554322a235d3b23aeea92e TheArtOfGriefing 2020-03-09 05:01:59
added jen framework 0a17b9c9eb165ff74e9111e7a4720f50fe6fdc67 TheArtOfGriefing 2020-03-09 05:00:19
simplex and white noise compute shaders bdaba8a192ac8e148233c3428e4ca94ac9f56b9e TheArtOfGriefing 2020-03-09 02:09:01
Commit 6b638f2d3aee483a87554322a235d3b23aeea92e - added .gitignore
Author: TheArtOfGriefing
Author date (UTC): 2020-03-09 05:01
Committer name: TheArtOfGriefing
Committer date (UTC): 2020-03-09 05:01
Parent(s): 0a17b9c9eb165ff74e9111e7a4720f50fe6fdc67
Signing key:
Tree: afe2aaf5543e2a3283fa9490523daa361fc24c2b
File Lines added Lines deleted
.gitignore 17 0
File .gitignore added (mode: 100644) (index 0000000..391075e)
1 #qt creator
2 *.user
3
4 #spacemacs
5 .projectile
6
7 #atom
8 .atom-dbg.cson
9 *.json
10
11 #linux
12 *.directory
13 .*
14 !.gitignore
15
16 #build
17 /build/*
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/Jackalope/JenExamples

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/Jackalope/JenExamples

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