Joshua Minor
Joshua Minor
Hi, I added GitHub Actions to build for Linux, MacOS, and Emscripten. Are you interested in adding this to your project? This PR might need a small tweak before landing...
This code only runs in Python 2. It would be much better if it ran in Python 3.
It looks like there's a newer version of omgifol here: https://github.com/devinacker/omgifol This repo, which is mostly just the wad2obj.py script could be ported to use that module instead.
A little tutorial on how to run wad2obj to turn a WAD into an OBJ model would be really helpful.
Probably a pegged/unpegged issue. Needs a specific example...
This PR improves OTIO's `to_timecode`, `is_valid_timecode_rate`, and `nearest_valid_timecode_rate` functions so they handle rate values which are close, but not exactly matching the correct rates. Specifically the previous strategy of keeping...
Currently RationalTime is represented as a float value and a float rate. Unfortunately there are cases where floating point arithmetic leads to precision issues, rounding and undesirable drift. Some other...
The workaround for fopen_s, strcat_s, etc. was already in place, it just needed `|| defined __APPLE__` to make it compile on macOS.
This PR allows Sassy to build and run on macOS, but sadly it crashes at runtime in the JIT-compiled `eval_all()` during audio callback. I suspect this is the same issue...