summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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.