1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/extras/example projects
2013-09-30 14:45:10 +01:00
..
Builds New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 2013-09-09 20:07:17 +01:00
JuceLibraryCode Added a templated type to the RectangleList class. If you've used this class and these changes cause syntax errors, all you need to do to your code is to replace "RectangleList" with "RectangleList<int>" and everything will work as it did before. 2013-07-28 18:08:28 +01:00
Source Re-saved the example project with the latest introjucer version. 2013-06-23 19:44:38 +01:00
HelloWorld.jucer Resaved introjucer projects in the new format. 2013-09-30 14:45:10 +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.