https://github.com/takeshiyoshikawa/cg-showcase
A simple GUI made with WPF to demonstrate the functionality of classic CG algorithms
https://github.com/takeshiyoshikawa/cg-showcase
cg csharp dotnet wpf
Last synced: 3 months ago
JSON representation
A simple GUI made with WPF to demonstrate the functionality of classic CG algorithms
- Host: GitHub
- URL: https://github.com/takeshiyoshikawa/cg-showcase
- Owner: TakeshiYoshikawa
- Created: 2020-11-09T16:21:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T04:48:21.000Z (over 2 years ago)
- Last Synced: 2025-10-09T22:32:37.425Z (10 months ago)
- Topics: cg, csharp, dotnet, wpf
- Language: C#
- Homepage:
- Size: 207 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CG Basic Algorithms
A simple GUI made with [WPF](https://github.com/sourcechord/FluentWPF) to demonstrate the functionality of some basic algorithms presented
at CG classes.
## Algorithms
* Line
* Circle
* Fill
* Scanline
* Trim Line (Cohen Sutherland)
* Trim Polygon (Sutherland-Hodgman)
* Polyline
* Translation
* Rotation
* Scale
* Orthogonal Projection
* Perspective
## Install
*NuGet Package*
```
Install-Package FluentWPF
```
https://nuget.org/packages/FluentWPF
## Interface
