Added a short project suggestion list.

This commit is contained in:
Christoffer Lerno
2023-02-21 15:54:20 +01:00
parent afa41f0c10
commit b5a2b5c68a

19
project_suggestions.md Normal file
View File

@@ -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