Packages

A GenServer wrapper that adds graphical display capabilities for AtomVM, providing declarative display updates and input handling for embedded graphics applications.

Current section

Files

Jump to
avm_scene src avm_scene.app.src
Raw

src/avm_scene.app.src

{application,avm_scene,
[{description,"Scene library for AtomVM."},
{vsn,"0.1.0"},
{registered,[]},
{mod,{avm_scene_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/atomvm/avm_scene"}]}]}.