libBulletML 0.0.5

ETv

eLq BulletML  c++ CułB
p邱ƂɂāALxȋLq͂ BulletML A
XML͂̒mȂĂp邱Ƃł܂B

OtBbNȂǂ̃Q[̑̕Ƃ͊Sɐ؂蕪Ă̂ŁA
SĂǂȃ\tgɂłgp邱Ƃł܂B

vOɖߍ܂ꂽeLqɔׂƒxƎv܂A
͎ɑSĂ̗vf enum Ă邽߁A
s̕rȂǂɂ鑬xቺ͋N܂B

BulletML  ABA񂪃fUCeLqłB
ڂ͂ǂB
http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index.html

Eg

VC  Borland C++  gcc œmFĂ܂B

̃hLg͑Ȃ̂ŁA킩ȂƂ΁A
ٍuevSȎpƂȂĂ܂B
ȓGȇ삪 command.cc, command.h Ƃ
ZvOɎ܂Ă̂킩邩Ǝv܂B
ɎQlɂƗǂɂ enemy.cc, enemy.h ܂B
܂Ahtml/index.html ȒP API t@XɂȂ邩܂B

̃Cu͓ނ̎gz肳Ă܂B

* ځACxg쓮^

̕ȒPȎgłB
AZʂȂ̂_łB

0. BulletML ŋLqꂽ XML t@Cpӂ܂B

n߂́uev ABA XML t@CpΗǂł傤B
܂AREADME.bulletml Ƀt@X܂B

1. Kvȃt@CCN[h܂B

#include "bulletml/bulletmlparser.h"
#include "bulletml/bulletmlparser-tinyxml.h"
#include "bulletml/bulletmlrunner.h"

2. BulletMLRunner pNX쐬܂B

class BulletCommand : public BulletMLRunner {
    // ...

	// ̃NX͑삷 Bullet ƂȂ炩̎iŊ֘At邱ƁB
    Bullet* bullet_;
}

3. bulletmlrunner.h ɋLqĂ鏃z֐SĎ܂B

Ⴆ΁Aȉ̂悤ɂ܂B
virtual void doVanish() {
	bullet->die();
}

ӂׂ_͈_łB
 create Ŏn܂̃\bh̃I[o[ChɂĂłB

libBulletML ł<action> eƎȂe̓ɕނ܂B
<action> Ȃe͓^sȂ̂ŁA
VvɎɂȂ邱Ƃ҂邽߁A
̂悤ȕނsĂ܂B
NCAgR[hłA̓͋ʂǂƎv܂B
uevł Shot  Enemy Ƃ̃NXpĂ܂B

āA<action> Ȃe쐬 <fire> GgsƁA
BulletMLRunner  createSimpleBullet Ăяo܂B
͊pxƑxnĂ̂ŁAɏ]e쐬܂B

<action> ꍇA̗ɉāA
BulletMLState* state ƂIuWFNgn܂B
́ABulletML ̃p[X̏c߂̂̂ŁA
NCAgR[hł̓eCɂKv͂܂B
AV܂ꂽe BulletMLRunner hNX
ƂɂnKv܂B
BulletMLRunner ̐ɂĂ͎̍Ő܂B

4. BulletMLRunner hNX̐

libBulletML ł͒e͓ނɕނ܂B
́Axmlt@C̃hLgSĂĐA
SĂ̒ěƂȂꎟeƁA
̒e <action>  <fire> Ggɂč쐬ꂽA
񎟎OcełB

̈ႢABulletMLRunner hNX
Œ̃RXgN^pӂKv܂B

O҂̃RXgN^͗ႦΈȉ̂悤Ɏ܂B
BulletCommand::BulletCommand(BulletMLParser* bp, Bullet* b)
    : BulletMLRunner(bp), bullet_(b)

҂̃RXgN^͗ႦΈȉ̂悤Ɏ܂B
BulletCommand::BulletCommand(BulletMLState* bs, Bullet* b)
    : BulletMLRunner(bs), bullet_(b)

5. BulletML hLg𐶐܂B

BulletMLParser* bp = new BulletMLParserTinyXML("hoge.xml");
bp->build();

̍Ƃ͎ۂ̎sɍsɂ͏d̂ŁA
vO̊JnȂǂɂ܂Ƃ߂ēǂ݂ނƂ߂܂B

6. ̃hLgpꎟe𐶐܂B

BulletCommand* bc = new BulletCommand(bp)

7. e^[ɑSĂ BulletCommand s܂B

bc->run();

ꂾŁA̓Cxg쓮ŒȅԕωĂтĂ܂B

܂A肪NꍇAlibBulletML  BulletMLError 𓊂܂B
⑫ƕ֗ȂƂł傤B

* ځA͂Ńc[

͂܂z肳ĂȂgłAȂ̉b͂܂B

1. Kvȃt@C̃CN[h܂B

#include "bulletml/bulletmlparser.h"
#include "bulletml/bulletmlparser-tinyxml.h"
#include "bulletml/bulletmltree.h"

2. BulletML hLg𐶐܂B

BulletMLParser* bp = new BulletMLParserTinyXML("hoge.xml");
bp->build();

3. BulletMLParser gbṽANV擾܂B

const std::vector<BulletMLNode*>& nodes = bp->getTopActions();

4. ͂Ńc[͂܂B

bulletmltree.h QlɃc[͂ēGe𓮂ĂB

E낢

ȋ@\~Ƃ΃[肢܂B

CBSDCZXɏ]܂B

TinyXMLɂbɂȂĂ܂B
http://www.gibaradunn.srac.org/tiny/index.shtml

hLg Doxygen pĂ܂B
http://www.stack.nl/~dimitri/doxygen/

EToDo

1. dlƂ̐
E<horizontal><vertical>attribute

2. Ǝ̊g₷
EdlɂȂ^OAgr[gΉ

3. G[bZ[WAG[𓊂ʂ̏[

4. e肵₷B

ECBSDCZX

Copyright (c) 2003, shinichiro.h All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
      copyright notice, this list of conditions and the following
      disclaimer in the documentation and/or other materials provided
      with the distribution.
    * The name of the author may not be used to endorse or promote
      products derived from this software without specific prior
      written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

shinichiro.h
 hamaji@nii.ac.jp
 http://shinh.skr.jp/
