Matheus C. França

Results 93 issues of Matheus C. França

Hi @LorenDB, Based on: - [sokol-bindgen - blog post](https://floooh.github.io/2020/08/23/sokol-bindgen.html) - [sokol - bindgen readme](https://github.com/floooh/sokol/tree/master/bindgen) ```bash $> clang -x c++ -Xclang -ast-dump=json -fparse-all-comments [cpp|cc|h|hpp|hxx files] # or (minimal) $> clang -x...

Allowing to serialize the data in json or any other format. maybe duplicate: #22

closes #5

experimental

closes #3 **Need** libvlc4

enhancement

This project is a small initial sample of VLC binding. ~~Initially the `zig translate-c` (`c` to `zig`) is not 100% yet, generating some inconsistencies in `vlc.h`. But `libvlc.h` is being...

help wanted
good first issue

- [ ] https://github.com/ziglang/zig/issues/8488

bug
wontfix

Make build example w/ https://github.com/capy-ui/capy cc: @zenith391

enhancement
help wanted

It is under development to better improve the exemplary code and also to improve the CI/CD procedures on Windows using SDL2. **Example based:** - https://github.com/videolan/vlc/blob/master/doc/libvlc/sdl_opengl_player.cpp - https://github.com/kassane/libvlc-zig/blob/SDL_wip/examples/sdl_player.zig

enhancement

Hi @boazsegev , Build library with options to build tests and examples. Need improvement yet to build all examples and tests. Msys2/clang64, has patchwork block. see: https://github.com/kassane/cstl/actions/runs/6139216577/job/16656901085#step:5:75

Previously I've been working with cbindgen which transpiles rust code into other languages, commonly used for C. However I've added zig support. During this experiment I realized that zig can...