annotate JuceLibraryCode/ReadMe.txt @ 27:eef567a60146

Changed how OpenGL updates are handled so the canvas is only re-rendered when something changes. This should reduce CPU usage in certain circumstances.
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Sun, 02 Mar 2014 19:25:50 +0000
parents a7738cdb4e8f
children e468cb91794a
rev   line source
andrewm@2 1
andrewm@2 2 Important Note!!
andrewm@2 3 ================
andrewm@2 4
andrewm@2 5 The purpose of this folder is to contain files that are auto-generated by the Introjucer,
andrewm@2 6 and ALL files in this folder will be mercilessly DELETED and completely re-written whenever
andrewm@2 7 the Introjucer saves your project.
andrewm@2 8
andrewm@2 9 Therefore, it's a bad idea to make any manual changes to the files in here, or to
andrewm@2 10 put any of your own files in here if you don't want to lose them. (Of course you may choose
andrewm@2 11 to add the folder's contents to your version-control system so that you can re-merge your own
andrewm@2 12 modifications after the Introjucer has saved its changes).