Skip to content

Instantly share code, notes, and snippets.

View kyle-wendling's full-sized avatar

Kyle Wendling kyle-wendling

View GitHub Profile
@kyle-wendling
kyle-wendling / simplex-noise.js
Created August 16, 2022 19:05
simplex-noise.js backup
/*
* A fast javascript implementation of simplex noise by Jonas Wagner
Based on a speed-improved simplex noise algorithm for 2D, 3D and 4D in Java.
Which is based on example code by Stefan Gustavson (stegu@itn.liu.se).
With Optimisations by Peter Eastman (peastman@drizzle.stanford.edu).
Better rank ordering method by Stefan Gustavson in 2012.
Copyright (c) 2018 Jonas Wagner
@kyle-wendling
kyle-wendling / d3-realtime-chart.js
Last active August 16, 2022 19:22
D3 Real Time Chart
//uses D3.js v7 https://d3js.org/d3.v7.min.js
//uses https://cdn.rawgit.com/jwagner/simplex-noise.js/master/simplex-noise.js
let time = 0;
const noise = new SimplexNoise();
const seed = 200 + 100 * Math.random();
let chart = {};
chart.make = function (set) {
This file has been truncated, but you can view the full file.
// ZIM Cat - Interactive Media Framework at https://zimjs.com - code creativity!
// Also see https://zimjs.com/distill to minify only the functions in your app
// (c) 2021 ZIM - free to use - donations welcome of course! https://zimjs.com/donate
// With thanks...
// Thanks to ZzFX - Zuper Zmall Zound Zynth - Micro Edition for play() method of Synth
// MIT License - Copyright 2019 Frank Force - https://github.com/KilledByAPixel/ZzFX
// Thanks to Josh Forisha - https://github.com/joshforisha for open-simplex-noise-js
// ZIM converted Noise() from https://www.npmjs.com/package/open-simplex-noise
// Thanks to Frank Los for coding the ZIM Keyboard()
@kyle-wendling
kyle-wendling / all-google-font-preview-full-list.markdown
Created October 2, 2020 17:24
All Google Font Preview Full List
@kyle-wendling
kyle-wendling / all-google-font-preview-full-list.markdown
Created October 2, 2020 17:18
All Google Font Preview Full List
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Project Eulertitle</title>
</head>
<body>
<button onclick="euler_one()">Try Euler One</button>