Skip to content

Commit ad25296

Browse files
committed
Rename to react-nodegui
1 parent 3c5be5d commit ad25296

File tree

16 files changed

+29
-30
lines changed

16 files changed

+29
-30
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
7-
issuehunt: nodegui/react-desktop
7+
issuehunt: nodegui/react-nodegui
88
ko_fi: atul94 # Replace with a single Ko-fi username
99
custom: # Replace with a single custom sponsorship URL

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# NodeGUI React Desktop
1+
# React NodeGUI
22

33
Build **performant**, **native** and **cross-platform** desktop applications with **JavaScript** + powerful **CSS like styling**.🚀
44

5-
React Desktop is powered by **React** ⚛️ and **Qt5** 💚 which makes it CPU and memory efficient as compared to other chromium based solutions like electron. React Desktop is essentially a React renderer for [NodeGUI](https://github.com/nodegui/nodegui).
5+
React NodeGUI is powered by **React** ⚛️ and **Qt5** 💚 which makes it CPU and memory efficient as compared to other chromium based solutions like electron. React NodeGUI is essentially a React renderer for [NodeGUI](https://github.com/nodegui/nodegui).
66

77
Visit: https://nodegui.github.io/nodegui for docs.
88

@@ -16,13 +16,12 @@ Visit: https://nodegui.github.io/nodegui for docs.
1616
<img alt="demo_mac" src="https://github.com/nodegui/nodegui/raw/master/examples/calculator/calculator_mac.png" height="280" />
1717
</div>
1818

19-
<div style="display:inline; margin: 0 auto;"><img alt="kitchen" src="https://github.com/nodegui/nodegui/raw/master/extras/assets/kitchen.png" height="280" /><img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/weather-app-widget/weather_widget_mac.png" height="280" /><img alt="demo_win" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_win.jpg" height="280" />
19+
<div style="display:inline; margin: 0 auto;"><img alt="kitchen" src="https://github.com/nodegui/nodegui/raw/master/extras/assets/kitchen.png" height="280" /><img alt="demo_mac" src="https://github.com/master-atul/react-nodegui/raw/master/examples/weather-app-widget/weather_widget_mac.png" height="280" /><img alt="demo_win" src="https://github.com/master-atul/react-nodegui/raw/master/examples/image-view/image_view_win.jpg" height="280" />
2020
</div>
2121

22-
2322
**More screenshots?**
2423

25-
[See examples](https://github.com/nodegui/react-desktop/tree/master/examples/)
24+
[See examples](https://github.com/nodegui/react-nodegui/tree/master/examples/)
2625

2726
## Features
2827

@@ -46,7 +45,7 @@ Visit: https://nodegui.github.io/nodegui for docs.
4645

4746
## Getting Started
4847

49-
- Check out [react-desktop-starter](https://github.com/nodegui/react-desktop-starter) to get up and running with your own React Desktop app!
48+
- Check out [react-nodegui-starter](https://github.com/nodegui/react-nodegui-starter) to get up and running with your own React NodeGUI app!
5049
- Read through the [docs](https://nodegui.github.io/nodegui)
5150

5251
## Docs for contributing

examples/calculator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This example showcases how to build a basic calculator clone.
66

77
**Linux**
88

9-
<img alt="demo_linux" src="https://github.com/master-atul/react-desktop/raw/master/examples/calculator/calculator_linux.png" height="400" />
9+
<img alt="demo_linux" src="https://github.com/master-atul/react-nodegui/raw/master/examples/calculator/calculator_linux.png" height="400" />
1010

1111
**Windows**
1212

13-
<img alt="demo_win" src="https://github.com/master-atul/react-desktop/raw/master/examples/calculator/calculator_win.jpg" height="400" />
13+
<img alt="demo_win" src="https://github.com/master-atul/react-nodegui/raw/master/examples/calculator/calculator_win.jpg" height="400" />
1414

1515
**Mac:**
1616

17-
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/calculator/calculator_mac.png" height="400" />
17+
<img alt="demo_mac" src="https://github.com/master-atul/react-nodegui/raw/master/examples/calculator/calculator_mac.png" height="400" />
1818

1919
To run the demo:
2020

examples/image-view/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This example showcases how to build a basic image viewer clone.
66

77
**Linux**
88

9-
<img alt="demo_linux" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_linux.png" height="400" />
9+
<img alt="demo_linux" src="https://github.com/master-atul/react-nodegui/raw/master/examples/image-view/image_view_linux.png" height="400" />
1010

1111
**Windows**
1212

13-
<img alt="demo_win" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_win.jpg" height="400" />
13+
<img alt="demo_win" src="https://github.com/master-atul/react-nodegui/raw/master/examples/image-view/image_view_win.jpg" height="400" />
1414

1515
**Mac:**
1616

17-
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/image-view/image_view_mac.png" height="400" />
17+
<img alt="demo_mac" src="https://github.com/master-atul/react-nodegui/raw/master/examples/image-view/image_view_mac.png" height="400" />
1818

1919
To run the demo:
2020

examples/weather-app-widget/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example showcases how to build a basic weather widget app.
66

77
**Mac:**
88

9-
<img alt="demo_mac" src="https://github.com/master-atul/react-desktop/raw/master/examples/weather-app-widget/weather_widget_mac.png" height="400" />
9+
<img alt="demo_mac" src="https://github.com/master-atul/react-nodegui/raw/master/examples/weather-app-widget/weather_widget_mac.png" height="400" />
1010

1111
To run the demo:
1212

examples/weather-app-widget/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/weather-app-widget/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-desktop-starter",
2+
"name": "react-nodegui-starter",
33
"version": "1.0.0",
44
"main": "index.js",
55
"author": "Atul R <atulanand94@gmail.com>",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@nodegui/nodegui": "^0.0.13",
13-
"@nodegui/react-desktop": "0.0.7",
13+
"@nodegui/react-nodegui": "0.0.7",
1414
"axios": "^0.19.0",
1515
"dateformat": "^3.0.3",
1616
"react": "^16.8.6"

examples/weather-app-widget/src/components/PlaceDate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import { View, Text } from "@nodegui/react-desktop";
2+
import { View, Text } from "@nodegui/react-nodegui";
33
import { dateFormatter } from "../utils/helpers";
44

55
type PlaceDateProps = {

examples/weather-app-widget/src/components/Summary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import { View, Text } from "@nodegui/react-desktop";
2+
import { View, Text } from "@nodegui/react-nodegui";
33

44
type SummaryProps = {
55
title: string;

examples/weather-app-widget/src/components/TemperatureBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
2-
import { View, Text } from "@nodegui/react-desktop";
2+
import { View, Text } from "@nodegui/react-nodegui";
33

44
type TempProps = {
55
now: number;

0 commit comments

Comments
 (0)