We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

SmoothLife

Conway’s Game of Life is generalized to a continuous domain. OpenGL and GLSL shaders are used for real-time 2D and 3D graphics. Time stepping is done via a real to complex FFT based convolution operation. There are also two deliberately simple test implementations in FreeBasic and Matlab. A 2D version on a sphere shows that it is really not dependent on the underlying grid.

The SourceForge Speed Test measures Latency/Ping, Jitter, Download Speed, Upload Speed, Buffer Bloat, and Packet Loss. Upon completion, you can view detailed reports about your connection. This HTML5 speed test does not require Flash or Java, and works on all devices including tablets and smartphones. Host on your own infrastructure or use ours. For licensing, inquire today.

Website https://smoothlife.sourceforge.io/
Tags
License
Platform
Features
  • 1D, 2D and 3D with various visualization choices
  • uses FFT for fast computation even for big neighborhoods
  • change parameters in real-time and watch the effect
  • parameters are saved and loaded easily, nothing is lost of your experiments
  • uses the GPU for maximum performance, float precision is sufficient
  • simple version in FreeBasic that should be transferable to any system or language
  • small version in Matlab that shows the concept very clearly
  • version on a sphere that proves the independence of the underlying grid
  • version using SDL, that is the same for Windows, Linux and Mac (only source)