Skip to content

Instantly share code, notes, and snippets.

View essingen123's full-sized avatar
😀

Karl Lindberg & Kilian Güntner essingen123

😀
View GitHub Profile
@ericandrewlewis
ericandrewlewis / index.md
Last active April 24, 2025 21:18
Set up an Ubuntu Web Server on an Intel Nuc, steps and code snippets
@heaversm
heaversm / datgui-build.js
Last active July 4, 2025 22:00
Automatically build a dat gui from a javascript object
config = { //SAMPLE OBJECT - replace this with your data object
stroke: 2, //svg stroke value
opacity: 0.3, //0-1
offsetX: 120, //px
offsetY: 80,
fontWeight: 400, //css font-weight
fontSize: 12, //in px
changePositive: '\u25B4', //unicode character for up arrow
changeNegative: '\u25BE', //unicode character for down arrow
colorBlue: '#1190A3', //all hex colors will automatically use the addColor dat gui function
anonymous
anonymous / experiment-6.markdown
Created August 17, 2017 00:27
Experiment #6