Skip to content

Instantly share code, notes, and snippets.

View 61315's full-sized avatar
πŸͺ„

minseopark 61315

πŸͺ„
View GitHub Profile
@vassvik
vassvik / Simulation_Projection.md
Last active March 31, 2025 15:29
Realtime Fluid Simulation: Projection

Realtime Fluid Simulation: Projection

The core of most real-time fluid simulators, like the one in EmberGen, are based on the "Stable Fluids" algorithm by Jos Stam, which to my knowledge was first presented at SIGGRAPH '99. This is a post about one part of this algorithm that's often underestimated: Projection

MG4_F32.mp4

Stable Fluids

The Stable Fluids algorithm solves a subset of the famous "Navier Stokes equations", which describe how fluids interact and move. In particular, it typically solves what's called the "incompressible Euler equations", where viscous forces are often ignored.

@RobotixBC
RobotixBC / Makefile
Created March 8, 2023 10:18
EGL + RLGL standalone
all: egltest
egltest: egltest.cpp
g++ -Wno-unused-variable -DDEBUG -g -O3 -Wall -Werror -I. -I../raylib-4.2.0/src -I/usr/include/libdrm -o $@ $^ -lOpenGL -lEGL -ldrm -lgbm -L../raylib-4.2.0/src -lraylib -lGL -lopenal -lm -lpthread -ldl -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor -lGLEW -lGLU
clean:
rm -f *.o egltest
@midrare
midrare / dropbox_context_menu_disable.reg
Last active April 27, 2025 05:46
Dropbox context menu disable
Windows Registry Editor Version 5.00
; also ok for HKLM
; [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Blocked]
; ============================================================================
; IDs extracted from: