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

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

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
![CG](./docs/example.png)