Skip to content

Instantly share code, notes, and snippets.

View basejumpa's full-sized avatar

Alexander Mann-Wahrenberg basejumpa

  • VITRONIC Group
  • Germany, Wiesbaden
  • 11:28 (UTC +02:00)
  • LinkedIn in/basejumpa
View GitHub Profile
@basejumpa
basejumpa / WebGL-WebGPU-frameworks-libraries.md
Created January 29, 2024 00:05 — forked from dmnsgn/WebGL-WebGPU-frameworks-libraries.md
A collection of WebGL and WebGPU frameworks and libraries

A non-exhaustive list of WebGL and WebGPU frameworks and libraries. It is mostly for learning purposes as some of the libraries listed are wip/outdated/not maintained anymore.

Engines and libraries ⚙️

Name Stars Last Commit Description
three.js ![GitHub
@basejumpa
basejumpa / Jenkinsfile
Created October 24, 2017 18:42 — forked from jonico/Jenkinsfile
Example for a full blown Jenkins pipeline script with multiple stages, input steps, injected credentials, heroku deploy, sonarqube and artifactory integration, multiple Git commit statuses, PR merge vs branch build detection, REST API calls to GitHub deployment API, stage timeouts, stage concurrency constraints, ...
#!groovy
import groovy.json.JsonOutput
import groovy.json.JsonSlurper
/*
Please make sure to add the following environment variables:
HEROKU_PREVIEW=<your heroku preview app>
HEROKU_PREPRODUCTION=<your heroku pre-production app>
HEROKU_PRODUCTION=<your heroku production app>
@basejumpa
basejumpa / README.md
Created March 21, 2017 01:43 — forked from hofmannsven/README.md
My simply Git Cheatsheet