Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.31 KB

Yggdrasil

Base library for server emulation development. Work in progress.

Libraries

Yggdrasil

Commonly needed classes, such as TCP client and server, logger, file reader, hashing, and other utility classes.

Yggdrasil.Ai

Base classes for AI development.

Yggdrasil.Data

Depends on: Yggdrasil

Base classes for reading databases from text files.

Yggdrasil.Data.JSON

Depends on: Yggdrasil.Data

Extension for Yggdrasil.Data, for JSON support.

Yggdrasil.Scripting

Depends on: Yggdrasil

Script loader for .NET scripts that can be compiled and loaded at run-time.

Yggdrasil.Structures

Structures, such as QuadTree.

Yggdrasil.Network.WebSocket

Depends on: Yggdrasil

Extension for Yggdrasil.Network, adding a WebSocketConnection to accept connections from WebSockets and other related classes.

Links

Build Status

Build Status