An attempt at writing a Scenic driver to use the renderling Rust crate.
Go to file
Renovate Bot 9956765c29
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
chore(deps): update dependency ex_doc to ~> 0.34
2024-05-31 01:23:23 +12:00
.vscode improvement: Wire up input events to the viewport. 2024-05-17 21:08:46 +12:00
config chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
lib improvement: Wire up input events to the viewport. 2024-05-17 21:08:46 +12:00
native chore: clippy warning. 2024-05-28 19:59:58 +12:00
test chore: fix dumb credo warning. 2024-05-17 17:05:16 +12:00
.check.exs chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
.credo.exs chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
.doctor.exs chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
.drone.yml chore: Add cargo workspace. 2024-05-28 19:58:53 +12:00
.formatter.exs chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00
.gitignore chore: Add cargo workspace. 2024-05-28 19:58:53 +12:00
.tool-versions chore(deps): update dependency elixir to v1.16.3 2024-05-21 11:20:45 +12:00
Cargo.lock chore: Add cargo workspace. 2024-05-28 19:58:53 +12:00
Cargo.toml chore: Add cargo workspace. 2024-05-28 19:58:53 +12:00
mix.exs chore(deps): update dependency ex_doc to ~> 0.34 2024-05-31 01:23:23 +12:00
mix.lock chore(deps): update dependency ex_doc to ~> 0.34 2024-05-31 01:23:23 +12:00
README.md chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00
renovate.json chore: Configure Renovate (#1) 2024-05-17 21:40:53 +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.