diff options
author | Frederico Linhares <fred@linhares.blue> | 2024-12-31 12:32:36 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2024-12-31 19:03:51 -0300 |
commit | 736637680ac7b2cd0d0b878401a7e044fde0ee6a (patch) | |
tree | bf4feaf3f3f0e48207bf7a31ad8bcbff0f244091 /doc/architecture.markdown | |
parent | 083e64da1d4b5b68579288bc1690ca90d3f0a2c0 (diff) |
Diffstat (limited to 'doc/architecture.markdown')
-rw-r--r-- | doc/architecture.markdown | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/architecture.markdown b/doc/architecture.markdown new file mode 100644 index 0000000..e63f23c --- /dev/null +++ b/doc/architecture.markdown @@ -0,0 +1,10 @@ +Architecture +============ + +This project is split into two parts BluCat and CandyGear. +BluCat is the C++ engine, and CandyGear is the mruby engine. +BluCat consists of a few modules: + +- COM: common code that other modules use. +- INT: integration of all modules. +- GRA: graphics module. |