Sourcetrail, interactive source explorer, is now free and open-source
31–40 of 55 posts
Re: Sourcetrail, interactive source explorer, is now free and open-source
#32It's with open source but not free software: https://github.com/woboq/woboq_codebrowser/
Re: Sourcetrail, interactive source explorer, is now free and open-source
#33I don't get all the posts saying it's sad that it didn't take off commercially. No obstacle prevents grateful programmers from enriching the creators of a useful tool, and expanding the audience of likely users increases the probability of that happening. It's a great looking product (that I had not been aware of when it was commercial) and deserves wide adoption.
Re: Sourcetrail, interactive source explorer, is now free and open-source
#34I've been following sourcetrail since the author did his cppcon talk. It does the job well - I remember loading Wolfenstein 3D into sourcetrail and watching the call graph explode from a single point of MAIN into a massive menorah of calls, all winding back to a circular buffer, and finally a single point of FREE. It was beautiful, and it's bittersweet to see the author go the open source route. I had high hopes for…
Re: Sourcetrail, interactive source explorer, is now free and open-source
#35A similar product is the Woboq Code Browser for C/C++: https://code.woboq.org/ It's with open source but not free software: https://github.com/woboq/woboq_codebrowser/
What do you mean?
Re: Sourcetrail, interactive source explorer, is now free and open-source
#36A similar product is the Woboq Code Browser for C/C++: https://code.woboq.org/ It's with open source but not free software: https://github.com/woboq/woboq_codebrowser/
> It's with open source but not free software What do you mean?
For example, you buy the software and with it you also get the source code.
Re: Sourcetrail, interactive source explorer, is now free and open-source
#37A similar product is the Woboq Code Browser for C/C++: https://code.woboq.org/ It's with open source but not free software: https://github.com/woboq/woboq_codebrowser/
> It's with open source but not free software What do you mean?
Additionally, creative commons do not recommend their license for source code and software works because software has specific needs that cc was not developed with in mind.