25 lines
449 B
Markdown
25 lines
449 B
Markdown
|
|
# glm
|
||
|
|
|
||
|
|
[](https://hex.pm/packages/glm)
|
||
|
|
[](https://hexdocs.pm/glm/)
|
||
|
|
|
||
|
|
```sh
|
||
|
|
gleam add glm@1
|
||
|
|
```
|
||
|
|
```gleam
|
||
|
|
import glm
|
||
|
|
|
||
|
|
pub fn main() -> Nil {
|
||
|
|
// TODO: An example of the project in use
|
||
|
|
}
|
||
|
|
```
|
||
|
|
|
||
|
|
Further documentation can be found at <https://hexdocs.pm/glm>.
|
||
|
|
|
||
|
|
## Development
|
||
|
|
|
||
|
|
```sh
|
||
|
|
gleam run # Run the project
|
||
|
|
gleam test # Run the tests
|
||
|
|
```
|