Skip to content

Latest commit

 

History

History
127 lines (107 loc) · 8.55 KB

README.md

File metadata and controls

127 lines (107 loc) · 8.55 KB

xtd examples

This folder contains all examples used by Reference Guide and more.

xtd

xtd.core.examples contains xtd.core library examples (CLI).

xtd.drawing contains xtd.drawing library examples.

  • Hello Worlds contains xtd.drawing "Hello, World!" examples.
  • Colors contains xtd.drawing colors examples.
  • Fonts contains xtd.drawing fonts examples.
  • Graphics contains xtd.drawing graphics examples.
  • Images contains xtd.drawing images examples.
  • Points contains xtd.drawing points examples.

xtd.forms contains xtd.forms library examples (GUI).

xtd.tunit contains xtd.tunit library examples (unit tests).

xtd.cmake contains xtd.cmake extension examples.

Build and run any project

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run -t any_project_name