From 575a65b1c3efa3286e56e93fdbcb412f45382e89 Mon Sep 17 00:00:00 2001 From: Codacy Badger Date: Sun, 9 Sep 2018 14:22:27 +0100 Subject: [PATCH] Add Codacy badge (#1) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3a31457..1dcb2c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SPH Fluid Simulation in OpenGL Compute Shader +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ab9154c74b804082a0818255b11be93e)](https://app.codacy.com/app/multiprecision/sph_opengl?utm_source=github.com&utm_medium=referral&utm_content=multiprecision/sph_opengl&utm_campaign=Badge_Grade_Dashboard) + ![Build status](https://ci.appveyor.com/api/projects/status/bdmh929h1m7ir32l/branch/master?svg=true) Smoothed Particle Hydrodynamics implementation in OpenGL compute shader.