diff --git a/README.md b/README.md index 96dab9dde..41f6c5896 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,25 @@ A cross platform library to build native desktop apps. Based on Qt5. -Mac screenshots: +logo -![mac](https://github.com/master-atul/node-native-ui/raw/master/screens/mac_dark_mode.png "Mac OS Dark screenshot") -![mac](https://github.com/master-atul/node-native-ui/raw/master/screens/mac_light_mode.png "Mac OS Light screenshot") +## How does it look? -Linux and Windows screenshots to be added soon. +**Linux** + +demo_linux + +**Windows** + +demo_win + +**Mac:** + +demo_mac **More screenshots?** -[See examples](https://github.com/master-atul/node-native-ui/tree/master/examples/) +[See examples](https://github.com/master-atul/nodegui/tree/master/examples/) ## Features @@ -38,7 +47,7 @@ Looking to contribute? If you wish to implement a new widget/add more features a Contributing developer docs link: -https://github.com/master-atul/node-native-ui/tree/master/devdocs +https://github.com/master-atul/nodegui/tree/master/extras/devdocs ## Building diff --git a/examples/calculator/README.md b/examples/calculator/README.md index 05e88c35f..3405d2263 100644 --- a/examples/calculator/README.md +++ b/examples/calculator/README.md @@ -6,15 +6,15 @@ This example showcases how to build a basic calculator clone. **Linux** -demo_linux +demo_linux **Windows** -demo_win +demo_win **Mac:** -demo_mac +demo_mac To run the demo: diff --git a/devdocs/common_errors.md b/extras/devdocs/common_errors.md similarity index 100% rename from devdocs/common_errors.md rename to extras/devdocs/common_errors.md diff --git a/devdocs/debugging.md b/extras/devdocs/debugging.md similarity index 100% rename from devdocs/debugging.md rename to extras/devdocs/debugging.md diff --git a/devdocs/setting_up.md b/extras/devdocs/setting_up.md similarity index 100% rename from devdocs/setting_up.md rename to extras/devdocs/setting_up.md diff --git a/devdocs/signal_and_event_handling.md b/extras/devdocs/signal_and_event_handling.md similarity index 100% rename from devdocs/signal_and_event_handling.md rename to extras/devdocs/signal_and_event_handling.md diff --git a/devdocs/styling.md b/extras/devdocs/styling.md similarity index 100% rename from devdocs/styling.md rename to extras/devdocs/styling.md diff --git a/devdocs/wrapping_widgets.md b/extras/devdocs/wrapping_widgets.md similarity index 100% rename from devdocs/wrapping_widgets.md rename to extras/devdocs/wrapping_widgets.md diff --git a/legal/yode/LICENSE b/extras/legal/yode/LICENSE similarity index 100% rename from legal/yode/LICENSE rename to extras/legal/yode/LICENSE diff --git a/legal/yoga/LICENSE b/extras/legal/yoga/LICENSE similarity index 100% rename from legal/yoga/LICENSE rename to extras/legal/yoga/LICENSE diff --git a/extras/logo/nodegui.png b/extras/logo/nodegui.png new file mode 100644 index 000000000..16c3c0282 Binary files /dev/null and b/extras/logo/nodegui.png differ diff --git a/extras/logo/nodegui.svg b/extras/logo/nodegui.svg new file mode 100644 index 000000000..5389200c5 --- /dev/null +++ b/extras/logo/nodegui.svg @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/screens/mac_dark_mode.png b/screens/mac_dark_mode.png deleted file mode 100644 index acdcf631c..000000000 Binary files a/screens/mac_dark_mode.png and /dev/null differ diff --git a/screens/mac_light_mode.png b/screens/mac_light_mode.png deleted file mode 100644 index 1f28878db..000000000 Binary files a/screens/mac_light_mode.png and /dev/null differ