Skip to content

Instantly share code, notes, and snippets.

@stwind
stwind / libigl.ipynb
Created May 12, 2024 07:04
libigl.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stwind
stwind / gltf.ipynb
Last active May 12, 2024 01:11
gltf.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stwind
stwind / moderngl_volume_simplex_noise.ipynb
Last active February 17, 2024 01:17
moderngl_volume_simplex_noise.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stwind
stwind / reaction_diffusion_2d_guided.ipynb
Last active February 17, 2024 01:24
reaction_diffusion_2d_guided.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stwind
stwind / moderngl_intersection.ipynb
Created February 11, 2024 04:24
moderngl_intersection.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stwind
stwind / video_pixels.ipynb
Created January 30, 2024 03:06
video_pixels.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stwind
stwind / openvdb_image_rgb.ipynb
Last active January 28, 2024 10:42
openvdb_image_rgb.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
## Start docker
docker run -ti -m 4g --rm ubuntu:23.10 bash
## Inside docker
### Install deps
apt-get -yqq update && DEBIAN_FRONTEND=noninteractive apt-get install -yqq --no-install-recommends build-essential libjemalloc-dev pkg-config libtbb-dev libblosc-dev python3-dev python3-pip python3-pybind11 pipx cmake wget unzip
export PATH=$PATH:/root/.local/bin && pipx install conan && conan profile detect --force
@stwind
stwind / openvdb.ipynb
Last active January 24, 2024 00:03
openvdb.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@stwind
stwind / moderngl.ipynb
Last active February 10, 2024 12:10
moderngl.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.