Raxol.Core.Runtime.Rendering.Engine (Raxol v2.0.1)

View Source

Provides the core rendering functionality for Raxol applications with functional error handling.

This module is responsible for:

  • Rendering application views into screen buffers
  • Managing the rendering lifecycle
  • Coordinating with the output backends

REFACTORED: All try/catch blocks replaced with functional error handling patterns.

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts the Rendering Engine process.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

Starts the Rendering Engine process.