How to add apps to the project #430
Unanswered
Soleil-des-chats
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There isn't yet an official way, but if you have the source code then there are quite a few examples you could follow. The apps are in components/apps and there are a few different kinds. There are ones like FileExplorer or Messenger where they have been fully custom made. There is also ones like Paint or IRC where it just uses an iframe basically. And there are the ones which use a canvas like Quake3 & JSDOS. I also have ones like Webamp where they have no Window container of their own. It will depend what kind of app you want to make for which to use, but there are many examples to go from. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i forked the project and i would like to know how to add my own apps to it, thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions