Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kekyo/fffsharp-demo-cameraapp

[Part 7] .NET 7 x FUN FAN F# | Hybrid Live Demo Code
https://github.com/kekyo/fffsharp-demo-cameraapp

epoxy flashcap fsharp mvvm skiaimageview wpf

Last synced: 24 days ago
JSON representation

[Part 7] .NET 7 x FUN FAN F# | Hybrid Live Demo Code

Awesome Lists containing this project

README

        

# 【第7回】.NET 7 x FUN FAN F# | Hybrid ライブデモコード

## これは何?

[【第7回】.NET 7 x FUN FAN F# | Hybrid](https://fun-fan-fsharp.connpass.com/event/256240/)で、ライブデモンストレーションとして、1からF#でカメラアプリケーションを書いたもののサンプル実装です。
ここに上げてあるものは、あらかじめ作成したものですが、当日はこれと同じ内容のものを最初から構築します。

* F#で書いています。
* GUIフレームワークとして、WPFを使っています。
* MVVMフレームワークとして、[Epoxy](https://github.com/kekyo/Epoxy)を使っています。
* カメラキャプチャライブラリとして、[FlashCap](https://github.com/kekyo/FlashCap)を使っています。
* プレビューの表示に、[SkiaImageView](https://github.com/kekyo/SkiaImageView)を使っています。

実際のライブデモンストレーションは[YouTubeで公開](https://youtu.be/bhXDUpG8xSg)されます。

## ライセンス

MIT

------

# [Part 7] .NET 7 x FUN FAN F# | Hybrid Live Demo Code

## What is this?

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)](https://fun-fan-fsharp.connpass.com/event/256240/).
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](https://github.com/kekyo/Epoxy) as MVVM framework.
* [FlashCap](https://github.com/kekyo/FlashCap) is used as a camera capture library.
* [SkiaImageView](https://github.com/kekyo/SkiaImageView) is used to display the preview.

An actual live demonstration is available on [YouTube (ja)](https://youtu.be/bhXDUpG8xSg).

## License

MIT