Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T04:35:14.000Z (3 months ago)
- Last Synced: 2024-10-04T21:59:37.742Z (about 1 month 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!