io.github.srs.view.rendering

Members list

Type members

Classlikes

Shared rendering logic for both GUI and headless rendering. Can be mixed into components or used directly.

Shared rendering logic for both GUI and headless rendering. Can be mixed into components or used directly.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Headless renderer for generating environment images without Swing components. Suitable for server-side rendering via gRPC.

Headless renderer for generating environment images without Swing components. Suitable for server-side rendering via gRPC.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class Viewport(scale: Double, offsetX: Int, offsetY: Int, width: Int, height: Int)

Viewport configuration for world-to-screen transformation.

Viewport configuration for world-to-screen transformation.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all