Showing 29 open source projects for "tinyxml"

View related business solutions
  • The full-stack observability platform that protects your dataLayer, tags and conversion data Icon
    The full-stack observability platform that protects your dataLayer, tags and conversion data

    Stop losing revenue to bad data today. and protect your marketing data with Code-Cube.io.

    Code-Cube.io detects issues instantly, alerts you in real time and helps you resolve them fast. No manual QA. No unreliable data. Just data you can trust and act on.
    Learn More
  • Data management solutions for confident marketing Icon
    Data management solutions for confident marketing

    For companies wanting a complete Data Management solution that is native to Salesforce

    Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
    Learn More
  • 1

    x86-codeblocks-builds

    Automatically built codeblocks for both 32b and 64b Windows systems.

    ...You can always download the latest release at Releases Usage Install the following packages in msys2(64-bit users please use 'x86_64' instead of 'i686'): pacman -S mingw-w64-i686-toolchain \ mingw-w64-i686-boost \ mingw-w64-i686-hunspell \ mingw-w64-i686-wxwidgets3.2-common \ mingw-w64-i686-wxwidgets3.2-msw \ mingw-w64-i686-drmingw \ mingw-w64-i686-tinyxml Then extract the archive into /opt/codeblocks, export /opt/codeblocks/bin to PATH. Run codeblocks!
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Magic Tower

    Using C++ and SDL to create a 2D game

    ...Here is the link of the demo show of this game: https://www.youtube.com/watch?v=n1aC-BUGbzs (Version 0.05) https://www.youtube.com/watch?v=cUJJ_eq0fB0 Second Floor added Notice, tinyXML files were implemented by leethomason. Here is the link: https://sourceforge.net/projects/tinyxml/ (This project is here only for fun).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    open2ge

    2D Game Engine, based on OpenGL and focused on Isometric Games

    ...Based on OpenGL & SDL, it supports a wide range of features, useful for simple 2D games or complex isometric games, from simple image loading to the rendering of complex scenes, path finding, automatic navigation mesh generation and more. Besides OpenGL and SDL, Open2GE makes use of TinyXML and boost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 5

    2D_Game_Example_CPP

    C++, C#, modular design, udp, xml, mutithreading, SDL1.2, tinyxml

    Sample code demonstrates: - good design and architecture based on modular separation of concerns that allows different modules to be easily distributed in different combinations - clean coding and good organization of files and projects - simple 2D game renderer with animation of movements of characters - game modules are active objects(can run in separate threads) and communication between modules is via message queues protected with mutex - demonstrating safe usage of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TrueAxisDirectXDemo
    A Win32 game demo using TrueAxis middleware and DirectX, coupled with a strong focus on TinyXML to allow design-led development and customizability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    smartCOMs

    smartCOM is a graphical serial device terminal.

    ...It is aimed mainly at hardware developers who need a gui test tools to talk to their custom hardware. The GUI is written using the wxWidgets library, and using the tinyxml to save or load config. http://gnssinfo.com/2012/11/21/wiki-smartcom/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    smartCOM

    smartCOM is a graphical serial device terminal.

    ...It is aimed mainly at hardware developers who need a gui test tools to talk to their custom hardware. The GUI is written using the wxWidgets library, and using the tinyxml to save or load config.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    XML Diagram

    Lists the elements of an XML file

    XML Diagram is a small program I wrote while practicing working with XML files in C++. It reads an XML file and outputs a list of elements using tinyxml (https://sourceforge.net/projects/tinyxml/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Outbound sales software Icon
    Outbound sales software

    Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.

    Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
    Learn More
  • 10
    XML Diagram is a small program I wrote while learning how to use tinyxml (https://sourceforge.net/projects/tinyxml/). It lists all the elements in an XML file with tab indentation to indicate parent/child/sibling elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This 2D sceletal animation libary supports OpenGl and the DirectX renderer. The code is completely written in c++ and uses tinyxml and the standard Library. There is also an editor being developed with gtkmm alongside the libary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. *Please Note* that TinyXML development has stopped and all development has moved to TinyXML-2. TinyXML-2 is available at https://github.com/leethomason/tinyxml2
    Leader badge
    Downloads: 5,557 This Week
    Last Update:
    See Project
  • 13
    Bugger!

    Bugger!

    A debugging-themed top-down shooter

    ...The player takes on the role of a programmer trying to clear bugs out of a project using an array of pun-y weapons. I need to put this on hold for a while, so I'm posting the source in the meantime. Never fear though, I'll be back ;-) Requires SFML 1.6 to compile/run, but tinyxml source-code is included with the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    My world, our world. A graphics world; An opengl world; A new world. Using tinyxml, zlib, freetype, freeimage, lib3ds. Thanks them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SugoiTools is a standAlone library supplying all kind of debugging tools (logging, exceptions, memory leaks management), XML support with TinyXML, and lots of others nice features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Rage stands for Really Amateurish Graphics Engine. It is designed for use with multiple rendering windows such as in a Win32 MDI application. Inspired by OGRE, RAGE shares some semantics, although uses none of the code. Will help OGRE experienced users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ISO8583 C Library

    An ISO8583 Library

    ...It is an implementation of the ISO 8583 protocol. This project was created in an attempt to maintain and distribute the original code. Also includes a C++ wrapper, a COM object to use with .NET, tinyXML support to load different dialect formats, support up to 3rd bitmap in ISO messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    pytinyxml - is a simple port tinyxml to python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tplparser creates conf files for desktop and embedded Linux , parsing templates and using references to XML configuration file. * Parser is implemented mostly in C with some C++. * Doxygen doc, tinyxml Original code was donated by Amperion Inc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    3D fps game. This is a school project, so we will keep it simple. :) We use Ogre3D, Blender3D, OpenAl, BulletPhysics, CEGUI, TinyXML and other(Open source only) software/libraries to develop it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Awake Engine
    The Awake Engine is a powerful, easy to use open source game engine. It combines other free projects into a general usable software, written in clean modern Cpp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This game engine is currently immature but builds off of Haaf's Game Engine for rendering, Guichan for GUI, box2d for physics, and TinyXML for modability and configuration. On top of those is a robust feature-rich game architecture and toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This 2D sceletal animation libary supports OpenGl and the DirectX renderer. The code is completely written in c++ and uses tinyxml and the standard Library. There is also an editor being developed with gtkmm alongside the libary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Small footprint C++ library to extract an XPath 1.0 expression from an XML tree. Uses the TinyXML project to parse XML trees and store intermediate results. Runs on any platform. Optional use of STL. Overhead less than 100KB, including TinyXML.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    This lib is a utility for auto read|write a xml dom to cpp struct. It use other xml parser such as tinyxml , would support xerces-c.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB