From 736637680ac7b2cd0d0b878401a7e044fde0ee6a Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Tue, 31 Dec 2024 12:32:36 -0300 Subject: refa Split BluCat into several namespaces --- doc/architecture.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/architecture.markdown (limited to 'doc/architecture.markdown') 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. -- cgit v1.2.3