An attempt at writing a Scenic driver to use the renderling Rust crate.
Go to file
Renovate Bot 1b34e85fc5
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency elixir to v1.16.3
2024-05-21 11:20:45 +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(deps): lock file maintenance 2024-05-21 01:17:54 +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: a small amount of code gardening 🌵 2024-05-17 17:05:16 +12:00
.formatter.exs chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00
.gitignore wip: most of the input types can be sent from rust -> beam. 2024-05-16 13:26:33 +12:00
.tool-versions chore(deps): update dependency elixir to v1.16.3 2024-05-21 11:20:45 +12:00
mix.exs chore: mix clean removes rustler artifacts. 2024-05-17 15:02:59 +12:00
mix.lock chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +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.