Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.59 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.59 KB

Table of contents

  1. About
  2. Disclaimer
  3. Source of assets

About

Simple GUI program to select specific files and use them as arguments of a shell command. Useful if you need to run, say, various test-suites through the command line with things like Mocha.

After encountering some issues and limitations using the GTK+ framework for my project file-parameter-selector, I've decided to rewrite it using Nuklear and GLFW, thus the "REDUX" in the name.

Disclaimer

This project uses the single-header libraries Nuklear and stb_image along with the TinyFileDialogs library, therefore the credits and wrights to the respective part of the code which belong to their works (those being, the files included in the lib/ directory and the file tinyfiledialogs.c in the src/ directory) are given to their creators.

Source of assets