Skip to content

Commit

Permalink
still fixing these links
Browse files Browse the repository at this point in the history
  • Loading branch information
sojamo committed Sep 8, 2014
1 parent 7886fc0 commit 395d525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The range of available controllers includes Slider, Button, Toggle, Knob, Textfi
* [How does ControlP5 work](#how)
* [Instantiate](#controllers)
* [Controllers](#controllers)
* [Event Handling](#event)
* [Event Handling](#events)
* [Customizing Controllers](#customize)
* [Deprecated](#deprecated)
* [History](#history)
Expand Down Expand Up @@ -282,9 +282,9 @@ void draw() {
### What else is there?

- **Chart** displays a list of numbers as line, pie or bar chart, useful to display real-time data coming for example from an Arduino SerialEvent [ControlP5chart](examples/controllers/ControlP5chart/ControlP5chart.pde)
- **FrameRate** a Textlabel that displays the current FrameRate [ControlP5frameRate](examples/use/ControlP5frameRate/ControlP5frameRate.pde)
- **FrameRate** a Textlabel that displays the current FrameRate [ControlP5frameRate](examples/extra/ControlP5frameRate/ControlP5frameRate.pde)
- **Pointer** use custom xy coordinates to replace the mouse [ControlP5pointer](examples/extra/ControlP5pointer/ControlP5pointer.pde)
- **Println** hijacks the default Processing console output and displays the output inside your sketch window. [ControlP5console](examples/use/ControlP5console/ControlP5console.pde)
- **Println** hijacks the default Processing console output and displays the output inside your sketch window. [ControlP5console](examples/extra/ControlP5console/ControlP5console.pde)
- **Properties** captures the state of Controllers which can then be saved or loaded from disk or memory [ControlP5propertiesSets](examples/extra/ControlP5propertiesSets/ControlP5propertiesSets.pde)


Expand Down

1 comment on commit 395d525

@SalahAdDin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you man :D

Please sign in to comment.