Skip to content

radames/Ising-Model-WebGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img

Ising Model WebGL

The Ising Model is a very interesting mathematical model describing the ferromagnetism of materials and is part of Statistical Mechanics in Physics.

The simulation is made using Monte Carlo Method

WebGL

The WebGL is made very simply using a shader that given an array of points it draws all points using GPU wich is much more effient than using the pixels and the HTML canvas. Of course you could solve the whole problem using the GPU context, as made here. I'm just learning WebGL and Shaders that's why I did this way.

References:

Interface

I've been using dat.gui for other project but it is not mobile friendly. I've found an experimental version paper-gui made with Polymer paper elements and works very well.