github outfox/2dog 0.1.9-pre

pre-release9 hours ago

PRERELEASE v0.1.9-pre

I deployed prerelease packages for windows and linux so far, they work for me. No osx support in this prerelase.

https://www.nuget.org/packages?q=2dog&includeComputedFrameworks=true&prerel=true&sortby=created-desc

The packages are split into base packages, templates, per-platform meta packages (that wrap all 3 binary distributions), and per-binary container packages. (in a mature project, you may or may not want to mix and match them to make CI optimizations, but it's only about 200 MiB of stuff per platform)

To start from scratch

I suggest you install the template:

⁨```bash
dotnet new install 2dog.Templates::0.1.9-pre


## Example usage

⁨```bash
# Create Project
dotnet new 2dog --tests True -n MyProject

# Go in :) (there's another MyProject folder inside, don't get confused)
cd MyProject

# Import (sorry about the naming, will move to root folder soon)
godot-mono --path MyProject/project --import

# Run all tests (just some placeholders there)
dotnet test

# Run Game (very basic loop in Program.cs)
dotnet run --project MyProject

# Edit in Godot
godot-mono -e --path MyProject/project
```⁩

Let me know how it works for you.

Don't miss a new 2dog release

NewReleases is sending notifications on new releases.