An open API service indexing awesome lists of open source software.

https://github.com/axfab/axlib

various .NET Tools
https://github.com/axfab/axlib

Last synced: 11 months ago
JSON representation

various .NET Tools

Awesome Lists containing this project

README

          

# AxToolkit

Group of libraries, with common code used on my projects.

_Starting development only_.

## Summary

- _AxToolkit.Algorithms.GeneticAlgo_
- _AxToolkit.Mathematics_: Contains vectors, quaternions and geographics coordinates.
- _AxToolkit.Network_: Some helpers class to build TCP servers.
- _AxToolkit.Graphics_: Offer some common code to create drawing (On Maui, WinForms, or even SVG graphics)
- _AxToolkit.Charts_: Some basic code to build charts.

## Aplication

- **Gateway**: Usefull but naive HTTP gateway to serve several web service from a single VM/port.
- **Mx**: Smtp server.