Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!