You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Nuklear GUI, Visual Styles Editor is a fast and easy way to create or modify style tables for the Nuklear GUI system.
6
6
Style files can be loaded, modified and then saved. Just copy and paste the created style table into your project source code.
7
7
The output file is a correctly formatted Nuklear style.c table.
@@ -20,14 +20,22 @@ Hopefully developers that make use of Nuklear GUI can find this useful.
20
20
21
21
The visual editor is based upon the Allegro 5 graphics library and Nuklear and is available for Windows and Ubuntu x86-64.Allegro, Nuklear Visual Style Editor (ANVSE).Allegro Visual Style Editor (std) source is licenced under MIT0 and free to modify and use.
22
22
23
-
## More information
24
-
I had just began familiarizing my self with Allegro 5 and Nuklear when I made this. I quickly discovered that there wasn't any easy way to edit the 28 style colors in the style.c file and thought 28 x 4(rgba) colors to manually edit was a no go for me lol
25
-
Creating ANVSE turned out to be a good way to become familiar with Nuklear :)
26
-
Some of the code can be improved and I may well do so in the future, but for now the application does what I require.
27
-
I made this for my self but have put it up on GitHub so others can make use of it or even find ideas from the code.
28
-
I used the MIT-0 licence so you can do what you like with it. That being said an attribute is always welcome ;)
23
+
## More information
24
+
I had just began familiarizing my self with Allegro 5 and Nuklear when I made this. I quickly discovered that there wasn't any easy way to edit the 28 style colors in the style.c file and thought 28 x 4(rgba) colors to manually edit was a no go for me lol
25
+
Creating ANVSE turned out to be a good way to become familiar with Nuklear :)
26
+
Some of the code can be improved and I may well do so in the future, but for now the application does what I require.
27
+
I made this for my self but have put it up on GitHub so others can make use of it or even find ideas from the code.
28
+
I used the MIT-0 licence so you can do what you like with it. That being said an attribute is always welcome ;)
29
29
30
-
I am looking at implimenting some addition in the future such as more options to test alpha transparency on the backgrounds.
31
-
I am also looking at pulling the current operating system theme colors into a style file. If you have ever tried to do this you will know that it is fraught with inconsistancies and gotchas, so don't hold your breath too long :)
30
+
I am looking at implimenting some additions in the future such as more options to test alpha transparency on the backgrounds.
31
+
I am also looking at pulling the current operating system theme colors into a style file. If you have ever tried to do this you will know that it is fraught with inconsistancies and gotchas, so don't hold your breath too long :)
32
32
33
-
## Some picks to muse at
33
+
## Some pics to muse at
34
+
**Adding some green to the defualt style with alpha and background.**
35
+

36
+

37
+

38
+
39
+
**Default theme higlighting margin issue I am still trying to track dowm. The margin doesn't imact the applications function.**
40
+

41
+

0 commit comments