godot-native-bullets-plugin icon indicating copy to clipboard operation
godot-native-bullets-plugin copied to clipboard

Question about HTML5 export performance

Open ghost opened this issue 3 years ago • 1 comments

Lets say we had a test bullet hell in pure gdscript and also another test using your plugin and both exported to HTML5 for the web. How much more powerful would the C++ plugin be compared to just using gdscript? It would help me to know how much more critical performance using C++ number crunching compared to just using regular gdscript.

ghost avatar Jan 23 '22 14:01 ghost

Unfortunately I can't give you exact numbers, I didn't test how the plugin compares with an equivalent implementation in GDScript and I also didn't build and test the plugin in a HTML5 environment. Sorry!

samdze avatar Jan 27 '22 19:01 samdze