🔡
Syllabore
GitHub
  • Overview
  • Starting Out
  • Fine-Tuning Generators
    • Positioning
    • Clusters
    • Weights
    • Chancing
    • Transforms
    • Filtering
  • More Techniques
    • Formatters
    • Generator Pools
    • Syllable Sets
    • Generator Serialization
  • More Examples
    • Soft/Hard-Sounding Names
    • Fantasy Names
    • Spaceship Names
    • Futuristic City Names
  • Class Docs
    • FilterCondition
    • FilterConstraint
    • GeneratorPool<T>
    • INameFilter
    • INameTransformer
    • IPotentialAction
    • IRandomizable
    • ISyllableGenerator
    • Name
    • NameFilter
    • NameFormat
    • NameFormatter
    • NameFormatterGeneratorOptions
    • NameGenerator
    • NameGeneratorSerializer
    • NameGeneratorTypeInformation
    • SerializedNameGenerator
    • SyllableGenerator
    • SyllableGeneratorFluentWrapper
    • SyllablePosition
    • SyllableSet
    • Symbol
    • SymbolGenerator
    • SymbolPosition
    • Transform
    • TransformSet
    • TransformStep
    • TransformStepType
Powered by GitBook
On this page
  • What is Syllabore?
  • Why should I use Syllabore?
  • How do I add Syllabore to my project?
  • What is Syllabore compatible with?

Overview

NextStarting Out

Last updated 1 month ago

What is Syllabore?

  • Syllabore is a name generator that does not use pre-made lists of names

  • It is free and

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

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, you can also run the following command in your NuGet package manager console:

Install-Package Syllabore
How do I use Syllabore with Godot?
  • Or open a command line, cd into your Godot project directory, and use the following command:

dotnet add package Syllabore

What is Syllabore compatible with?

  • .NET or .NET Core 2.0 to 8.0 inclusive

  • .NET Framework 4.6.1 to 4.8.1 inclusive

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

In Visual Studio, search for "Syllabore" using the .

Make sure you are using the .NET version of 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

Syllabore is a 2.0 class library and is compatible with applications using:

5.4 and 6.4

(Using the .NET edition of the engine)

starting out guide
NuGet package manager in Visual Studio
Godot
package manager
.NET Standard
Mono
Godot 4
Unity Engine
MonoGame
open-source