I released a fairly major project (a research-oriented workbench for graph manipulation) in a state of comparitive usability: https://github.com/blackhole89/graphicdepictions The main takeaway for me was that, unless you can tap into a preexisting pool of demand, grabbing people's attention is as hard and effort-consuming, if not more so, than actually solving a problem. One-on-one, I always had an easy time convinci…
I am working on a networking algorithm and think this would be useful for testing and visualizing algorithms. But I had to look into the source and then the screenshots folder to figure out what this actually did. You just have to develop some skills on how to better communicate your work to people. Everyone has this problem unless they develop the skills. Here's some things you should work on for promoting this proj…
Visualising algorithms is an interesting angle I have largely neglected so far, since it's pretty different from the purpose I originally built the program for. I could try adding some more examples in the spirit of the sandpile model from the animated GIF, like pathfinding or selfish routing. Thanks for the suggestion!