https://github.com/noahgwood/gtktemplate
An easy to use template for building apps using C++ and GTK
https://github.com/noahgwood/gtktemplate
cpp desktop-app graphical-user-interface gtk gtk3 gui project-template template
Last synced: about 2 months ago
JSON representation
An easy to use template for building apps using C++ and GTK
- Host: GitHub
- URL: https://github.com/noahgwood/gtktemplate
- Owner: NoahGWood
- License: mit
- Created: 2024-08-14T03:33:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T04:35:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T08:38:23.225Z (over 1 year ago)
- Topics: cpp, desktop-app, graphical-user-interface, gtk, gtk3, gui, project-template, template
- Language: Lua
- Homepage:
- Size: 778 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTKTemplate
An easy to use template for building apps using C++ and GTK
## How To Use
Clone the repo:
```shell
git clone https://github.com/NoahGWood/GTKTemplate.git
```
Open folder:
```shell
cd GTKTemplate
```
Rename your project (optional):
```shell
./rename.sh
Enter New Project Name:$ MyApp
```
Build & run the project:
```shell
./build.sh
```
Clean Up Project
```shell
./clean.sh
```
Make Project (Faster than rebuild)
```shell
./make.sh
```
Run Project
```
./run.sh
```
Have fun!