Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility to GMS2 #1

Open
Yokmp opened this issue Jul 29, 2019 · 1 comment
Open

Compatibility to GMS2 #1

Yokmp opened this issue Jul 29, 2019 · 1 comment

Comments

@Yokmp
Copy link

Yokmp commented Jul 29, 2019

After importing the Project to GMS2 and the generation of a lot of compatibility scripts I fixed some variable names which will otherwise result in a compile error (bool to _bool).
They belonged to the cbDataGUI

Crashes:

Every CPU function runs very slow (1-2 Fps) and it just show a small square in the top left corner (i'm not shure if this is intended).
The GPU functions run at about 4-5k Fps.

Maybe the compatibility Scripts slow everything down?

IDE Version: 2.2.3.436 Steam
My runtime: 2.2.3.344

@aft
Copy link
Owner

aft commented Aug 2, 2019

Hello Yokmp,
Wow, you have been trough a lot of trouble just to test it. I'm very sorry for that but I'm not maintaining GMS libraries anymore. I switched to Javascript.

  • CPU being slow is the expected outcome. The calculated noise is intentionally tiny because a bigger one would be a lot slower and painful to watch.
  • GPU should be a lot faster than CPU. That's why in the first place why I made this library. To move any noise calculation from CPU to GPU.

As far as my past observations, compatibility scripts don't have much affect on the performance. The difference shouldn't be noticeable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants