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

incompatible with haxe 4 #1

Open
NQNStudios opened this issue May 15, 2020 · 0 comments · May be fixed by #2
Open

incompatible with haxe 4 #1

NQNStudios opened this issue May 15, 2020 · 0 comments · May be fixed by #2

Comments

@NQNStudios
Copy link

With Haxe 4 installed, I typed the following to fiddle with this library from a REPL:

~ haxelib install hxprng
~ haxelib run ihx
>> addlib hxprng

Then I tried importing PCG32 by typing both of the following:
import hxprng.PCG32;
import PCG32;

Neither of those worked. I think it's because the haxelib.json and classpath aren't configured right for Haxe 4's haxelib. I have forked and plan on fixing this.

@NQNStudios NQNStudios linked a pull request May 15, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant