XMLGameEngine Code
An engine for describing games built around Xerces, exprtk, and SFML
Brought to you by:
beefviper
| File | Date | Author | Commit |
|---|---|---|---|
| XMLGameEngine | 2021-02-21 |
|
[68cb97] Added another warning disable for exprtk |
| .gitignore | 2021-02-21 |
|
[cbd396] Added build/ to .gitignore |
| CMakeLists.txt | 2021-02-05 |
|
[057864] First commit. Mostly working Alpha version. |
| readme.md | 2021-02-14 |
|
[711c66] Fixed spelling in readme.md |
An engine for describing games built around tinyxml2, exprtk, and SFML.
XMLGameEngine dependencies:
XMLGameEngine stores a complete description of a game in an XML.
The XML file is loaded and parsed by tinyxml2.
Any variables, expressions, or function calls in the XML data is evaluated by exprtk.
The resulting values and objects are used to render the game with SFML.
XMLGameEngine is currently an alpha, and not complete.
Things that work:
Things still missing: