Alexander Overvoorde
Alexander Overvoorde
Strange that `unshare` would not be permitted despite being root.
It's not you. The IP of the API server has changed, which was hardcoded for some reason. However, the login still fails. I just decompiled the Steam APK and it...
There is currently some work going on to rewrite the solver. More puzzles can be supported once that's done.
I'm afraid I haven't worked on the project since, I would probably rewrite it to use a SAT solver now.
While I appreciate the effort, I don't think it's a good idea to add git submodules for the dependencies because it clutters the repo a bit too much. Perhaps someone...
This is probably why: ``` validation layer: loaderAddLayerProperties: C:\VulkanSDK\1.3.204.1\Bin\VkLayer_khronos_profiles.json invalid layer manifest file version 1.2.1. May cause errors. ```
Yeah, that should be changed.
Your code doesn't handle the case where there are multiple vertices with the same position but with different texture coordinates.
Well, that, and there are vertices that are erroneously deduplicated because the vertex coordinates match but texture coordinates don't.
Due to the way the Ebook generation works it's kind of difficult to get it into the same structure, but maybe I'll get around to it some time.