From b5a2b5c68a2f3b199b3f337c2ccfa581d5072a26 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Tue, 21 Feb 2023 15:54:20 +0100 Subject: [PATCH] Added a short project suggestion list. --- project_suggestions.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 project_suggestions.md diff --git a/project_suggestions.md b/project_suggestions.md new file mode 100644 index 000000000..7e36f86fa --- /dev/null +++ b/project_suggestions.md @@ -0,0 +1,19 @@ +# Project ideas + +- HTTPS engine, allowing TLS etc on top of HTTP +- Open GL bindings +- Vulcan bindings +- Imgui library +- Job queue +- TOML serialization and deserialization +- Classic games: Tetris, Asteroids, Snake, Space Invaders, Pac Man, Defender, Frogger, Donkey Kong, Surround, Breakout, Galaxian, Centipede, Pole Position, Lunar Lander, Q*bert!, Dig Dug. +- Protobuf library +- MySQL bindings +- Postgres bindings +- Thread safe allocators +- Lua bindings for embedding Lua +- SVG library +- Proxy server +- Emulators, GBA, Atari 2600 etc emulators +- Cross platform sound and music library +- XML serialization and deserialization \ No newline at end of file