Rudolf Kolbe
Rudolf Kolbe
### Description Hello, I would like to include pre-compiled libraries created by a 3rd party (FMOD) in my python module [UnityPy](https://github.com/K0lb3/UnityPy). These libraries are closed source, publically available for free,...
Hello, during the last months, I worked a bit with various texture compression formats and ended up writing a simple C-extension as a wrapper around existing C++ libraries. I would...
Hello, Over the past few days, I've developed [Python bindings for astc-encoder](https://github.com/K0lb3/astc-encoder-py) and would appreciate some feedback from the developers and maintainers. ### About the Bindings The bindings are built...
This PR is a new attempt to make codon work on Windows (#69 ) It isn't a continuation of the (very) dated #403 . At the moment this **PR doesn't...
This PR slightly changes the behavior of ``MonoCecilTempGenerator.GetTemplateField``. So far this function checked if the given assembly string corresponds to an existing ``.dll`` within the managed path. This effectively prevents...
This PR makes it possible to initialize ``Cpp2IlTempGenerator`` from memory. I'm not sure if a new *init* function should be added that doesn't take any arguments, and would simply set...