summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-05-07 03:20:33 -0400
committerrealtradam <[email protected]>2022-05-07 03:20:33 -0400
commit839103f4f62002a682e05688dccda07b6754e6a1 (patch)
tree6d6bddd02c221adb4169827f068087c8cc1485e1
parent79ed0bc033472dd1024420c49c701ffabbddf3a9 (diff)
downloadrealtradam-839103f4f62002a682e05688dccda07b6754e6a1.tar.gz
realtradam-839103f4f62002a682e05688dccda07b6754e6a1.zip
fixed some bolding
-rw-r--r--Readme.mdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.mdown b/Readme.mdown
index c09da9b..b249452 100644
--- a/Readme.mdown
+++ b/Readme.mdown
@@ -44,7 +44,7 @@ FelECS is an ECS framework for developing games in the Ruby language. FelECS has
3. **Principle of (My) Least Astonishment:** I want to develop games using a language and framework I love and makes sense to me, inspired by the [Philosophy of the creator of Ruby](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Philosophy).
### **FelBind** - *C to mruby Automatic Binding Generator*
-[*Github*](https://github.com/realtradam/FelBind)
+[**Github**](https://github.com/realtradam/FelBind)
A binding generator which allows programmers to easily program with C libraries in Ruby. This tool can be used in conjunction with FelFlame Engine to easily extend the functionality of your games.
Simply give the generator the header files of your chosen C library and it will scan it and generate the appropriate bindings of any functions that are supported.