about summary refs log tree commit diff
path: root/README.MD
blob: 85a813740c2fec26f57c1ce7dced48487d949051 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Rory&::LibMatrix

An extensible C# library for the Matrix protocol. Primarily built around our own project needs, but we're open to contributions and improvements, especially around spec compliance.
The library currently targets .NET 8. We like to follow the latest release of .NET.

ArcaneLibs can be found on [GitHub](https://github.com/TheArcaneBrony/ArcaneLibs.git). Personally we use the [MatrixRoomUtils project](https://cgit.rory.gay/matrix/tools/MatrixRoomUtils.git/) as workspace, though improvements to make the library more easy to build outside of this would be appreciated.

# Installation

Probably add as a submodule for now? NuGet packaging still has to be implemented.

# Contributing

See the [contributing guidelines](CONTRIBUTING.md) for more information.