https://github.com/axfab/axlib
various .NET Tools
https://github.com/axfab/axlib
Last synced: 11 months ago
JSON representation
various .NET Tools
- Host: GitHub
- URL: https://github.com/axfab/axlib
- Owner: AxFab
- License: gpl-3.0
- Created: 2024-08-14T07:00:25.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T12:08:03.000Z (over 1 year ago)
- Last Synced: 2025-01-23T09:34:38.628Z (over 1 year ago)
- Language: C#
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.