You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
yes of course you can add the library, you need can make an PR.
As far as I see you also need to add CMake into your Project, cuz I use cpmaddpackage to add 3rd-party libraries.
I don't really have a "tutorial" for adding libraries ^^
You need to implement some features and classes:
After making your ecs-benchmark-example-decs library, you can add the benchmark in benchmark/.
You need to add 3 (sub) projects: decs, decs-entities and decs-extended.
Use the base benchmark Suit ecs::benchmarks::base::ECSBenchmark and use your classes in the Suit (see example).
Hi! I wrote and continue upgrading my own ecs library. Can you add it to your benchmark? Or should I preapare benchmark and send it to you?
ECS library - https://github.com/dreaw131313/Dreaw-Entity-Component-System
The text was updated successfully, but these errors were encountered: