1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/example projects
2010-07-10 11:41:07 +01:00
..
Builds Cleaned up and restructured some app startup code. Updated some iPhone settings. 2010-07-10 11:41:07 +01:00
JuceLibraryCode Minor string changes. 2010-03-26 18:23:54 +00:00
Source Minor code clean-ups. 2010-02-22 15:32:26 +00:00
HelloWorld.jucer Big rewrite to the internals of modal components, with a new class ModalComponentManager. This now lets you use modal components asynchronously, providing an object which will receive a callback when they are dismissed, rather than using a blocking event loop. ComboBoxes and some other components now show their popups asynchronously. 2010-06-13 19:09:20 +01:00
readme.txt Changed the example projects to be Jucer-generated. 2010-02-09 18:55:02 +00:00

This directory contains simple "Hello World" type projects that you can copy and alter to
quickly create a JUCE application.

For a more complete example, see the Juce demo app.