From 30f57aa02041cd13d27ec4d23ca0c855dc34dde0 Mon Sep 17 00:00:00 2001 From: Alex Hansen Date: Thu, 26 Mar 2020 14:53:34 -0700 Subject: [PATCH] Add bigbang to crates and add Simulation section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 18a3d70..0b1bee5 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Peripherals](#peripherals) - [Platform specific](#platform-specific) - [Scripting](#scripting) + - [Simulation](#simulation) - [Template engine](#template-engine) - [Text processing](#text-processing-1) - [Text search](#text-search) @@ -1340,6 +1341,12 @@ See also [Are we game yet?](https://arewegameyet.com) * [moss](https://crates.io/crates/moss) — A dynamically typed scripting language * [jonathandturner/rhai](https://github.com/jonathandturner/rhai) — A tiny and fast embedded scripting language resembling a combination of JS and Rust +### Simulation + +[[simulation](https://crates.io/keywords/simulation)] + +* [bigbang](https://crates.io/crates/bigbang) - Gravitational and collisional n-body simulation with optional GPU acceleration [](https://travis-ci.org/sezna/bigbang) + ### Template engine * Handlebars