mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 21:28:03 +00:00
13 lines
608 B
Markdown
13 lines
608 B
Markdown
### Odin Language Bindings
|
|
|
|
This directory contains bindings for the [Odin](odin-lang.org) programming language, as well as an example implementation of the [clay website](https://nicbarker.com/clay) in Odin.
|
|
|
|
If you haven't taken a look at the [full documentation for clay](https://github.com/nicbarker/clay/blob/main/README.md), it's recommended that you take a look there first to familiarise yourself with the general concepts. This README is abbreviated and applies to using clay in Odin specifically.
|
|
|
|
### Quick Start
|
|
|
|
- Copy the `clay-odin` directory into your project
|
|
|
|
- `import clay "clay-odin"`
|
|
|
|
- |