Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kekyo/fffsharp-demo-cameraapp
- Owner: kekyo
- License: mit
- Created: 2022-10-28T10:48:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T11:21:12.000Z (about 2 years ago)
- Last Synced: 2024-10-30T03:48:44.545Z (2 months ago)
- Topics: epoxy, flashcap, fsharp, mvvm, skiaimageview, wpf
- Language: F#
- Homepage: https://fun-fan-fsharp.connpass.com/event/256240/
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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