ViRb3
ViRb3
Very interesting feature request! I don't have the time to look into it but should be doable.
I don't have the time to do it myself but I'm happy to take PRs :)
Exhaustive building notes and pre-compiled app can be found in the issue linked above.
The exact same instructions work for 0.9.4, just need: ```bash poetry add amulet-map-editor==0.9.4 ``` instead of: ```bash poetry add amulet-map-editor==0.8.20 ``` Updated binaries: [Amulet Editor-0.9.4.tar.xz.zip](https://github.com/Amulet-Team/Amulet-Map-Editor/files/8890076/Amulet.Editor-0.9.4.tar.xz.zip)
You need to install poetry as written in the guide.
Hmm, does `/opt/homebrew/bin/poetry` exist? If yes, add `/opt/homebrew/bin` to your path. Otherwise something went wrong with your installation.
### Summary for Amulet 0.10.5 on macOS 13 M1: it is completely broken :( Here's some notes: - wxPython still contains no pre-built wheels in pip, and it fails to...
Feel free to ask if you want anything tested in the meantime, I would be more than happy to help. I think the only blocking issue at the moment is...
Worth noting - macOS only supports up to OpenGL 4.1/OpenCL 1.2, and it's now even deprecated. If you are targeting any version later than that, it's probably the cause.
Confirming the above. Maybe you updated a dependency which pulled support for additional OpenGL extensions? Maybe some defaults changed? It should be possible to specify which extensions you want to...