diff --git a/hmm/README b/hmm/README index 857494e..deffa4d 100644 --- a/hmm/README +++ b/hmm/README @@ -1,6 +1,6 @@ ----------------------------------------------------------- +------------- Handmade Math ----------------------------------------------------------- +------------- jai ./generate.jai # generate the bindings (not required) @@ -31,9 +31,6 @@ directories. 'module.jai' conditionally links one of these libraries based on the module parameters set. -Why ---- - A few liberties were taken during the binding process to either fix issues with automatic binding generation, or improve the usability of these bindings. diff --git a/raylib/README b/raylib/README index 6e24fad..d1640f8 100644 --- a/raylib/README +++ b/raylib/README @@ -1,6 +1,6 @@ ----------------------------------------------------------- +------ raylib ----------------------------------------------------------- +------ jai ./generate.jai # generate the bindings (not required) jai ./examples/basic-window.jai # verify the example compiles