FRUT icon indicating copy to clipboard operation
FRUT copied to clipboard

FR: Start new projects with FRUT

Open eyalamirmusic opened this issue 5 years ago • 4 comments

It would be great if the process of starting a new FRUT project without the Projucer would be simplified. Some templates, helper functions or both would really help! What do you think?

eyalamirmusic avatar Feb 19 '20 21:02 eyalamirmusic

I think that is a great idea! There should be some template CMakeLists.txt files, or something similar to the "Create New Project" wizard in Projucer.

McMartin avatar Feb 19 '20 21:02 McMartin

Yes, absolutely. I started a few of those in my repo recently, adding templates for a plugin, gui app, a console app and an app with custom modules.

What would help is access to some internal variables.

For examples, at the moment there's no way to access the target names (such as "Shared Code") and add configurations to those (such as include directories), since those variables are private.

Some easy to use helpers for obtaining those internal variables would greatly help for configuring your project from scratch without using the Projucer.

eyalamirmusic avatar Feb 22 '20 17:02 eyalamirmusic

Please no wizards. Can we do it UNIX way with a simple cmd-tool or CMake file to be able to write FindJUCE etc?

OleksandrMatasovGL avatar Mar 05 '20 17:03 OleksandrMatasovGL

Just some plain CMake files with examples you can easily copy/paste and set variables would be fine. +1 for no wizards.

eyalamirmusic avatar Mar 05 '20 18:03 eyalamirmusic