UXP simple app

Discussions about applications built on our platform code that do not have a dedicated board.

Moderators: trava90, athenian200

User avatar
bmelo
Hobby Astronomer
Hobby Astronomer
Posts: 18
Joined: 2023-02-13, 02:10

UXP simple app

Unread post by bmelo » 2023-02-23, 01:41

I'd like to create a Safari/Epiphany based on UXP. I want to compare how much memory (RAM and storage) a UXP browser needs if it only have a minimal GUI. Should I use GTK only or can we use something else for UXP app?

User avatar
therube
Board Warrior
Board Warrior
Posts: 1650
Joined: 2018-06-08, 17:02

Re: UXP simple app

Unread post by therube » 2023-02-23, 15:50

Off-topic:
I'll just note that I use an ancient version of Firefox, 3.0, yes 3 point 0, as a backend for ChatZilla on XULRunner, & that uses 50 MB or RAM.

User avatar
frostknight
Fanatic
Fanatic
Posts: 167
Joined: 2022-08-10, 02:25

Re: UXP simple app

Unread post by frostknight » 2023-03-12, 22:14

bmelo wrote:
2023-02-23, 01:41
I'd like to create a Safari/Epiphany based on UXP. I want to compare how much memory (RAM and storage) a UXP browser needs if it only have a minimal GUI. Should I use GTK only or can we use something else for UXP app?
That depends... would fltk work?

https://www.fltk.org/

Just in case you are still curious what I mean

2nd and final edit:

https://github.com/fltk/fltk

The 2nd one is way more updated... just a heads up!
If it isn't broken, don't fix, unless you are a corporation, because that's the only way you can make money to the point where you can dominate the world in a megalomaniac sociopathic way that no one really wants that also heavily destroys the environment via data collection and wasting water

SMH...

If you believe Jesus is your savior, don't support any fascists, otherwise you are deceiving yourself.

I however, do believe in him. Don't let your pride blind you, lest you wish to be greatly humbled unexpectedly, as this will hurt on an agonizing scale

User avatar
Basilisk-Dev
Lunatic
Lunatic
Posts: 317
Joined: 2022-03-23, 16:41
Location: Chamber of Secrets
Contact:

Re: UXP simple app

Unread post by Basilisk-Dev » 2023-03-15, 16:08

bmelo wrote:
2023-02-23, 01:41
I'd like to create a Safari/Epiphany based on UXP. I want to compare how much memory (RAM and storage) a UXP browser needs if it only have a minimal GUI. Should I use GTK only or can we use something else for UXP app?
If you are using Linux/BSD/Solaris then yes, you have to use GTK. You can compile with GTK2 or GTK3. GTK2 should have lesser ram usage than GTK3.
Basilisk Project Owner

viewtopic.php?f=61&p=230756

User avatar
andyprough
Astronaut
Astronaut
Posts: 701
Joined: 2020-05-31, 04:33

Re: UXP simple app

Unread post by andyprough » 2023-03-15, 19:25

Basilisk-Dev wrote:
2023-03-15, 16:08
GTK2 should have lesser ram usage than GTK3.
In theory. In practice, however, I haven't noticed more than about a 5mb ram difference. Of course, if you don't need any gtk3 programs your system can run lighter, like with Hyperbola GNU/Linux (soon to be Hyperbola GNU/BSD).

Locked