An open API service indexing awesome lists of open source software.

https://github.com/ashish0kumar/minimalist-c

🍀 Collection of minimalist and low-level C projects
https://github.com/ashish0kumar/minimalist-c

c chat-server donut-c hex-editor https-client https-server linux low-level low-level-programming network-programming networking snake-game text-editor web-server wsl2 x11

Last synced: 3 months ago
JSON representation

🍀 Collection of minimalist and low-level C projects

Awesome Lists containing this project

README

        

# Minimalist `X` in C
A collection of **minimalist** and **low-level C projects** showcasing various concepts like **networking**, **graphical interfaces**, and **file handling**. Each project is self-contained, demonstrating how to use C libraries and system calls for building real-world applications.

## Explore

- [`chat server`](chat_server)
- [`web server`](web_server)
- [`https client`](https_client)
- [`https server`](https_server)
- [`text editor`](text_editor)
- [`hex editor`](hex_editor)
- [`x11 gui window`](x11_gui)
- [`snake game`](snake_game)
- [`donut`](donut)

## Contributions

Feel free to fork this repository and contribute by adding more projects or improving existing ones. Submit a pull request if you would like to share your work.

## License

This repository is open-source and available under the **MIT License**.