oys0317 / opensanguo

Automatically exported from code.google.com/p/opensanguo
0 stars 1 forks source link

evaluate C++ dependency injection framework #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Better to use C++ dependency inject framework so that the game is easy to
test, configure, and customize.

Original issue reported on code.google.com by John.Jian.Fang@gmail.com on 21 Oct 2009 at 6:25

GoogleCodeExporter commented 8 years ago
autumn framework, seems no update after 2007. Still in initial phase.

http://code.google.com/p/autumnframework/

pococapsule: main work in 2007. Seems need Java, not really what we want.
http://code.google.com/p/pococapsule/

Qt IOC Container 3.5: only works for Qt.
http://qtioccontainer.sourceforge.net/

Original comment by John.Jian.Fang@gmail.com on 23 Oct 2009 at 4:34

GoogleCodeExporter commented 8 years ago
pococapsule: an inversion of control (IoC) and domain specific
modeling (DSM) framework for building component based C and C++ applications.

see if we can get some good stuff out of it.

Original comment by John.Jian.Fang@gmail.com on 23 Oct 2009 at 4:38

GoogleCodeExporter commented 8 years ago
Seems use lua script is another option, but there are some different opinions 
on this.

http://groups.google.com/group/pococapsule/browse_thread/thread/27fad42bba82a161

Original comment by John.Jian.Fang@gmail.com on 23 Oct 2009 at 5:19

GoogleCodeExporter commented 8 years ago
Got some feedback from pococapsule group:

http://groups.google.com/group/pococapsule/browse_thread/thread/9c30d1dda9c4770d

Original comment by John.Jian.Fang@gmail.com on 23 Oct 2009 at 7:28

GoogleCodeExporter commented 8 years ago
http://groups.google.com/group/pococapsule/browse_thread/thread/9986e150bc7e1167
#

Original comment by John.Jian.Fang@gmail.com on 23 Oct 2009 at 7:39