Skip to content

atomvm/avm_scene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avm_scene

avm_scene adds graphical capabilities on top of gen_server, such as pushing graphical updates on handle_info or handle_call.

  [...]

  def handle_info(:show_hello, state) do
    # grapical items
    items = [...]

    {:noreply, state, [{:push, items}]}
  end

  [...]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages