shoes / shoes3

a tiny graphical app kit for ruby
http://walkabout.mvmanila.com
Other
181 stars 19 forks source link

Gtk on OSX (again) #235

Open ccoupe opened 8 years ago

ccoupe commented 8 years ago

I just looked at how Geany.app is installed/structured for OSX. I learned some things that might be useful. Their osx launch script is considerably more complex than ours. The real shocker was discovering they are using Gtk2 on OSX! They also have a more complete etc/ and share/ than Shoes provides (any platorm) and they use vte (the terminal code - presumably for the editing functionality). They even provide a termcap for xterm. Many things to learn.