https://github.com/sup2point0/nocturne
A little collection of standalone C# projects made for fun!
https://github.com/sup2point0/nocturne
csharp nocturne sup
Last synced: 19 days ago
JSON representation
A little collection of standalone C# projects made for fun!
- Host: GitHub
- URL: https://github.com/sup2point0/nocturne
- Owner: Sup2point0
- License: mit
- Created: 2024-02-21T08:28:01.000Z (over 2 years ago)
- Default Branch: root
- Last Pushed: 2024-04-23T14:30:18.000Z (about 2 years ago)
- Last Synced: 2025-12-09T07:43:42.185Z (6 months ago)
- Topics: csharp, nocturne, sup
- Language: C#
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Nocturne
A little collection of standlone C# projects made for fun!
## Index
| project | description |
| :------ | :---------- |
| [`mandelbrot`](mandelbrot/) | rendering the Mandelbrot Set |
| [`quaternion`](quaternion/) | quaternion calculator |
| [`algorithms`](algorithms/) | various sorting algorithms implemented in C# |
## See Also
- [SupPy↗](https://https://github.com/Sup2point0/SupPy) (miscellaneous Python projects)