Add new project: ShaderTool
This commit is contained in:
parent
77e2ac287d
commit
cd514004d3
1 changed files with 16 additions and 9 deletions
25
projects.org
25
projects.org
|
@ -19,16 +19,12 @@ network obtained from Prestashop data. [[https://dlozeve.github.io/reveal_Commun
|
||||||
|
|
||||||
* Personal projects
|
* Personal projects
|
||||||
|
|
||||||
** [[https://github.com/dlozeve/ising-model][Ising model simulation]]
|
** [[https://github.com/dlozeve/ShaderTool][ShaderTool]]
|
||||||
|
|
||||||
[fn::{-} [[./images/ising.gif]]]
|
Live tool for developing OpenGL shaders
|
||||||
|
interactively. High-performance GPU rendering, live reloading,
|
||||||
Monte Carlo simulation of the [[https://en.wikipedia.org/wiki/Ising_model][Ising model]] using
|
screenshots, FPS tracking. (C)
|
||||||
Metropolis-Hastings. [[./posts/ising-model.html][Associated blog post.]] (Clojure)
|
[[https://dlozeve.github.io/ShaderTool/][Documentation.]]
|
||||||
|
|
||||||
** [[https://github.com/dlozeve/lsystems][L-systems]]
|
|
||||||
|
|
||||||
Generate and draw L-systems. (Haskell)
|
|
||||||
|
|
||||||
** [[https://github.com/dlozeve/reaction-diffusion][Reaction-diffusion system]]
|
** [[https://github.com/dlozeve/reaction-diffusion][Reaction-diffusion system]]
|
||||||
|
|
||||||
|
@ -45,6 +41,17 @@ with constraints from an affinity matrix between neighboring
|
||||||
species. Uses mixed integer quadratic programming and Markov chain
|
species. Uses mixed integer quadratic programming and Markov chain
|
||||||
Monte Carlo.
|
Monte Carlo.
|
||||||
|
|
||||||
|
** [[https://github.com/dlozeve/ising-model][Ising model simulation]]
|
||||||
|
|
||||||
|
[fn::{-} [[./images/ising.gif]]]
|
||||||
|
|
||||||
|
Monte Carlo simulation of the [[https://en.wikipedia.org/wiki/Ising_model][Ising model]] using
|
||||||
|
Metropolis-Hastings. [[./posts/ising-model.html][Associated blog post.]] (Clojure)
|
||||||
|
|
||||||
|
** [[https://github.com/dlozeve/lsystems][L-systems]]
|
||||||
|
|
||||||
|
Generate and draw L-systems. (Haskell)
|
||||||
|
|
||||||
** [[https://github.com/dlozeve/Satrap][Satrap]]
|
** [[https://github.com/dlozeve/Satrap][Satrap]]
|
||||||
|
|
||||||
Simple ARP spoofer, allowing for interception and modification of all
|
Simple ARP spoofer, allowing for interception and modification of all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue