Skip to content

Latest commit

Β 

History

History
23 lines (18 loc) Β· 870 Bytes

File metadata and controls

23 lines (18 loc) Β· 870 Bytes

Morse Code Desktop App πŸ‘Ύβ™»οΈ

Translates to or from morse code sequence and plays morse code sounds
Built using gotk3 for ui and oto for playing morse code sounds

Preview πŸ”Ž

Quick Start πŸš€

git clone https://github.com/irevenko/morse-code-desktop.git
cd morse-code-desktop
go get "https://github.com/gotk3/gotk3"
go get "https://github.com/hajimehoshi/oto"
install all gotk3 dependencies
go run main.go

What I Learned 🧠

  • Using GTK3 bindings
  • Working with Sound in Go (SineWave)

License πŸ“‘

(c) 2021 Ilya Revenko. MIT License