https://github.com/romgrk/node-gtk-template
A node-gtk application template
https://github.com/romgrk/node-gtk-template
gtk node-gtk
Last synced: 3 months ago
JSON representation
A node-gtk application template
- Host: GitHub
- URL: https://github.com/romgrk/node-gtk-template
- Owner: romgrk
- Created: 2021-04-07T11:18:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T00:39:45.000Z (over 3 years ago)
- Last Synced: 2025-02-02T00:01:48.529Z (3 months ago)
- Topics: gtk, node-gtk
- Language: JavaScript
- Homepage: https://github.com/romgrk/node-gtk
- Size: 510 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-gtk-template
This is a [node-gtk](https://github.com/romgrk/node-gtk) application template. Use it as a base for your own project.
![]()
# Development
Developping a node-gtk application requires you to understand the Gtk documentation,
be sure to read the following resources:
- https://github.com/romgrk/node-gtk/blob/master/doc/index.md
- https://developer.gnome.org/gtk4/stable/
- https://developer.gnome.org/gtk4/4.0/css.html### Stylesheet
The application stylesheet is at `./src/style.css`. If `NODE_ENV` is not `production`,
it will auto-reload whenever you change it.### Elements
You can open the elements inspector (similar to browsers' devtools) with Ctrl-Shift-D.
![]()