Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dapps as native macOS Apps #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

liamzebedee
Copy link
Collaborator

@liamzebedee liamzebedee commented Oct 3, 2023

An interesting area of design. Where users can open dapps like they are regular native apps in macOS. This is particularly relevant for on-chain gaming, and the idea of Dappnet as a "dapp distribution platform".

Inspirations:

How it works so far:

  • make-dapp.sh generates a macOS .app archive
  • generate the app icon
  • this is indexed by spotlight, so long as you move the .app into a .dmg volume and then out again (idk why)
  • the executable opens the dappnet client, and dappnet client adjusts the icon
Screen Shot 2023-10-04 at 2 25 05 am Screen Shot 2023-10-04 at 2 25 12 am Screen Shot 2023-10-04 at 2 25 24 am

* much faster loading of apps
* parallelization works now, doesn't fail (socks5 had memory leak etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant