From 4dc9320b9167deec6adece11052b542cf575f7fd Mon Sep 17 00:00:00 2001 From: Lekrieg Date: Sun, 1 Aug 2021 21:09:57 -0300 Subject: [PATCH] Added Kratos framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c55fceb..186e381 100644 --- a/README.md +++ b/README.md @@ -769,6 +769,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [LiquidFun](https://github.com/google/liquidfun) - A 2D physics engine for games. [BSD-like] * [Newton Dynamics](https://github.com/MADEAPPS/newton-dynamics) - An integrated solution for real time simulation of physics environments. [zlib] * [ODE](http://www.ode.org/) - Open Dynamics Engine - An open source, high performance library for simulating rigid body dynamics. [BSD&LGPL] +* [Kratos](https://github.com/KratosMultiphysics/Kratos) - framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. [BSD] [website](http://www.cimne.com/kratos/) * [ofxBox2d](https://github.com/vanderlin/ofxBox2d) - openFrameworks wrapper for Box2D. [BSD-like] * [PhysX](https://github.com/NVIDIAGameWorks/PhysX-3.4) - An open-source realtime physics engine middleware SDK developed by Nvidia as a part of Nvidia GameWorks software suite. [BSD-3-Clause] * [Project Chrono](https://github.com/projectchrono/chrono) - An open source multi-physics simulation engine. [BSD-3-Clause] [website](https://projectchrono.org/)