falling-turnip

falling sand game with regular parallel arrays. (by tranma)

Falling-turnip Alternatives

Similar projects and alternatives to falling-turnip

  1. FunGEn

    A lightweight, cross-platform, OpenGL-based 2D game engine in Haskell (by haskell-game)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. tateti-tateti

    Meta tic-tac-toe ncurses game.

  4. Allure

    Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at

  5. general-games

    Haskell package with helpful structures for a variety of games

  6. CAM6

    6 falling-turnip VS CAM6

    Cellular Automata Machine (CAM6) Simulator

  7. aeson-tiled

    Discontinued Aeson instances for Tiled map editor types

  8. LambdaHack

    Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. rattletrap

    :car: Parse and generate Rocket League replays.

  11. SFML

    Low level Haskell bindings for SFML 2.x (by SFML-haskell)

  12. haskanoid

    A free and open source breakout clone in Haskell using SDL and FRP, with Wiimote and Kinect support.

  13. sand.js

    1 falling-turnip VS sand.js

    A falling sand game as a cellular automaton, powered by WebGL.

  14. Monadius

    2-D arcade scroller

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better falling-turnip alternative or higher similarity.

falling-turnip discussion

Log in or Post with

falling-turnip reviews and mentions

Posts with mentions or reviews of falling-turnip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-08.
  • Show HN: Making a Falling Sand Simulator
    3 projects | news.ycombinator.com | 8 May 2022
    If you want more performance, falling sand simulators can further be made parallel by implementing them using Margolus Neighbourhoods, as in Falling Turnip: https://github.com/tranma/falling-turnip

    The idea is that a single iteration divides the world into 2x2 squares and then applies effects sequentially within each square, but not between the squares. This means each square can be processed independently. In the next iteration, the division into squares shifts right and down by one cell each direction. This does mean you need more steps than in a sequential implementation, but I found it to be quite a principled approach to parallelizing cellular automata when I first read about it. One interesting side effect of this design is that falling particles end up being separated by blank space, as shown here: https://futhark-lang.org/static/falling-sand-2016.12.04.webm I wonder if that is fixable.

  • How To Make A Falling Sand Simulation?
    1 project | /r/Unity3D | 19 Apr 2021
    and here is a github project of a falling sand game written in Haskell https://github.com/tranma/falling-turnip

Stats

Basic falling-turnip repo stats
2
69
0.0
almost 12 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Haskell is
the 25th most popular programming language
based on number of references?