An attempt at writing a Scenic driver to use the renderling Rust crate.
Go to file
2024-05-15 19:34:57 +12:00
.vscode wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
config wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
lib wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
native/renderling_window wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
priv/native wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
test wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
.formatter.exs chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00
.gitignore wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
.tool-versions chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00
mix.exs wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
mix.lock wip: can send messages and scripts over the IPC link. 2024-05-15 19:34:57 +12:00
README.md chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00

Scenic.Driver.Renderling

TODO: Add description

Installation

If available in Hex, the package can be installed by adding scenic_driver_renderling to your list of dependencies in mix.exs:

def deps do
  [
    {:scenic_driver_renderling, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scenic_driver_renderling.