├── .editorconfig ├── .gitignore ├── LICENSE ├── README.md ├── app.ico ├── default.aproj ├── lib └── config.aardio ├── main.aardio └── screenshots ├── Ghips.png ├── Ghips1.gif └── menu.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/README.md -------------------------------------------------------------------------------- /app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/app.ico -------------------------------------------------------------------------------- /default.aproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/default.aproj -------------------------------------------------------------------------------- /lib/config.aardio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/lib/config.aardio -------------------------------------------------------------------------------- /main.aardio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/main.aardio -------------------------------------------------------------------------------- /screenshots/Ghips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/screenshots/Ghips.png -------------------------------------------------------------------------------- /screenshots/Ghips1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/screenshots/Ghips1.gif -------------------------------------------------------------------------------- /screenshots/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aardio/Ghips/HEAD/screenshots/menu.png --------------------------------------------------------------------------------