vtorri

Results 223 comments of vtorri

@lexborisov what do I install and how ? * both static and shared ? * examples installed ? * utils installed ? I will install headers. Tests will be run...

@lexborisov i've done the package, though the tests fails randomly, I don't know why. The package will be created when the tests pass. See https://github.com/msys2/MINGW-packages/pull/21592

here it is: https://packages.msys2.org/base/mingw-w64-lexbor

compilation error on Windows: ``` [30/373] Compiling C++ object src/libthorvg-1.dll.p/renderer_gl_engine_tvgGlRenderer.cpp.obj FAILED: src/libthorvg-1.dll.p/renderer_gl_engine_tvgGlRenderer.cpp.obj "sccache" "c++" "-Isrc/libthorvg-1.dll.p" "-Isrc" "-I../src" "-Iinc" "-I../inc" "-I." "-I.." "-Isrc/loaders/lottie" "-I../src/loaders/lottie" "-Isrc/bindings/ca pi" "-I../src/bindings/capi" "-Isrc/renderer" "-I../src/renderer" "-Isrc/renderer/sw_engine" "-I../src/renderer/sw_engine"...

@RuiwenTang @hermet what is the status of this PR ?

what about adding a `_p` to the struct names to say that it is a pointer ?

benefits: * the api is simpler and more consistent * the integration in IDE like codeblocks and visual studio is a lot simpler : with sdl2, you have to pass...

simpler: from my experience yesterday, for example, less arguments in SDL_CreateWindow, but others api too (renderer and keyboard events) ide integration : if people on Windows with VS want to...

for one of my projects, I have written the commands for this: * git tag v1.1 master * git push origin v1.1 * https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository * git archive --output=./ewpi-vmaj.vmin.tar vvmaj.vmin *...

btw, lexbor 2.6.0 is packaged for msys2