Matheus C. França

Results 305 comments of Matheus C. França

Is it intended to add support for clang/llvm-libcxx for cross-compilation? Currently the zig toolchain allows portability to the LLVM toolchain. Integration with CMake is a bit problematic due to the...

same error on: - https://github.com/kassane/sokol-d/issues/1#issuecomment-1869546249

> could you build with latest code? **using:** `zig c++` == `clang++ -stdlib=libc++ -fuse-ld=lld` **Cmd:** - `clang++ -stdlib=libc++ example/main.cpp -Iinclude -o http_server_test -Ithirdparty/async_simple/ -std=c++20 -Wextra` - `zig c++ example/main.cpp -Iinclude...

Tested from version 1.34 to the latest. `x86_64/amd64`: ✅ `aarch64/arm64`: ❌ `riscv64`: ❌ `powerpc64le`: ❌ ```bash 0.221 wget: error getting response: Connection reset by peer ```

I'm working on the examples and the cross-compiling easy using zig as a reference. ## WiP ```bash $> zig build debugtext_print --verbose --summary all # Zig commands /home/kassane/zig/0.12.0-dev.1828+225fe6ddb/files/zig build-lib -cflags...

Some examples are added. - `clear` works!! - `sgl_context` - fixme - `debugtext_print` - fixme (rewrite format solution, now write on terminal/console [works]) - `cube` - fixme (missing glsl) Having...

> Also, the glsl files no have yet to be ported... Ported!! WiP `cube` example... After porting some zig/rust examples to D, I still didn't get a satisfactory result. I...

> Is it a good time for me to start looking into the PR already, or should I wait a bit (and pick another topic in the meantime)? Feel free...

The sokol-d project repository is not available in CI/CD! Want me to add my repo or give you the sokol-d repository? (No problem for me... I can continue to help...