Y
Hacker News
new
|
ask
|
show
|
jobs
by
hellofunk
2614 days ago
There is one screenshot on the front page, and I must admit, it does not
look
modern.
3 comments
eps
2614 days ago
More importantly, it doesn't look _native_ ... to anything really, which is the main (and hard) problem for any portable GUI library.
Modernity can be added on top using a thin layer, if and when needed.
link
lake99
2614 days ago
It looks like a native Breeze themed KDE application. If I did not know I was on the Nana website, I would have assumed it's all Breeze.
link
asveikau
2614 days ago
Modern probably refers to the use of recent c++ standards. (In typical jargon this is termed "modern c++")
link
vijaybritto
2614 days ago
I think the modernity is in the code and the API rather than the output
link
dearrifling
2614 days ago
Well, that example shows some too stringy API for my taste.
link
vijaybritto
2614 days ago
Ok. I'm not sure what they consider modern in the c++ world
link
dearrifling
2614 days ago
As many words in C++, "modern" is overloaded. In this case I think it means it uses c++11 or later.
link
Modernity can be added on top using a thin layer, if and when needed.