doodle.interact.syntax
Members list
Type members
Classlikes
Rendering works differently on different platforms. The Javascript runtime must render asynchronously. The JVM runtime can render asychronously or sychronously. However, rendering in a Swing / Java2D context takes places on a daemon thread. This means the JVM will exit if this is the only thread running. The implication is that short Doodle program that does not block the main thread waiting for the Swing thread to complete will usually exit before the output appears. Therefore, at least in the common case, rendering should be synchronous on the JVM. People who want more control can work directly with IO
.
Rendering works differently on different platforms. The Javascript runtime must render asynchronously. The JVM runtime can render asychronously or sychronously. However, rendering in a Swing / Java2D context takes places on a daemon thread. This means the JVM will exit if this is the only thread running. The implication is that short Doodle program that does not block the main thread waiting for the Swing thread to complete will usually exit before the output appears. Therefore, at least in the common case, rendering should be synchronous on the JVM. People who want more control can work directly with IO
.
Attributes
- Source
- AbstractAnimationRendererSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- AnimationRendererSyntax.scala
- Supertypes
- Known subtypes
-
object allobject animationRenderer
Attributes
- Source
- AnimationWriterSyntax.scala
- Supertypes
- Known subtypes
-
object allobject animationWriter
Attributes
- Source
- InterpolationSyntax.scala
- Supertypes
- Known subtypes
-
object allobject interpolation
Attributes
- Source
- MouseClickSyntax.scala
- Supertypes
- Known subtypes
-
object allobject mouseClick
Attributes
- Source
- MouseMoveSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- MouseOverSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- RedrawSyntax.scala
- Supertypes
- Known subtypes
Attributes
- Source
- package.scala
- Supertypes
-
trait RedrawSyntaxtrait MouseOverSyntaxtrait MouseMoveSyntaxtrait MouseClickSyntaxtrait InterpolationSyntaxtrait AnimationWriterSyntaxtrait AnimationRendererSyntaxclass Objecttrait Matchableclass AnyShow all
- Self type
-
all.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
animationRenderer.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
animationWriter.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
interpolation.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
mouseClick.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
mouseMove.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
mouseOver.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
redraw.type