blob: e63f23cfe3c540b52884d4b25a13f2dd31d83fe1 (
plain)
1
2
3
4
5
6
7
8
9
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.
|