https://github.com/gthvn1/zig_sandkasten
🚧 Zig trials 🚧
https://github.com/gthvn1/zig_sandkasten
zig
Last synced: 5 months ago
JSON representation
🚧 Zig trials 🚧
- Host: GitHub
- URL: https://github.com/gthvn1/zig_sandkasten
- Owner: gthvn1
- License: gpl-3.0
- Created: 2023-01-30T15:57:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T19:12:53.000Z (almost 2 years ago)
- Last Synced: 2024-08-21T21:36:45.198Z (almost 2 years ago)
- Topics: zig
- Language: Zig
- Homepage: https://ziglang.org/documentation/master/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Topics
- [Testing Raylib Bindings](https://github.com/gthvn1/zig_sandkasten/blob/master/testing_raylib_bindings/): Try to use raylib bindins from Zig
- Currently we are drawing a ball and make it bounce...
- [Wasm & Web server](https://github.com/gthvn1/zig_sandkasten/blob/master/wasm_and_web_server/)
- Play with Zig and Wasm in order to understand:
- how we can convert a Zig code to Wasm,
- how we can load this wasm file
- maybe using our own server
- how to export/import functions,
- ...
- [Chip8 in the browser](https://github.com/gthvn1/zig_sandkasten/blob/master/chip8_in_the_browser/)
- Run a chip8 emulator in the browser
- Implement the emulator in Zig and cross compile it...