All Projects → ShowFL → Toou 2d

ShowFL / Toou 2d

Licence: mit
基于Qt Quick(Qml) 跨平台技术打造的2D框架

Projects that are alternatives of or similar to Toou 2d

Arcgis Appstudio Samples
Collection of samples available in AppStudio for ArcGIS desktop to learn and help build your next app.
Stars: ✭ 78 (-81.11%)
Mutual labels:  cross-platform, qt, qml
Cutehmi
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
Stars: ✭ 90 (-78.21%)
Mutual labels:  cross-platform, qt, qml
Atomicdex Desktop
atomicDEX Desktop app - project codename "Dextop"
Stars: ✭ 126 (-69.49%)
Mutual labels:  cross-platform, qt, qml
Lan Share
Cross platform LAN File transfer application built with Qt C++ framework
Stars: ✭ 317 (-23.24%)
Mutual labels:  cross-platform, qt
Gameplay
Open-source, cross-platform, C++ game engine for creating 2D/3D games.
Stars: ✭ 3,429 (+730.27%)
Mutual labels:  engine, cross-platform
Symphytum
Symphytum Personal Database Software
Stars: ✭ 311 (-24.7%)
Mutual labels:  cross-platform, qt
Mirage
A fancy, customizable, keyboard-operable Qt/QML & Python Matrix chat client for encrypted and decentralized communication.
Stars: ✭ 257 (-37.77%)
Mutual labels:  qt, qml
Psi
XMPP client
Stars: ✭ 337 (-18.4%)
Mutual labels:  cross-platform, qt
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
Stars: ✭ 329 (-20.34%)
Mutual labels:  framework, cross-platform
Neutralinojs
Portable and lightweight cross-platform desktop application development framework
Stars: ✭ 4,731 (+1045.52%)
Mutual labels:  framework, cross-platform
Pegasus Frontend
A cross platform, customizable graphical frontend for launching emulators and managing your game collection.
Stars: ✭ 364 (-11.86%)
Mutual labels:  cross-platform, qml
Qzxing
Qt/QML wrapper library for the ZXing library. 1D/2D barcode image processing library
Stars: ✭ 401 (-2.91%)
Mutual labels:  qt, qml
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (-32.93%)
Mutual labels:  cross-platform, qt
Moonplayer
Video player that can play online videos from youtube, bilibili etc.
Stars: ✭ 399 (-3.39%)
Mutual labels:  qt, qml
Liblava
🌋 A modern and easy-to-use library for the Vulkan API
Stars: ✭ 275 (-33.41%)
Mutual labels:  framework, cross-platform
Powertabeditor
A cross-platform guitar tablature editor.
Stars: ✭ 334 (-19.13%)
Mutual labels:  cross-platform, qt
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (-15.74%)
Mutual labels:  framework, qt
Quartz
Vulkan RTX path tracer with a declarative ES7-like scene description language.
Stars: ✭ 367 (-11.14%)
Mutual labels:  qt, qml
Feather
Feather is a modern Swift-based content management system powered by Vapor 4.
Stars: ✭ 374 (-9.44%)
Mutual labels:  framework, engine
QmlControls
Qt / Qml 控件
Stars: ✭ 65 (-84.26%)
Mutual labels:  qt, qml

Toou 2D - To facilitate the use and created for simplicity!

Hereinafter referred to as "T2D", Qt(quick) 2D lightweight framework crafted by the Toou team, is written using its own interface specifications and can be used for free for commercial software and open source projects. Concise code structure is easy to expand and modify, The performance and dynamics of the application are perfectly considered, solve the problem of few components, large volume, no theme package. The T2D use threshold is extremely low without in-depth study to get it right away.Every detail from the core code to the component API is carefully crafted to make it ideal for rapid development of the application interface.

::: What are his advantages

  1. Dozens of components to meet your different development needs
  2. Support for dynamic library, static library multi-mode compilation
  3. Qml plug-in is installed automatically without any environment setup
  4. All components support Theme feature
  5. Themes can be easily configured in the INI file
  6. Efficient running of switching theme without delay
  7. Better performance with Toou2D without Controls and Controls2
  8. Support for Font Awesome, Svg Icon
  9. Rich Demo for learning and reference, T2D is easier to get started with
  10. Support the use of local API documentation and network API documentation
  11. Planning a long-term open source route is clearandof and long-term maintenance is safe to use
  12. Inherit Qt cross-platform features and follow Qt syntax specification
  13. Let's create a better tomorrow together :)

::: These open source demos were developed using T2D

::: Start with running Example

Qt 5.6 or later is required.

  1. Turn the project clone locally and open Toou-2D.pro using Qt creator

T2D support for macOS, Windows Build, can be published to macOS, Windows, iOS, Android and other multi-platform.

::: What components did T2D develop

Component Description
TAvatar Used to display user icon or rounded corner pictures
TawesomeIcon Font Awesome icon
TBadge Numbers or status markers that appear next to buttons, icons, or status tags
TBusyIndicator Show dynamics when loading data
TButton Common action buttons
TCarousel In a limited space, loop through the same type of pictures, text, and more
TCheckBox Multi-select in a set of alternatives
TDialog Inform the user and host the relevant action while retaining the current page state.
TDialogBasic which can customize the pop-up effects
TDialogButton Manipulation buttons embedded in the bottom of Dialog body
TDividerLine A line that divides content
TFlickable Content can be dragged, With horizontal and vertical scrollbars
TFpsMonitor Monitor current usage of FPS
TIcon Load automatically depending on source
TIconButton You can add icon buttons
TImage Qt supports all format image files
TImageButton Use images to make a button
TInputField Receives keyboard input characters
TLabel Displays a text content
TMask You can specify a specified area to display to the user
TMouseArea Receiving and corresponding mouse and touch area
TSandBar Provide navigation for applications
TObject Improved QtObject
TPagination Paging or shredding data
TPopover Modal, arbitrary position pop-up item
TPopoverMenu Shape-out menu boxes anywhere
TPopup shows a pop-up window that requires a custom body
TProgressBar Used to show the progress of a task
TRadioBox Select one of a set of alternatives
TRadioBoxGroup Manage RadioBox. Only one can be selected in the group
TRectangle A rectangle with color
TSVGIcon Svg icon,We did a lot of optimizations
TScrollbarH Horizontal scroll bars, controlable ListView, GridView, Flickablet, and more
TScrollbarV Vertical scroll bar,Apply to ListView or GridView or Flickablet
TSwitch Represents a switch between two opposing states
TTag Used for marking and selection
TToast Lightweight message feedback, in the form of little bullet boxes
... The new version will be more exciting :)

::: How to make a theme pack

The T2D topic data is all defined in the ini file. The ini file configuration can be written inside or outside the application. Ini node properties and simple general rules can be modified to achieve the theme production.

In example, we have made two skins for you to use. An App without skin has no vitality.

::: How do you bind theme styles

TThemeBinder lets components bind with theme-style data:

//!When the theme changes,This Rectangle will change the width and color
//!It does not break the original binding of rect
Rectangle{
    id:rect;
    width : parent.width;
    height: 100;
    color : "red";

    TThemeBinder{
        id:theme
        className: "Myrect"
        property alias color:  rect.color;
        property alias width:  rect.width;
    }
}

::: T2D api docs

We provide online and offline documentation。Offline document support Qt Creator(F1) or Qt Assistant

::: Compatibility

Windows 7 OK Windows 10 OK iOS iPad mini OK
macOS 10.12 OK macOS 10.14 OK iOS iPhone XR OK
Android Huawei 4.4 OK Android Mi 7.0 OK iOS iPhone 8 plus OK
Android Mi Pad 8.0 OK Android vivo 8.0 OK iOS iPhone 6 OK

::: Development planning route

::: The last thing I want to say

Toou Please give us encouragement add star!~

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].