Randalphwa

Results 99 comments of Randalphwa

@hermet I'm doing something wrong with thorvg, but so far I haven't been able to figure out where the problem is: ```c++ if (tvg::Initializer::init(tvg::CanvasEngine::Sw, 0) == tvg::Result::Success) { // Load...

## Performance Update: Initially I was just comparing the two systems by loading them into a bitmap and then discarding the bitmap and looping again. Because nanosvg is quite small,...

@hermet I deleted my clone of thorvg, recreated it and I now get version 12.99. I updated the new tvg::Initializer::init which is ABI incompatible with the older version, and then...

I updated my perf test dialog to process all the files in my clone of kicad. I first loaded the file to cache load time, then dumped it and reloaded...

@PBfordev I grabbed your CreateWithLunaSVGFromFile() and plugged it into my test app and got pretty much the same results as before using a Release build: `490 files: wxWidgets: 835 milliseconds...

Okay, I now have thorvg working in my test app. It turns out I messed up on the lunasvg perf test by leaving out a start call to the timer,...

Just an update on this, in case anyone thought I forgot about it. 😁 I have a branch in my forked wxWidgets with lunasvg integrated as an optional replacement for...

I just ran my test on WSL2:Ubuntu -- lunasvg is very slightly faster than nanosvg using your algorithm. Ditto running it on WSL2:Fedora. I didn't run the test on my...

Placing the BMP file into the richtext sample just shows a black box (run on Windows 11). The BMP does display correctly when loaded into Windows 11 Paint. It does...

clip.exe is a Windows program, so the pipe launches that program, the text is piped into it, and then it copies that text into the clipboard normally. Presumably one could...