Coder Social home page Coder Social logo

5guis's Introduction

The 5 GUIs Application

... the app for the tweet:

With its eclectic mix of AppKit, Catalyst, iOS, SwiftUI, and web apps, macOS should consider rebranding to “Five GUIs”

— Joe Groff (@jckarter) September 28, 2020

GUI is an abbreviation for Graphical User Interface.

How it works

5 GUIs first grabs some information from the app bundle. It then uses LLVM's objdump to check what libraries the app links, e.g. Electron or UIKit, to figure out what technology is being used.

5 GUIs itself is a SwiftUI 1 macOS application (i.e. it runs on Catalina and macOS BS).

Idea and Implementation

The idea for this kind of app exists for quite some time, but when @jckarter tweeted the proper name for this: “5 GUIs”, it finally had to be done.

This is a quick hack, put together in about 2 days. The source is not “nice” at all, don't use it as a proper example 🙈 PRs with cleanups are warmly welcome.

Help wanted!

All improvements are very welcome, but most of all this app could use better design. SwiftUI gives you something OKayish looking out of the box, but if someone has the time to add some fancy animations, better colors, iconography and styling, that would be very welcome!

Also checkout the Issues page of this repository. It'll have some.

3rd Party Software Used

Building the Project in Xcode

Before the app can be build, an llvm-objdump binary needs to be put into the LLVM folder (the binary was a little big for inclusion in the repository).

For testing purposes the one included in Xcode should be fine, it should be living over here: /Applications/Xcode.app//Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-objdump.

For deployment it is probably better to build an own one. To do so:

  • grab the LLVM source code from the downloads page
  • Unpack it somewhere, e.g.: cd /tmp; && tar zxf llvm-10.0.1.src.tar.xz
  • Create a build dir: mkdir /tmp/build-dir && cd /tmp/build-dir
  • Create the makefiles: cmake ../llvm-10.0.1.src/
  • Build it: cd tools/llvm-objdump && cmake --build .

Who

5 GUIs is brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.

5guis's People

Contributors

helje5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.