clay/bindings/odin
2024-08-30 21:54:38 +12:00
..
clay-odin Reorganise files 2024-08-30 21:54:19 +12:00
examples/clay-official-website Compress some UI functions and remove repetition 2024-08-30 21:54:38 +12:00
.gitignore Compress some UI functions and remove repetition 2024-08-30 21:54:38 +12:00
build-clay-lib.sh More progress on odin bindings 2024-08-30 21:52:59 +12:00
odinfmt.json Finish off odin bindings and add raylib example 2024-08-30 21:52:59 +12:00
ols.json Draft odin bindings 2024-08-30 21:52:59 +12:00
README.md Compress some UI functions and remove repetition 2024-08-30 21:54:38 +12:00

Odin Language Bindings

This directory contains bindings for the Odin programming language, as well as an example implementation of the clay website in Odin.

If you haven't taken a look at the full documentation for clay, 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"