A C# scripting interface for G-Earth.
Powered by the
Xabbo.Common,
Xabbo.GEarth and
Xabbo.Core libraries.
See this repository for a collection of useful scripts and examples of what is possible with the scripter.
Check out the wiki for information on how to get started writing your own scripts.
Requires the .NET 6 SDK.
# Clone the repo
git clone https://github.com/b7c/Xabbo.Scripter -b develop
cd Xabbo.Scripter
# Initialize the submodules
git submodule update --init
# Checkout each submodule into a branch,
# required for Xabbo libraries using GitVersion
git submodule foreach 'git checkout -b Xabbo.Scripter'
# Build & run the application
dotnet build src/Xabbo.Scripter -c Release -o bin\Release
cd bin\Release
.\Xabbo.Scripter