Packages
radeon_noise
0.1.0
'Radeon Noise' is going to be a supervisory server to handle Radeon graphics on Linux, acting as an API layer through the amdgpu driver. The name is a play on the Index/Railgun/Accelerator franchise, by Kazuma Kamachi.
Current section
Files
Jump to
Current section
Files
lib/radeon_noise.ex
defmodule RadeonNoise do
@moduledoc """
Documentation for `RadeonNoise`.
"""
@doc """
Hello world.
## Examples
iex> RadeonNoise.hello()
:world
"""
def hello do
:world
end
end