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

Question:how to use dts2hx work with lix ? #111

Open
sonygod opened this issue Mar 10, 2022 · 2 comments
Open

Question:how to use dts2hx work with lix ? #111

sonygod opened this issue Mar 10, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@sonygod
Copy link

sonygod commented Mar 10, 2022

Question: how to use dts2hx work with lix ?

dts2hx will gen haxelib into project root .but lix need another path

projectroot/haxe_libraries/three.hxml

is there any plans support that?

@haxiomic
Copy link
Owner

haxiomic commented Mar 10, 2022

Good question, it would be nice to add lix support yes, no plans in the short term however, but this may be a fairly easy contribution for someone to make

I know there's big plans to improve how haxe libs work that would make lix redundant
https://github.com/HaxeFoundation/haxe/wiki/Haxe-haxec-haxelib-plan

So I hope to support that when it comes

@haxiomic haxiomic added the enhancement New feature or request label Mar 10, 2022
@clarkjones
Copy link

I've been using dts2hx and lix for a while. If I remember correctly, all I had to do was change resolveLibs in .haxerc to "mixed"

{
  "version": "4.2.5",
  "resolveLibs": "mixed"
}

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

No branches or pull requests

3 participants