#Small project ideas, any are welcome

1 messages · Page 1 of 1 (latest)

silver temple
#

Create a window manager using a c Imported XLib or XCB (i recommend XCB), there is a lot of information on creating a window manager and XLib itself is generally well-documented, also you could post your window manager online and some people could try it out. I made one in around 700 lines of Zig and so far is a really enjoyable experience

wild light
#

My first project in any new language is implementing a clone of BC (command line calculator)

gusty arch
#

How about a small game with SDL/Raylib?