Reactor Scram
Reactor Scram
So it's not normal for Windows programs to keep system-specific config in AppData/Local like this? I also realized, this is actually a Rust implementation of the JVM `directories` library, right?...
btw if it's cool, I could make a pull request for this. Looking at the code, I'm guessing it would only take a few lines. If this isn't implemented I'll...
edit: I see now you are using ffmpeg.exe and not libffmpeg. My advice may not apply I solved this in my toy x264 wrapper by using a 1/1000 timebase (milliseconds)...
So I just realized 9 is actually a smaller number than 13. Oopsy. Is Linaro a distro? I think the Pandora's distro Super Zaxxon is forked from Angstrom Linux.
Glad to see some progress was made, I had assumed there wouldn't be enough support. (And soon the Pyra will come out with OMAP5 and hardfp) Compiling on the Pandora...
After I made my comment last night, I was finally able to cross-compile a C++ library using Clang + the Pandora's own GCC linker from the Code::Blocks PND. (The cross-compilers...
@ssokolow - Got it working using your method with Yactfeau linker. Very easy to setup now. Thanks for all the help!
No longer working on that convnet, close if you need
Okay I guess it's a limitation inherited from `tao`? https://docs.rs/tao/latest/tao/event_loop/struct.EventLoop.html#method.run https://docs.rs/tao/latest/x86_64-pc-windows-msvc/src/tao/platform_impl/windows/event_loop.rs.html#223
Will try https://docs.rs/tauri/latest/tauri/plugin/struct.Builder.html#method.on_drop. I haven't used a plugin yet but maybe that's the more idiomatic way to do it.