Skip to content

Commit 7eb63ad

Browse files
Update README.md
1 parent ac9c002 commit 7eb63ad

1 file changed

Lines changed: 20 additions & 12 deletions

File tree

README.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Allegro Nuklear Visual Style Editor (ANVSE)
2-
Visually edit Nuklear GUI style files.
1+
# Allegro Nuklear Visual Style Editor (ANVSE)
2+
Visually edit Nuklear GUI style files.
33

4-
## About
4+
## About
55
The Nuklear GUI, Visual Styles Editor is a fast and easy way to create or modify style tables for the Nuklear GUI system.
66
Style files can be loaded, modified and then saved. Just copy and paste the created style table into your project source code.
77
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.
2020

2121
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.
2222

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 ;)
2929

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 :)
3232

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+
![Adding some green to the defualt style with alpha and background.](/img_preview/NK_NVSE_1.png)
36+
![Adding some green to the defualt style with alpha and background.](/img_preview/NK_NVSE_2.png)
37+
![Adding some green to the defualt style with alpha and background.](/img_preview/NK_NVSE_3.png)
38+
39+
**Default theme higlighting margin issue I am still trying to track dowm. The margin doesn't imact the applications function.**
40+
![Adding some green to the defualt style with alpha and background.](/img_preview/NK_Windows.png)
41+
![Adding some green to the defualt style with alpha and background.](/img_preview/NK_Ubuntu.png)

0 commit comments

Comments
 (0)