lexgui 0.1.35 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/build/lexgui.css +11 -8
- package/build/lexgui.js +274 -171
- package/build/lexgui.module.js +256 -168
- package/changelog.md +12 -1
- package/demo.js +11 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# lexgui.js
|
|
2
2
|
|
|
3
|
-
**lexgui.js** is a lightweight JavaScript library that allows you to create web interfaces using only JavaScript, HTML, and CSS.
|
|
3
|
+
**lexgui.js** is a lightweight JavaScript library that allows you to create web interfaces using only JavaScript, HTML, and CSS. It provides an easy-to-use API for building dynamic and interactive common and complex editor interfaces without the need for tedious frameworks or big libraries. With lexgui.js, you can create custom UI components, handle user interactions, and update the interface dynamically.
|
|
4
4
|
|
|
5
5
|
<img src="data/Screenshot.png" alt="Screenshot" style="width: 100%"/>
|
|
6
6
|
<img src="data/Screenshot_Godot.png"/>
|
|
@@ -8,6 +8,9 @@
|
|
|
8
8
|
### Code Editor
|
|
9
9
|
<img src="data/Screenshot_Code.png"/>
|
|
10
10
|
|
|
11
|
+
### Node Graph Editor (WIP)
|
|
12
|
+
<img src="data/Screenshot_Graph.png"/>
|
|
13
|
+
|
|
11
14
|
## Docs
|
|
12
15
|
|
|
13
16
|
The library documentation is in progress but you can check it [here](https://jxarco.github.io/lexgui.js/docs/).
|
|
@@ -20,8 +23,8 @@ Look at this [examples](https://jxarco.github.io/lexgui.js/examples/) to see how
|
|
|
20
23
|
|
|
21
24
|
<table>
|
|
22
25
|
<tr>
|
|
23
|
-
<td valign="top"><h3>Animics (EU H2020 SignON project)</h3><a href="https://github.com/upf-gti/
|
|
24
|
-
<td valign="top"><h3>Performs (EU H2020 SignON project)</h3><a href="https://github.com/upf-gti/
|
|
26
|
+
<td valign="top"><h3>Animics (EU H2020 SignON project)</h3><a href="https://github.com/upf-gti/animics">github.com/upf-gti/animics</a><br><br><img src="data/scriptAnimation_signon.png" alt="scriptAnimation_signon"/></td>
|
|
27
|
+
<td valign="top"><h3>Performs (EU H2020 SignON project)</h3><a href="https://github.com/upf-gti/performs">github.com/upf-gti/performs</a><br><br><img src="data/realizer_signon.png" alt="scriptAnimation_signon"/></td>
|
|
25
28
|
</tr>
|
|
26
29
|
</table>
|
|
27
30
|
|
package/build/lexgui.css
CHANGED
|
@@ -934,6 +934,10 @@ body.noevents * {
|
|
|
934
934
|
padding: 2px 3px;
|
|
935
935
|
}
|
|
936
936
|
|
|
937
|
+
.lexdropdown .lexfilter a {
|
|
938
|
+
transform: translateX(-10px);
|
|
939
|
+
}
|
|
940
|
+
|
|
937
941
|
.lexdropdown .lexoptions .lexlistitem {
|
|
938
942
|
font-size: 11px;
|
|
939
943
|
}
|
|
@@ -960,7 +964,8 @@ body.noevents * {
|
|
|
960
964
|
background-color: var(--global-blur-background);
|
|
961
965
|
-webkit-backdrop-filter: blur(10px);
|
|
962
966
|
backdrop-filter: blur(10px);
|
|
963
|
-
padding:
|
|
967
|
+
padding: 0px;
|
|
968
|
+
transform: translateY(-4px);
|
|
964
969
|
z-index: 10;
|
|
965
970
|
margin-top: 5px;
|
|
966
971
|
width: 100%;
|
|
@@ -1662,7 +1667,7 @@ meter::-webkit-meter-even-less-good-value {
|
|
|
1662
1667
|
|
|
1663
1668
|
.lexcontextmenu {
|
|
1664
1669
|
position: absolute;
|
|
1665
|
-
padding-right:
|
|
1670
|
+
padding-right: 8px;
|
|
1666
1671
|
z-index: 1001;
|
|
1667
1672
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.63) !important;
|
|
1668
1673
|
background-color: var(--global-blur-background);
|
|
@@ -1692,7 +1697,7 @@ meter::-webkit-meter-even-less-good-value {
|
|
|
1692
1697
|
width: 100%;
|
|
1693
1698
|
color: #d5d7dbee;
|
|
1694
1699
|
padding: 4px;
|
|
1695
|
-
padding-left:
|
|
1700
|
+
padding-left: 8px;
|
|
1696
1701
|
padding-right: 0px;
|
|
1697
1702
|
padding-bottom: 6px;
|
|
1698
1703
|
cursor: pointer;
|
|
@@ -1782,12 +1787,9 @@ meter::-webkit-meter-even-less-good-value {
|
|
|
1782
1787
|
float: right;
|
|
1783
1788
|
margin-top: 3px;
|
|
1784
1789
|
font-weight: bold;
|
|
1785
|
-
color: var(--global-
|
|
1790
|
+
color: var(--global-text-primary);
|
|
1786
1791
|
margin-right: 12px;
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
.lexcontextmenu .lexcontextmenuentry:hover .lexentryshort {
|
|
1790
|
-
color: #f5f5f5;
|
|
1792
|
+
text-align: right;
|
|
1791
1793
|
}
|
|
1792
1794
|
|
|
1793
1795
|
.lexmenubar .lexmenubuttons {
|
|
@@ -2144,6 +2146,7 @@ meter::-webkit-meter-even-less-good-value {
|
|
|
2144
2146
|
background: none;
|
|
2145
2147
|
-webkit-backdrop-filter: none;
|
|
2146
2148
|
backdrop-filter: none;
|
|
2149
|
+
aspect-ratio: 1;
|
|
2147
2150
|
}
|
|
2148
2151
|
|
|
2149
2152
|
.lexoverlaybuttons.vertical .lexoverlaygroup {
|