Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/copperspice/cs_designer
Program used by developers to create a graphical interface .ui file
https://github.com/copperspice/cs_designer
cpp ui-design
Last synced: about 2 months ago
JSON representation
Program used by developers to create a graphical interface .ui file
- Host: GitHub
- URL: https://github.com/copperspice/cs_designer
- Owner: copperspice
- Created: 2022-04-28T16:10:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T22:25:03.000Z (4 months ago)
- Last Synced: 2024-09-17T03:25:20.069Z (4 months ago)
- Topics: cpp, ui-design
- Language: C++
- Homepage: https://www.copperspice.com/
- Size: 5.72 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Designer
### Introduction
CS Designer is a cross platform stand alone program which developers can use to graphically create or edit
User Interface files. It was developed using the CopperSpice libraries and was written in C++.### Building
To build CS Designer from source a current copy of the CopperSpice libraries, a C++17 compiler, and a C++17 standard
library are required. Designer uses the following CopperSpice libraries: CsCore, CsGui, CsNetwork, and CsXml.To run Designer multiple plugins must be copied to the deploy folder. This will occur automatically when the
project is installed.|Plugin |Location |
|---------|-----------|
|platform |"your_path/designer/platforms" |
| | |
|printer driver|"your_path/designer/printerdrivers"|### Documentation
https://www.copperspice.com/docs/cs_api/tools-designer.html
### Authors
* **Barbara Geller**
* **Ansel Sermersheim**### License
This application is released under the LGPL 2.1 license. For more information refer to the LICENSE file provided with this project.
### References
* Website: https://www.copperspice.com
* Twitter: https://twitter.com/copperspice_cpp
* Email: [email protected]* Github: https://github.com/copperspice
* Forum: https://forum.copperspice.com
* Journal: https://journal.copperspice.com