This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-02-01 03:10:06 +00:00
Code
Activity
e905f52014
JUCE
/
extras
/
JuceDemo
History
Download ZIP
Download TAR.GZ
jules
b338698e34
OpenGL: removed the fixed-function rendering code, replacing it with a simple software renderer that blits its results to the GL context. Removed the public OpenGLGraphicsContext class, replacing it with a createOpenGLGraphicsContext() function which returns an appropriate shader-based or software-based renderer object.
2012-03-15 11:13:38 +00:00
..
Binary Data
Renamed the juce demo folder from "juce demo" to "JuceDemo". Annoyingly, this is necessary because the Android build tools can't handle paths containing spaces (!)
2011-02-06 19:03:36 +00:00
Builds
Introjucer: fix for RTAS in VS2010
2012-03-12 21:43:43 +00:00
JuceLibraryCode
Introjucer: fix for RTAS in VS2010
2012-03-12 21:43:43 +00:00
Source
OpenGL: removed the fixed-function rendering code, replacing it with a simple software renderer that blits its results to the GL context. Removed the public OpenGLGraphicsContext class, replacing it with a createOpenGLGraphicsContext() function which returns an appropriate shader-based or software-based renderer object.
2012-03-15 11:13:38 +00:00
Juce Demo.jucer
Introjucer: improved Android projects so that ant can now build and install the apk in the standard way, and added signing key values.
2012-02-27 22:02:20 +00:00