Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of mindoftea

mindoftea

mindoftea has asked 2 questions and find answers to 12 problems.

Stats

416
EtPoint
149
Vote count
2
questions
12
answers

About

I'm a self-taught computer programmer. My best language is javascript and I specialize in custom physics simulations. I also have an interest in robotics. I particularly like working on smaller projects without using any external code. That way I can really see and understand how things work. Although I do a lot of science and theory, I also like the almost artistic aspect of design that exists in programming.

You can see some of my demos at the links below:

  • This program uses a continuous cellular automaton to simulate the motion of a sample of newtonian fluid. Move your mouse to interact with the fluid: https://dl.dropboxusercontent.com/u/136354709/Fluid.html

  • This one is a minimal 2d collision engine which uses a relativistically-inspired error damping system. Click to interact with the particles: https://dl.dropboxusercontent.com/u/136354709/Relativity.html