https://github.com/reinskywalker/gdiplus-paint-drawer
C# build using GDI+ to render a visual Excalibur sword for fun
https://github.com/reinskywalker/gdiplus-paint-drawer
Last synced: 9 months ago
JSON representation
C# build using GDI+ to render a visual Excalibur sword for fun
- Host: GitHub
- URL: https://github.com/reinskywalker/gdiplus-paint-drawer
- Owner: reinskywalker
- Created: 2024-07-13T13:57:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-03T03:44:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T19:55:49.070Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- **Dynamic Rendering**
- Utilizes `System.Drawing` to render the sword, rendeering visual representation of Excalibur.
- **Customizable Dimensions**
- Allows adjustments to the sword's proportions such as blade length, guard width, and handle height within the code.
- **Smoothing Mode**
- Implements anti-aliasing to smooth out the lines and curves.