QuickML
Quick and easy markup for games and applications
 
     News  ·   About  ·   Documentation  ·   Download  ·   Community  ·   Project
Quick Markup Language...

...is a braced markup language designed to be quickly implemented into applications and games. It uses a simple attribute and node declaration system to speed up the data-driven development process.


For more information on the language, see the About page.

# QuickML example
# example.qml


$math.pi = 3.1459

monster <entity> {
  pos = 0, 0, 0
  model = "monster.md2"
  material {
    shader = "monster.fx"
    texture = "mstr.tga"
  }
}
  This website is made by Nicholas Bedford.
  Please contact me at lang.qml@gmail.com for questions or comments concerning this website.