This is a long list of rare features that make Pharo interesting: https://pharo.org/features
Pharo 9
71–80 of 232 posts
Re: Pharo 9
#72And 10 years later still no proper support for retina displays. I really think you should get your priorities straight.
Re: Pharo 9
#73Re: Pharo 9
#74Just a heads up the pharolauncher does not seem to be working for me, at least for pharo 9. Manual download of vm + image 64bit works but 32 bit does not. I have been making pharo raylib bindings and plan to make a video soon about why Smalltalk is an interesting choice for game development, it's a very 'live-coding' feel, i.e. you run your game while the editor is still live, you have free reign to at any time modif…
Re: Pharo 9
#75Re: Pharo 9
#76Earlier quoted context omitted.
Retina displays don't matter because the majority of your users don't have them. Problem solved :)
Surely most decent laptops being sold are HiDPI at this point?
For a price up to 500€ it lists 306 laptops with 176 having 150+ppi.
Re: Pharo 9
#77The page seems to be going out of it's way to not mention the word "Smalltalk". Does anyone have an idea why that is? Does Smalltalk have such a bad reputation nowadays or has someone trademarked the term?
I wouldn't say Smalltalk has a bad rep nowadays, but it used to be knocked for being too expensive (the cost of ST licences back when was beyond a joke), too slow, and producing nasty-looking non-native GUIs. These have almost all been fixed.
Re: Pharo 9
#78Just a heads up the pharolauncher does not seem to be working for me, at least for pharo 9. Manual download of vm + image 64bit works but 32 bit does not. I have been making pharo raylib bindings and plan to make a video soon about why Smalltalk is an interesting choice for game development, it's a very 'live-coding' feel, i.e. you run your game while the editor is still live, you have free reign to at any time modif…
there was a problem with the PhL, that took more time to update of what we thought. Now it should be working... but please take into account that 32bit versions are deprecated (unless you're working on ARM)
Re: Pharo 9
#79The page seems to be going out of it's way to not mention the word "Smalltalk". Does anyone have an idea why that is? Does Smalltalk have such a bad reputation nowadays or has someone trademarked the term?
https://pbs.twimg.com/media/EMJoLicXsAA7dej?format=jpg&name=...
Re: Pharo 9
#80Earlier quoted context omitted.
But not real HiDPI. AFAIK Windows 10 just treats FullHD (1080p) as HiDPI and scales everything up to 125% by default but I always switch it back to 100% so I have reasonable screen space capacity. If the 13-inch displays were 4K that would be HiDPI.
Traditional (~110 DPI, what Windows and MacOS were designed for) 13" resolution is 1280 or 1366. So 200% that is merely 2560+
* 15 inches 1024x768 (85ppi)
* 17 inches 1280x1024 (96ppi)
* 19 inches 1400x1050 (92ppi)
I'd argue that everything that is beyond ~140ppi needs adjustments in software and could be considered HiDPI. You could also argue that 200% scaling should be the threshold, if we're starting with 85ppi that would be 170ppi.
It also depends on the viewer distance of course. Larger displays are usually viewed from a bigger distance.