【第7回】.NET 7 x FUN FAN F# | Hybridで、ライブデモンストレーションとして、1からF#でカメラアプリケーションを書いたもののサンプル実装です。 ここに上げてあるものは、あらかじめ作成したものですが、当日はこれと同じ内容のものを最初から構築します。
- F#で書いています。
- GUIフレームワークとして、WPFを使っています。
- MVVMフレームワークとして、Epoxyを使っています。
- カメラキャプチャライブラリとして、FlashCapを使っています。
- プレビューの表示に、SkiaImageViewを使っています。
実際のライブデモンストレーションはYouTubeで公開されます。
MIT
This is a sample implementation of a camera application written in F# from scratch as a live demonstration in [Part 7].NET 7 x FUN FAN F# | Hybrid (ja). The one shown here was created in advance, but the same content will be built from scratch on the day of the event.
- This is written in F#.
- WPF is used as a GUI framework.
- We are using Epoxy as MVVM framework.
- FlashCap is used as a camera capture library.
- SkiaImageView is used to display the preview.
An actual live demonstration is available on YouTube (ja).
MIT