https://github.com/c3lang/c3-showcase
A repository of C3 resources
https://github.com/c3lang/c3-showcase
c3
Last synced: 4 months ago
JSON representation
A repository of C3 resources
- Host: GitHub
- URL: https://github.com/c3lang/c3-showcase
- Owner: c3lang
- Created: 2025-04-17T12:59:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-17T01:54:22.000Z (5 months ago)
- Last Synced: 2026-01-17T14:05:23.547Z (5 months ago)
- Topics: c3
- Homepage:
- Size: 39.1 KB
- Stars: 46
- Watchers: 1
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C3 Showcase
This repository keeps a list of various C3 resources and projects.
*NOTE* these are all in various levels of completion, from actively supported to just started or abandoned. The "bumped" date,
shows when this was last added or bumped. Consider this a "last updated" date.
If you have something you feel could be interesting to share with the rest of the community, do file a pull request!
***NOTE: These projects and resources are not officially endorsed by the C3 Project.***
### Learning resources
π [Ebn's C3 tutorials](https://ebn.codeberg.page/programming/c3/) - from Hello World to setting up OpenGL *[bumped 2025-04-17]*
### Libraries
π [BC3 bindings generator library](https://github.com/vssukharev/bc3) - library to create bindings for C code to C3 *[bumped 2025-04-17]*
π [Minimal Argument Parser](https://github.com/chaoticva/c3-argparser) - Minimal argument parser library for C3 *[bumped 2025-05-04]*
π [argparse](https://github.com/joshring/argparse) - Another, more full fledged argument parser library for C3 *[bumped 2025-04-26]*
π [Vulkan-C3](https://github.com/hucancode/vulkan-c3) - library that add vulkan support to C3 *[bumped 2025-04-18]*
π [Minimal Logger](https://github.com/chaoticva/c3-logger) - A minimal logger library for C3 *[bumped 2025-04-19]*
π [json library](https://github.com/hwchen/json-c3) - json library for C3 *[bumped 2025-06-27]*
π [I18n library](https://github.com/tahadostifam/i18n-c3) - I18n library for C3 *[bumped 2025-04-28]*
π [TOML parser](https://github.com/konimarti/toml.c3l) - TOML config parser for C3 *[bumped 2025-04-29]*
π [xlsx Writer](https://github.com/radekm/xlsx-writer) - A C3 library for writing XLSX files in a streaming fashion *[bumped 2025-04-29]*
π [XML parser](https://github.com/tonis2/xml.c3) - XML parser for C3 *[bumped 2025-04-29]*
π [Inflate](https://github.com/konimarti/tinf.c3l) - C3 Inflate library (inflate, gzip, zlib) *[bumped 2025-04-29]*
π [AES](https://github.com/konimarti/aes.c3l) - AES implementation for C3 *[bumped 2025-04-29]*
π [HTTP Client](https://github.com/tclesius/http.c3) - HTTP Client Library *[bumped 2025-04-29]*
π [HTTP Server](https://github.com/velikoss/c3-api) - Simple C3 HTTP Server with routing *[bumped 2025-04-29]*
π [UEFI tools](https://github.com/NotsoanoNimus/uefi.c3l) - UEFI Definitions & Library for C3 *[bumped 2025-06-23]*
π [Assuan protocol](https://github.com/konimarti/assuan.c3l) - C3 implementation of the Assuan IPC protocol. *[bumped 2025-04-30]*
π [terminal color utils](https://github.com/chaoticva/c3-colorutil) - C3 color utility for terminals *[bumped 2025-05-04]*
π [Tagged Unions](https://github.com/Book-reader/tagged_unions.c3l) - A simple library for mostly safe tagged unions *[bumped 2025-06-22]*
π [ChaCha20-Poly1305](https://github.com/NotsoanoNimus/chacha20_aead.c3l) - Zero-dependency crypto library for ChaCha20, Poly1305, and their combination. *[bumped 2025-06-23]*
### Applications
β [Sam J Kennedy's Gameboy emulator](https://github.com/samjkennedy/gbc3) - a GameBoy emulator written in C3 *[bumped 2025-04-17]*
β [fox33](https://github.com/Book-reader/fox33) - a WIP fox32 emulator written in C3 *[bumped 2025-05-30]*
### Games
πΎ [Boing](https://github.com/tekin-tontu/boing) - BOING (pong) port of python game to C3 *[bumped 2025-04-22]*
β [Armadillo Madness](https://github.com/Ronin15/Armadillo_Madness_C3) - A complete 2D casual side scroller arcade style game written for my daughter about an Armadillo shooting poop at bad guys.
### Advent of Code solutions
π
[CLernΓΆ AoC 2022](https://github.com/lerno/aoc_2022_c3) - Complete solution to AoC 2022 *[bumped 2025-04-27]*
π
[CLernΓΆ AoC 2023](https://github.com/lerno/aoc_2023_c3) - Complete solution to AoC 2023 *[bumped 2025-04-27]*
π
[CLernΓΆ AoC 2024](https://github.com/lerno/aoc_2024_c3) - Solutions to AoC 2024 day 1-19 *[bumped 2025-04-27]*
### Other
π€ [lucy](https://github.com/lucy-language/lucy) - a compiler for the lucy language written in c3 *[bumped 2025-06-25]*
## Contribute!
Feel free to add pull requests to this repository to either bump a project that you know is active, or add more projects.