Skip to content

Commit 71ded55

Browse files
committed
fix line breaks
1 parent c83a0ba commit 71ded55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ We're removing `Applet` as the base class for `PApplet` and redoing the entire r
2222

2323
#### Integration with Java applications
2424
Because `PApplet` was a Java `Component`, it was possible to embed Processing into other Java code. Making it a generic component, however, places limitations on how much performance can be improved, due to the cross-platform mess of Java's outdated (and somewhat unsuspported) AWT.
25+
2526
In earlier alpha releases, a `getCanvas()` or `getComponent()` method provided a way to get an object to be embedded, but at the current time, it looks like we'll have to move in another direction. At the present time, it looks like it'll be necessary to create a separate `PComponent` or `PCanvas` class that can be used, but it's not clear how that will work.
27+
2628
This is one of many unfortunate tradeoffs I'm trying to sort through as we try to remove significant barriers to performance caused by the design of Java's AWT, while also supporting features (like embedding) that we've spent so much time supporting.
2729

2830
#### Offscreen rendering

0 commit comments

Comments
 (0)