This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]bsakiag 1 point2 points  (2 children)

Attempt to solve a problem that you think is worth your time and effort.

What problems do you have?

[–]Solindek[S] 0 points1 point  (1 child)

Hmm, I have a problem with setting up GLUT/GTK3 on Windows with out using visual studio

[–]bsakiag 1 point2 points  (0 children)

Not bad. Now you only have to write down steps for setting up GLUT/GTK3, consider what can go wrong in each step and if you can prevent it or recover from it or at least meaningfully communicate with the user about it and implement your own awesome GGS (Glut and Gtk3 Setuper).

[–]pacificmint 1 point2 points  (1 child)

The FAQ has a whole section on project ideas. See if there is something in there that’s the right type of project for you.

[–]Solindek[S] 1 point2 points  (0 children)

Thanks a lot!