Skip to content

tenacious/Cheetah.ExampleViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheetah.ExampleViewer

This is a graphical viewer for experimenting with this 2D constrain solver library

To add more example :

  1. add a new class to the project

  2. Implement IExampleCode interface to this new class

  3. Run the project

Your new example code class will be available in drop-down list.

To add parameter to your example , put DisplayName attribute to related class property, in this way :

[DisplayName("Arc Radius Value")]
public double ArcRadiusValue { get; set; }

or

[DisplayName("Equal Segment Constrain Active")]
public bool IsEqualSegmentActive { get; set; }

Take a look at this and this code files, for reference.


Here a gif demo :


###References and links :

CloudInvent HOME

CloudInvent/Cheetah.Examples


Helix Toolkit

MahApps.Metro

Extended WPF Toolkit™ Community Edition


About

Graphical viewer for Cheetah code examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages