adrianstephens / win_arty

Alternative to c++/winrt
0 stars 0 forks source link

Interesting ... #1

Open Noemata opened 5 years ago

Noemata commented 5 years ago

Could you please provide a little more usage detail about this project?

adrianstephens commented 5 years ago

Ah - sorry - just noticed this comment! I expect you've moved on, but I will add details to the readme anyway, because of course there is not much to go on at the moment! The gist, though, is that this was my attempt at making a sane C++ wrapper around the windows runtime API (WinRT), before discovering someone had already made C++/WinRT. My approach results in smaller header files and faster compile times than C++/WinRT, and also supports 'properties' (sort of); so if I document it a bit, I'm hoping it could be a useful alternative.