Difference between revisions of "DiceRoller"

From DiceRoller Documentation
(Created page with "DiceRoller is a library for .NET 4.5 which enables rolling dice. It supports a robust syntax with lots of features, as well as customization to add additional features beyond...")
 
(strip version mention)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
DiceRoller is a library for .NET 4.5 which enables rolling dice. It supports a robust syntax with lots of features, as well as customization to add additional features beyond what is offered in the library itself in the form of custom functions and macros.
+
DiceRoller is a library for .NET which enables rolling dice. It supports a robust syntax with lots of features, as well as customization to add additional features beyond what is offered in the library itself in the form of custom functions and macros.
  
If you're curious on how to format dice expressions with the library, check out the [[dice reference]].
+
If you're curious on how to format dice expressions with the library, check out the [[Dice Reference]].
  
If you are a developer and want to use this library in your own project, grab the package from NuGet (package not yet ready, sorry!) and then see the [[API]] documentation.
+
If you are a developer and want to use this library in your own project, grab the [https://www.nuget.org/packages/DiceRoller/ DiceRoller package] from NuGet via {{c|Install-Package DiceRoller}} and then see the [[API]] documentation (or check the [[Dice]] namespace reference as a starting point). You can also grab the source code from [https://github.com/skizzerz/DiceRoller GitHub].
 +
 
 +
For version history, check the [[Changelog]].

Latest revision as of 05:08, 23 December 2018

DiceRoller is a library for .NET which enables rolling dice. It supports a robust syntax with lots of features, as well as customization to add additional features beyond what is offered in the library itself in the form of custom functions and macros.

If you're curious on how to format dice expressions with the library, check out the Dice Reference.

If you are a developer and want to use this library in your own project, grab the DiceRoller package from NuGet via Install-Package DiceRoller and then see the API documentation (or check the Dice namespace reference as a starting point). You can also grab the source code from GitHub.

For version history, check the Changelog.