Skip to content

Commit

Permalink
Merge pull request #57 from ringtailsoftware/main
Browse files Browse the repository at this point in the history
Projects from @ringtailsoftware
  • Loading branch information
jiacai2050 authored Dec 12, 2024
2 parents bc7c2f8 + 5f8e001 commit a72d988
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [justinbalexander/svd2zig](https://github.com/justinbalexander/svd2zig) : Convert System View Description (svd) files to Zig headers for baremetal development.
- [mqttiotstuff/iotmonitor](https://github.com/mqttiotstuff/iotmonitor) : PainLess, Monitor and State server for iot mqtt devices, and software agents. This daemon permit to maintain the execution of constellations of mqtt devices and associated agents.
- [Elara6331/zig-gpio](https://github.com/Elara6331/zig-gpio): A Zig library for controlling GPIO lines on Linux systems.
- [ringtailsoftware/zeptolibc](https://github.com/ringtailsoftware/zeptolibc) : Essential libc functions in Zig for freestanding targets

## General Operating System

Expand Down Expand Up @@ -456,6 +457,9 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [nitanmarcel/ScriptHookVZig](https://github.com/nitanmarcel/ScriptHookVZig) : Library to write GTA V mods in Zig.
- [PixelGuys/Cubyz](https://github.com/PixelGuys/Cubyz) : Voxel sandbox game with a large render distance, procedurally generated content and some cool graphical effects.
- [deckarep/dungeon-rush](https://github.com/deckarep/dungeon-rush) : An SDL snake style game ported to Zig. Originally written in C.
- [ringtailsoftware/zigtris](https://github.com/ringtailsoftware/zigtris) : Zigtris, a terminal tetris
- [ringtailsoftware/zoridor](https://github.com/ringtailsoftware/zoridor) : Zoridor, a Quoridor game for terminal and web with a machine opponent
- [ringtailsoftware/zero-jetpack](https://github.com/ringtailsoftware/zero-jetpack) : Zero-Jetpack a web game about Ziguanas carrying eggs

## Emulators

Expand All @@ -468,6 +472,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [isaachier/gbemu](https://github.com/isaachier/gbemu) : Zig Game Boy emulator.
- [tiehuis/zig-gameboy](https://github.com/tiehuis/zig-gameboy) : A gameboy emulator in zig.
- [emekoi/c8](https://github.com/emekoi/c8) : chip 8 emulator in zig.
- [ringtailsoftware/zig-minirv32](https://github.com/ringtailsoftware/zig-minirv32) : Zig RISC-V emulator with Linux and baremetal examples

## Encryption

Expand Down Expand Up @@ -524,6 +529,7 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [meheleventyone/zig-wasm-test](https://github.com/meheleventyone/zig-wasm-test) : A minimal Web Assembly example using Zig's build system.
- [thi.ng/wasm-api](https://github.com/thi-ng/umbrella/tree/develop/packages/wasm-api) : Modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects.
- [oltdaniel/zig-js-interplay](https://github.com/oltdaniel/zig-js-interplay) : Seamless integration of Zig and JavaScript in WebAssembly.
- [ringtailsoftware/zig-wasm-audio-framebuffer](https://github.com/ringtailsoftware/zig-wasm-audio-framebuffer) : Examples of integrating Zig and Wasm (and C) for audio and graphics on the web (including DOOM)

## Performance Benchmark

Expand Down

0 comments on commit a72d988

Please sign in to comment.