WoWDatabaseEditor

(โ˜… 565)

Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Cmangos support work in progress. Featuring a 3D view built with OpenGL and custom ECS framework

Showing a partial file list โ€” download the zip above to see everything.

  • .gitattributes
  • .gitignore
  • .gitmodules
  • AntlrSupport.props
  • Avalonia.props
  • AvaloniaEdit
  • DBCD
  • Directory.Build.props
  • Dock
  • LICENSE
  • Module.props
  • Prism.Avalonia
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/BAndysc/WoWDatabaseEditor

Downloads the entire project code from GitHub to your computer.

cd WoWDatabaseEditor

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet publish -c Release --self-contained false -f net8.0 -o bin/wowdatabaseeditor-avalonia-win/ LoaderAvalonia/LoaderAvalonia.csproj -r win7-x64

Type this command into your terminal and run it.

dotnet publish -c Release --self-contained false -f net8.0 -o bin/wowdatabaseeditor-avalonia-mac/ LoaderAvalonia/LoaderAvalonia.csproj -r osx-x64

Type this command into your terminal and run it.

dotnet publish -c Release --self-contained false -f net8.0 -o bin/wowdatabaseeditor-avalonia-linux/ LoaderAvalonia/LoaderAvalonia.csproj -r linux-x64

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation