Skip to content

Transfusion/vignette

 
 

Repository files navigation

Discord GitHub Super-Linter

Vignette is a face tracking software for characters using osu!framework. Unlike most solutions, Vignette is:

  • Made with osu!framework, the game framework that powers osu!lazer, the next iteration of osu!.
  • Open source, from the very core.
  • Always evolving - Vignette improves every update, and it tries to know you better too, literally.

Running

We provide releases from GitHub Releases and also from Visual Studio App Center. Vignette releases builds for a select few people before we create a release here, so pay attention.

You can also run Vignette by cloning the repository and running this command in your terminal.

dotnet run --project Vignette.Desktop

Developing

Please make sure you meet the prerequisites:

Setting up GitHub Packages

Open your NuGet Configuration (global or user-scoped) and append this inside the configuration:

<packageSourceCredentials>
   <Vignette>
      <add key="Username" value="YourGitHubUserName"/>
      <add key="ClearTextPassword" value="YourGitHubPAT"/>
   </Vignette>
</packageSourceCredentials>

Your GitHub PAT (personal access token) should have the read:packages scope to access this organization's NuGet feed.

  • See this article for more information about configuring GitHub Packages for NuGet and .NET.
  • See this also for more information about creating a personal access token.

Contributing

The style guide is defined in the .editorconfig at the root of this repository and it will be picked up in intellisense by capable editors. Please follow the provided style for consistency.

License

Vignette is Copyright © 2020 Ayane Satomi and the Vignette Authors, licensed under Non-Profit Open Source License v3.0 (NPOSL-3.0). For the full license text please see the LICENSE file in this repository.

Commercial Use

While Vignette is NPOSLv3, for-profit agencies who wish to use Vignette for their performers, please open a ticket for a negotiation.

About

The open source VTuber toolkit. ❤

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • PowerShell 0.2%