pi
pi
GNS3 appears to be either x86 or MIPS (Dynamips?) based, this repo emulates a RISC-V ISA. I don't see how this would be compatible. I am working on implementing a...
Wow, I didn't expect someone to actually compile this project anymore (or ever, to be honest) haha. Few things come to mind: - Have you checked out the submodules successfully?...
Alright, I'll take the review as interest :) I'll refactor it and re-request a review once it's cleaner!
@SenkyDragon Is there still interest in merging this feature? Anything I should change/refactor?
Hm, do you have any errors in the Unity console or anything to point to specifically? I just tested with SDK 3.3.0 and had no issues, I also don't see...
Mh, I think the better fix here would be to change that function to just use `System.IO.File` and `System.IO.Directory` classes instead of the `AssetDatabase` methods, but maybe your solution would...
This should be fixed in #26.
> per client This makes me assume you are talking about networking here? LTCGI is entirely local, there is no networking support in any of the base or example code...
More shapes are technically possible, yes, but will need a new LTC algorithm derivation. Cylinders use a hack right now which can reuse the rectangular derivation. There are papers on...
@JotaPe Interesting indeed, there's a few papers for other derivations as well. As I said though, I don't really have time or muse to work on LTCGI right now, other...