Skip to content

irevenko/morse-code-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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