Start developing Neumorphic QtQuick applications using Neumorphism UI.
The Neumorphic design concept has been applied to most of the components.
Neumorphism is a design style used in graphical user interfaces. It is commonly identified by a soft and light look (for which it is sometimes referred to as soft UI) with elements that appear to protrude from or dent into the background rather than float on top of it.
NOTE
Using shaders inQt 6
requires compiling shaders toSPIR-V
, which is quite different from the way it was done inQt 5
.
Therefore, shaders are currently not compatible withQt 6
.
Contributions are welcome.
Also if you are a designer with a better design idea, you can create an issue and let us discuss your idea.
- Clone the repository first.
git clone "https://github.com/0smr/neumorphism.git"
- Then add
neumorphism
to your makefile. - Add
qrc:/
to the engine's import path. example-1engine.addImportPath("qrc:/");
- Import the
Neumorphism
module. example-1import Neumorphism 1.3
If you are confused, please refer to Example-1 for a clearer understanding of what you should do.
- Button
- Radio Button
- CheckBox
- Slider
- TextArea
- TextField
- ProgressBar
- RadioButton
- Switch
- RangeSlider
- SpinBox
- Tumbler
- Dial
- BusyIndicator
- SplitView
- StackView
- ComboBox
- NeumorphismView
Please file an issue on issues if you have any problems.
no document provided yet.