From 40a1be1c78f0f71366d4fda22dff0d2a1e1f8e97 Mon Sep 17 00:00:00 2001 From: djweber12 Date: Fri, 4 Apr 2025 18:59:53 -0400 Subject: [PATCH] Update Cpp_Stuff/README.md --- Cpp_Stuff/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cpp_Stuff/README.md b/Cpp_Stuff/README.md index 233f7f5..5699073 100644 --- a/Cpp_Stuff/README.md +++ b/Cpp_Stuff/README.md @@ -18,7 +18,7 @@ cd build/ ./src/particle_sim_exe ``` -Current system runs 10,000 particles at 50fps. The gif below only appears to be moving slow because the time steps between renders is much lower then in the python example. The frame is actually higher here then it was in python. +Current application runs 10,000 particles at 50fps on an RTX3060. The gif below only appears to be moving slow because the time steps between renders is much lower then in the python example. The frame is actually higher here then it was in python.