Skip to content

RednibCoding/NonoUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NonoUI

Tiny single header, renderer agnostic ui library written in c

Elements

bool nuButton(const char *label, int x, int y, int w, int h);
void nuLabel(const char *text, int x, int y);
float nuVSlider(int x, int y, int h, float min, float max, float step, float initial);
float nuHSlider(int x, int y, int w, float min, float max, float step, float initial);
int nuDropdown(const char *text, int x, int y, int w, int h, const char **options, int numOptions, int numMaxVisibleOptions);

About

Tiny single header, renderer agnostic ui library written in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages