Graphic Interfaces and Template:Other areas of Wikipedia: Difference between pages

From EMC23 - Satellite Of Love
(Difference between pages)
Jump to navigation Jump to search
(Created page with "https://juce.com/learn/tutorials Graphics The application windowCreate a basic GUI app with a resizable window. The main componentLearn how to add a content componen...")
 
mNo edit summary
Tag: Manual revert
 
Line 1: Line 1:
https://juce.com/learn/tutorials
*'''[[Wikipedia:Community portal|Community portal]]''' – Bulletin board, projects, resources and activities covering a wide range of Wikipedia areas.
 
*'''[[Wikipedia:Help desk|Help desk]]''' – Ask questions about using Wikipedia.
Graphics
*'''[[Wikipedia:Reference desk|Reference desk]]''' – Serving as virtual librarians, Wikipedia volunteers tackle your questions on a wide range of subjects.
 
*'''[[Wikipedia:News|Site news]]''' – Announcements, updates, articles and press releases on Wikipedia and the Wikimedia Foundation.
    The application windowCreate a basic GUI app with a resizable window.
*'''[[Wikipedia:Village pump|Village pump]]''' – For discussions about Wikipedia itself, including areas for technical issues and policies.
    The main componentLearn how to add a content component to your window that can hold different graphical elements.
<noinclude>
    The Graphics classFill your app with colour! Add colours, text, lines and other geometrical shapes.
{{documentation}}
    Animating geometryCreate simple animations in your JUCE applications. Bring static geometry shapes to life using the AnimatedAppComponent class.
</noinclude>
    Build an OpenGL applicationLearn how to get started with OpenGL as a high performance rendering library within your JUCE applications. Render beautiful 2D and 3D graphics in your audio apps and plugins.
 
Interface Design
 
    Parent and child componentsLearn how to arrange your components into a hierarchy to build a modular graphical user interface for your JUCE app.
    Customise the look and feel of your appMake a custom skin for your application by drawing your own buttons, sliders, and other components.
    Colours in JUCESpecify and apply colours within your application in various ways.
    The Point, Line, and Rectangle classesUse the Point, Line, and Rectangle classes to simplify your geometry calculations.
    Advanced GUI layout techniquesLay out your components with a simple yet powerful technique that will produce elegant code with fewer bugs.
    Responsive GUI layouts using FlexBox and GridBuild responsive GUI layouts that work across different screen sizes and orientations using the FlexBox and Grid classes. Learn how to quickly visualise Components using the Projucer

Latest revision as of 08:01, 27 August 2021

  • Community portal – Bulletin board, projects, resources and activities covering a wide range of Wikipedia areas.
  • Help desk – Ask questions about using Wikipedia.
  • Reference desk – Serving as virtual librarians, Wikipedia volunteers tackle your questions on a wide range of subjects.
  • Site news – Announcements, updates, articles and press releases on Wikipedia and the Wikimedia Foundation.
  • Village pump – For discussions about Wikipedia itself, including areas for technical issues and policies.