Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

PVince81/entropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entropy

By Vincent Petry <[email protected]>

Bouncing balls with minimal physics.


Entropy comes in two versions:
1) Python version

The Python version was developed using Pygame (http://www.pygame.org/)

2) HTML5 version

The HTML5 version has two renderers, one uses the regular drawing functions of
the HTML5 canvas (entropy.html) and the other one uses WebGL (entroy_gl.html).

I have found out that the WebGL version is as smooth as the Python version with
1000 particles.

3) CSS version

The CSS version is using absolute SPAN elements and modifies their position dynamically.
These elements have a CSS3 radial gradient applied to them.

About

Bouncing balls with minimal physics, in Python, HTML5 and WebGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published