File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # VisualHSP by CalaMity-X
2+
3+ ** This project is under GPLv3.**
4+
5+ This is a useful python script, use pygame, to create a powerful visual designer for the ** HSP (Hot Soup Processor)** .
6+
7+ We designed this tool according to behaviours of HSP37, we do NOT promise that it's suitable for other versions.
8+
9+
10+ ### What is SUPPORTED?
11+ - Widgets: Button / Image / MesBox / ComBox
12+ - Window in limited size
13+ - Max of 50 Widgets
14+ - Pre-defined variables
15+ - Pre-defined labels(also called segments)
16+ - Pre-defined Imports
17+ - Export/Import your project
18+ - Play BASSMOD
19+ - Set the ComBox No-ScrollBox
20+ - Set the ComBox Text-Centered
21+ - Set the Window Centered
22+ - Set the Window TopMost
23+ - Create the Window without Minimize Button
24+ - Change the Windows' background color
25+ - Change the default Mes color(by adding color r,g,b)
26+ - Pre-defined obj's variable (such as a = combox ...)
27+ - Edit Button's text
28+ - Edit Button's action label name (labels editing is also supported. Via ` SegsEdit ` )
29+ - ......
30+ ### What is currently NOT SUPPORTED?
31+ - Over 50 widgets
32+ - Input widget
33+ - Complicated logics (maybe)
34+ - Automatic check for quotes of variables & segments
35+ - ** Auto picture size**
36+ - ......
Original file line number Diff line number Diff line change 1+ """
2+
3+ Visual HSP
4+ Copyright (C) 2025 CalaMityX
5+
6+ This program is free software: you can redistribute it and/or modify
7+ it under the terms of the GNU General Public License as published by
8+ the Free Software Foundation, either version 3 of the License, or
9+ (at your option) any later version.
10+
11+ This program is distributed in the hope that it will be useful,
12+ but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ GNU General Public License for more details.
15+
16+ You should have received a copy of the GNU General Public License
17+ along with this program. If not, see <https://gnu.ac.cn/licenses/>.
18+
19+
20+ """
You can’t perform that action at this time.
0 commit comments