Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Establish connection between Erlang and Zig #1

Merged
merged 21 commits into from
May 5, 2024
Merged

Establish connection between Erlang and Zig #1

merged 21 commits into from
May 5, 2024

Conversation

EduardoLR10
Copy link
Member

@EduardoLR10 EduardoLR10 commented Apr 9, 2024

These changes make the minimum amount of code to accomplish the following:

  • Zig and Erlang can exchange messages to some degree by leveraging Erlang's communication protocol;
  • The client code has Raylib access;
  • Most of the tooling is being handled by Nix (exception for raylib-zig bindings which are not in Nix packages yet, hence we are using Zig's package manager to make it work.

@EduardoLR10 EduardoLR10 changed the title Add draft of ports Establish connection between Erlang and Zig May 4, 2024
client/src/erlang.zig Outdated Show resolved Hide resolved
Co-authored-by: Mário Pinotti Jr. <marinho.pinotti@gmail.com>
@EduardoLR10 EduardoLR10 merged commit 1544f78 into master May 5, 2024
1 check passed
@schonfinkel schonfinkel deleted the ports branch May 13, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants