Skip to content

jjokela/fsharp-winforms-integration

Repository files navigation

fsharp-winforms-integration

Shows how to utilize F# library in WinForms, including using DevExpress controls.

F# library

Following sorting algorithms are implemented using F#

  • Bubble sort
  • Insertion sort
  • Selection sort
  • Merge sort
  • Quick sort

WinForms demo using DevExpress

User can input integers to sort, and program sorts it using each of above mentioned sorting algorithms. Resolving times are shown in DevExpress chart.

Plain WinForms demo

Same as above, except no DevExpress controls.

Console tester

Simple console tester.

About

Shows how to integrate F# library to WinForms and Console application. Application utilises different sorting algorithms implemented with F#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published