Skip to content

yohei-yoshihara/TouchMind

Repository files navigation

TouchMind

Screenshot

TouchMind is a tree node map editor.

TouchMind is the project to evaluate the latest Windows technologies. Currently, the following technologies are used:

  • C++ 14
  • Direct2D
  • HLSL (using Direct2D's Direct3D interoperability)
  • DirectWrite
  • Multi Touch
  • Ribbon Framework
  • Shell Library (Jump list)
  • TSF (Text Services Framework)
  • XPS Printing
  • MUI (Multilingual User Interface)
  • Windows Animation

TouchMind works on Windows 10/8/7 and Vista(with Platform Update).

The original project site is here

Build

  1. Install Visual Studio 2017 Community Edition. (with C++ Desktop Application Development, MFC(for ATL), C++/CLI and Windows SDK(10.0.17763.0))
  2. Install Boost 1.69 Windows binaries (boost_1_69_0-msvc-14.1-32.exe and boost_1_69_0-msvc-14.1-64.exe).
  3. Install WiX Toolset 3.11 and Wix Toolset Visual Studio 2017 Extension.
  4. Open "TouchMind.sln".

License

MIT License

Copyright 2017 Yohei Yoshihara

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.