Overview

What is Syllabore?

Why should I use Syllabore?

You will find it useful if:

  • You do not want to randomly select names from pre-defined lists

  • You want a name generator that can be used 100% offline

  • You want a name generator that can be embedded into a .NET app or game

See the starting out guide if you've already added Syllabore to your project.

How do I add Syllabore to my project?

Syllabore is a .NET class library and works inside other .NET applications and games. It can be added to your project through a couple ways:

  • In Visual Code, use the NuGet: Add NuGet Package command available through Microsoft's C# Dev Kit extension.

  • In Visual Studio, search for "Syllabore" using the NuGet package manager in Visual Studioarrow-up-right.

  • In Visual Studio, you can also run the following command in your NuGet package manager console:

chevron-rightHow do I use Syllabore with Godot?hashtag

Make sure you are using the .NET version of Godotarrow-up-right that supports C#. There are a couple ways to import Syllabore into a Godot game:

  • Open your Godot project in Visual Studio and add the Syllabore NuGet package through the package managerarrow-up-right

  • Or open a command line, cd into your Godot project directory, and use the following command:

What is Syllabore compatible with?

Syllabore is a .NET Standardarrow-up-right 2.0 class library and is compatible with applications using:

Last updated