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
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.
The text was updated successfully, but these errors were encountered:
With Haxe 4 installed, I typed the following to fiddle with this library from a REPL:
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.
The text was updated successfully, but these errors were encountered: