Ilias Woithe
Ilias Woithe
Today I was able to get rnote building on Windows (wasn't too hard in the end). I'll do my best to explain the process here. 1. Follow [these](https://www.rust-lang.org/tools/install) instructions to...
> On my machine I am getting a lot of UTF8 validation errors though, resulting in a lot of blank labels in the app, did you experience that too? I...
> For windows a python script might be better. I'll start working on it. > It could then be extended to create a installer at some point I think? Yeah,...
@prateekmedia Please checkout https://iwoithe.github.io/appimagepool.github.io/ :slightly_smiling_face: Apologies it's taken this long. Source code: https://github.com/iwoithe/appimagepool.github.io
> but textureSize is returning some very large numbers: (6000,6000) I am fairly sure that this is caused by [these](https://github.com/GimelStudio/GimelStudio/blob/master/src/gimelstudio/core/glsl_renderer.py#L31-L33) lines.
I do recall issues with installing wxPython, but it was a while ago since I had to. To install the dependencies, run `pip install -r requirements.txt` (`python3 -m pip install...
> I see that there's something in the works to switch to Qt (which would switch the build system to cmake) This is correct. :+1: But as it still has...
> There's also the Pillow library, but it has it's own set of problems. We removed Pillow as a dependency a while back. I'd suggest to keep it this way...
I've thought of a (single) problem with this. Take the following example. Specifically, how changing the rest and note beaming gives an incorrect beaming result (I think. Correct me if...
Done. :slightly_smiling_face: