- Seattle, WA
Pinned Loading
-
PixelSorting
PixelSorting Publicc++ and OpenFrameworks implementation of the Pixel Sorting algorithm with multithreading, a GUI, and ability to apply pixel sorting to video files.
-
SlimeMoldPhysarum
SlimeMoldPhysarum PublicSlime Mold Physarum Simulation using OpenFrameworks and GLSL compute shaders to simulate over 1 million particles in real time, dynamically reacting to user input and simulation rules.
C++ 3
-
FallingSandJava
FallingSandJava PublicFalling Sand Simulation implemented in Java. Every pixel is simulated every frame and has its own state and intrinsic motivations.
-
Algorithm to move from one point on ...
Algorithm to move from one point on a 2D matrix to another in the shortest most logical route 1public void iterateAndApplyMethodBetweenTwoPoints(Vector2 pos1, Vector2 pos2, Supplier<FunctionInput> function) {
2// If the two points are the same no need to iterate. Just run the provided function
3if (pos1.epsilonEquals(pos2)) {
4function.invoke();
5return;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.