An open API service indexing awesome lists of open source software.

https://github.com/gammasoft71/xtd_tools

The xtd_tools project is a collection of tools to help xtd development.
https://github.com/gammasoft71/xtd_tools

colors cpp17 css helpers style-sheets tools xtd

Last synced: 9 months ago
JSON representation

The xtd_tools project is a collection of tools to help xtd development.

Awesome Lists containing this project

README

          

# xtd_tools

**The xtd_tools project is a collection of tools to help [xtd](https://gammasoft71.github.io/xtd/) development. This project works on Windows, macOS and Linux platforms.**

[![logo](https://github.com/gammasoft71/xtd_tools/blob/main/docs/pictures/logo.png)](https://gammasoft71.github.io/xtd/)

[![License](https://img.shields.io/github/license/gammasoft71/xtd)](https://gammasoft71.github.io/xtd/docs/documentation/license) [![Language](https://img.shields.io/badge/language-C++17/20-004080.svg)](https://gammasoft71.github.io/xtd/docs/documentation/portability#c++17) [![web](https://img.shields.io/badge/website-xtd-004080.svg)](https://gammasoft71.github.io/xtd/) [![discord](https://img.shields.io/badge/discord-gammasoft-7289DA.svg)](https://discordapp.com/users/gammasoft#9288)

## Features

* Color converter : Helps to convert a specific color from its name or hexadecimal value into corresponding dark and light colors;
* Count examples : Gets the number of examples of xtd;
* Doxygen examples generator : Generates the list of examples for the Doxygen documentation.
* Release note generator : Generates the release note of xtd.
* Sources statistics : Gets the statistics of sources of xtd.
* Style sheet renderer : Helps to write style sheet with wysiwyg;
* more tools will be available soon...

## Screenshots

![screenshot](https://github.com/gammasoft71/xtd_tools/blob/main/docs/pictures/xtd_tools_m.png)

![screenshot](https://github.com/gammasoft71/xtd_tools/blob/main/docs/pictures/xtd_tools_md.png)

## xtd

This project is entirely written with the [xtd](https://gammasoft71.github.io/xtd/) framework.

For more information about xtd see :
* [website](https://gammasoft71.github.io/xtd/)
* [wiki](https://github.com/gammasoft71/xtd/wiki)
* [github](https://github.com/gammasoft71/xtd)
* [project](https://sourceforge.net/projects/xtdpro/)
* [Reference Guide](https://gammasoft71.github.io/xtd/reference_guides/latest/index.html)