Community

GitHub Discussions

The primary community hub for oglr is the GitHub Discussions forum. This is a great place to:

  • Ask questions: If you encounter a problem or have a question about how to use oglr, the GitHub Discussions forum is a good place to seek help from other developers.
  • Share your projects: Share your projects that use oglr and get feedback from the community.
  • Discuss ideas: Engage in discussions about the future of oglr and suggest new features.

For example, you could ask a question like this:

// Example C# code
using OGLR;

// ... code ...

var graph = new OGLR.Graph(); 
// ... code ...

graph.AddNode(new Node("A")); // This throws an exception
// ... code ... 

And then post a question on the GitHub Discussions forum asking for help with the exception.