summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2024-12-31 12:32:36 -0300
committerFrederico Linhares <fred@linhares.blue>2024-12-31 19:03:51 -0300
commit736637680ac7b2cd0d0b878401a7e044fde0ee6a (patch)
treebf4feaf3f3f0e48207bf7a31ad8bcbff0f244091 /doc
parent083e64da1d4b5b68579288bc1690ca90d3f0a2c0 (diff)
refa Split BluCat into several namespacesHEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/architecture.markdown10
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.