Results 56 comments of Yufan Lou

According to [vagrant rsync documentation](https://www.vagrantup.com/docs/synced-folders/rsync.html), vagrant itself cannot do bi-directional rsync. I guess the only option is through NFS.

Now that `conda install opencv` is available, what's the difference between that one and this one?

would like to help

As a beginning, building `ls2x` with CMake generated Xcode project gives a `ls2xlib.so`. Putting that `ls2xlib.so` in the simulator directory, and `love .` to run the simulator, runs fine and...

Love2D has a default list of directories it searches for `.so` files, listed on launch, shown below. If `ls2xlib.so` is put in the LS2 save directory, I need to find...

I see. I also had misunderstandings. I thought zipping up the repo with the `ls2xlib.so` file would work, but it seems `'./ls2xlib.so'` is relative to `pwd` not to the root...