Ricky Reusser (@rreusser)

Top repositories

1

rreusser.github.io

rreusser.github.io
HTML
219
star
2

demos

One repo to rule them all.
HTML
211
star
3

glsl-solid-wireframe

draw wireframes or grids on a solid mesh using a fragment shader
GLSL
170
star
4

regl-gpu-lines

Pure GPU, instanced, screen-projected lines for regl
JavaScript
165
star
5

react-native-paged-scroll-view

[UNMAINTAINED] A higher-order React Native component to compute the current and total pages of a ScrollView-compatible component
JavaScript
95
star
6

smoothly-animating-points-with-regl

Smoothly animating points with regl
HTML
82
star
7

glsl-fft

GLSL setup for a Fast Fourier Transform of two complex matrices
JavaScript
74
star
8

react-native-with-everything

[totally outdated lol] Toward the dream of plugging all platforms into one app, finishing early, and spending more time outside.
JavaScript
48
star
9

glsl-rfft

GLSL setup for performing a Fast Fourier Transform of real-valued input
JavaScript
45
star
10

regl-smooth-life

SmoothLife on the GPU, via regl
JavaScript
42
star
11

bloom-effect-example

sub-optimal regl-based bloom effect in nearly-vanilla WebGL
JavaScript
27
star
12

controls-gui

🎚🎛 A GUI for managing state
JavaScript
24
star
13

explorations

Code dump, for now
JavaScript
23
star
14

controls-state

⚙️ An object for managing state
JavaScript
21
star
15

schrodinger-equation-1d-demo

The Schrödinger Equation with a potential barrier in 1D
JavaScript
17
star
16

html-inject-meta

Stream meta tags into html
JavaScript
16
star
17

glsl-domain-coloring

A glslify module for domain coloring in the complex plane
GLSL
14
star
18

spacetime.js

[ABANDONED] A nascent javascript library for math and physics calculations
JavaScript
13
star
19

grid-generation-experiments

Experimenting with hyperbolic grid generation and WebGL interfaces. That is all.
JavaScript
12
star
20

ndarray-transfinite-interpolation

[WIP] Fill an n-dimensional array by interpolating functions that define the boundaries
JavaScript
11
star
21

rrcfd

2354 bytes of CFD!
C
11
star
22

gulp-markdown-equations

A gulp plugin that makes it easy to replace latex equations in a markdown file with rendered images
JavaScript
11
star
23

plotly-mock-viewer

A budo-based live-reloading standalone viewer for plotly mocks
JavaScript
10
star
24

gaussian-mixture-estimator

[WIP] Gaussian Mixture Estimator using the Expectation Maximation algorithm
JavaScript
10
star
25

naca-four-digit-airfoil

The equations for a NACA four-digit series airfoil
JavaScript
9
star
26

glsl-hypot

The 2D hypot function for GLSL
GLSL
9
star
27

mdtex-cli

Markdown equation processing as a command line script
JavaScript
8
star
28

minimize-powell

Minimize a multivariate function using Powell's Method
JavaScript
8
star
29

PyAUNetReceive

A python module to listen to and process Audio Unit AUNetSend output
Python
7
star
30

octree-gravity

Solve the gravitational n-body problem using the Barnes-Hut octree approximation. With OpenGL interface!
C
7
star
31

summation-algorithms

Naive, pairwise recursive, pairwise non-recursive, and Kahan summation algorithms, compared
JavaScript
7
star
32

gulp-latex

A gulp plugin for rendering LaTeX files
JavaScript
6
star
33

mention-completer

A UI-platform-independent library for managing mention-like completion
JavaScript
5
star
34

brachistochrone-demo

A demo to illustrate the brachistochrone, the curve of fastest descent.
JavaScript
5
star
35

regl-extend

regl-aware deep extend
JavaScript
5
star
36

747-model

✈️
JavaScript
5
star
37

ndarray-awise-prototype

Perform axis-wise operations on an ndarary
JavaScript
5
star
38

ode-explicit

[DEPRECATED] Explicit RK-based ODE integrators
JavaScript
5
star
39

gl-aabb3

gl-matrix style functions for 3D axis-aligned bounding boxes
JavaScript
5
star
40

complex-zeros-delves-lyness

[WIP] Compute the zeros of a complex analytic function using the method of Delves and Lyness
JavaScript
5
star
41

loop-experiments

Experiments in code transformation for numerical javascript
JavaScript
4
star
42

idyll-plotly-example

Quick example of plugging Plotly JSON into an Idyll document
JavaScript
4
star
43

equation-to-latex

Generate a latex document for a single equation
TeX
4
star
44

lifx-server

A server built on the node package to connect to LIFX LED lightbulbs
Python
4
star
45

animation-experiments

plotly.js animation experiments
JavaScript
4
star
46

normalized-interaction-events

Normalized events for desktop and mobile interactions
HTML
4
star
47

maps

Maps
HTML
3
star
48

transform-markdown-mathmode

Transform LaTeX equations asynchronously in a stream of markdown
JavaScript
3
star
49

scijs-benchmark

[EXPERIMENTAL] A very simple benchmark utility
JavaScript
3
star
50

plotly-doc-viewer

Standalone viewer + search for plotly.js docs
HTML
3
star
51

regl-operators

Easy setup for a fullscreen operator in regl
JavaScript
3
star
52

trains-and-trails

JavaScript
3
star
53

fail-nicely

A one-liner to at least explain why things didn't work out
JavaScript
3
star
54

rrnum

[NOTHING TO MAINTAIN] Gobs of numerical computing code with maybe a couple salvageable pieces
C
2
star
55

square-parameters

Embed frontmatter-like config at the beginning of a string
JavaScript
2
star
56

jscfd

Site for tinkering with CFD and numerical computing
CSS
2
star
57

gulp-pdftocairo

A gulp-compatible wrapper for pdftocairo that converts PDF to PNG/JPEG/PS/EPS/SVG
JavaScript
2
star
58

ode-euler

Integrate a system of ordinary differential equations using the explicit Euler method.
JavaScript
2
star
59

scijs-polynomial-roots-comparison

Comparison of scijs polynomial root-finding methods
JavaScript
2
star
60

double-pendulum-demo

Just a double pendulum
JavaScript
1
star
61

idyll-experiments

Experiments with idyll. Hopefully a testing ground for releasable components.
JavaScript
1
star
62

cwise-regl-interaction

Sample repo to get to the bottom of a problematic interaction
JavaScript
1
star
63

bundle-collapser-uniqueness-failure

Reproduction of bundle-collapser#20 in which non-unique relative pathnames lead to non-unique bundle IDs
JavaScript
1
star
64

plotly-expression-transform

[WIP] A plotly transform for evaluating arbitrary functions
JavaScript
1
star
65

plotly-basis-transform

[WIP] Generate a linear- or log-space basis using plotly.js transforms
JavaScript
1
star
66

electron-test-app

electron + web + react + budo = 🤔
JavaScript
1
star
67

react-native-android-intent-issue

A repo to demonstrate an issue with out-of-the-box intents in React Native
Objective-C
1
star
68

principle-of-least-action-demo

A D3 demo to illustrate the Principle of Least Action
JavaScript
1
star
69

ndarray-tensor-op-experiment

[WIP] Finding out the hard way what it means to implement tensor operations on ndarrays
JavaScript
1
star
70

genuary-2024

#genuary
JavaScript
1
star
71

sailplane-model

🐦
JavaScript
1
star