From f3f8f2fff29f4bcfbd818beaef7dc3c56c9f7716 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 4 Feb 2025 17:24:03 -0500 Subject: [PATCH] update readme with related repos --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index d3ed9e7..b922e61 100644 --- a/Readme.md +++ b/Readme.md @@ -11,6 +11,14 @@ These build up a code AST to then serialize with a file builder, or can be trave This code base attempts follow the [handmade philosophy](https://handmade.network/manifesto). Its not meant to be a black box metaprogramming utility, it should be easy to integrate into a user's project domain. +## Langauge Bindings + +* [gencpp-odin](https://github.com/Ed94/gencpp-odin): Bindings for the odin programming language. + +## Utility Libraries + +* [UnrealGencpp](https://github.com/Ed94/UnrealGencpp): Setup as a plugin to integrate into Unreal Engine or Unreal Projects. + ## Documentation * [docs - General](./docs/Readme.md): Overview and additional docs