+ 1
What are some intermediate project ideas c++?
8 Answers
+ 2
opengl rendering
+ 1
I would not do OpenGL rendering, as OpenGL is a low-level graphics API and there are other means that can do the job better. Graphics are usually organized in scenes and all the objects in it in a graph called scene graph. There's a library called OpenSceneGraph (OSG) that let's you program graphics in a more organized way.
Anyways, for intermediate level I would say, you could write your own mini Webserver. Doesn't have to be fancy and let's you learn about networking, protocols and maybe multi-threading without being a monstrous PITA. That's totally backend, as you can see, no graphics involved.
+ 1
@stefan do you have somewhere I can contact you, would love a chat.
0
socket connexion (client/server)
0
@Null Void: You on stackoverflow?... then join LoungeC (https://chat.stackoverflow.com/rooms/10/loungec). My alias is "recondite". Or is it personal?
0
@stefan I do but have no rep
- 1
Website creation with wt
- 1
I'm sorry I'm not really prepared for this as only few people know my real chat accounts which I also use for business. If it cannot be in this forum, email might be an option: sololearn.20.stygian@spamgourmet.com. It's a real address, disposable but real (lots of people or bots might now use it to contact me posting this in a public forum).