Skip to content

incompatible with haxe 4 #1

@NQNStudios

Description

@NQNStudios

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions