Skip to content
/ ImMenu Public

Think it is boring to clone, modify and then start writing your menus? This is the perfect option for you to get started directly instead of spending precious time on setting up!

License

Notifications You must be signed in to change notification settings

keroyan/ImMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImMenu

Think it is boring to clone, modify and then start writing your menus? This is the perfect option for you to get started directly instead of spending precious time on setting up!

Steps

  • Start by cloning the project
    • git clone https://github.com/SorryX/ImMenu
  • Open the project with the .vcxproj
  • Start writing your menu!

Fonts

The project includes a class called Fonts which is something useful to get fonts by string instead of ids, hence when adding fonts you can write a string which later can be used to get that font, remember you can always just use the default way!

using Globals::fonts instance you can access all fonts by string

Globals::fonts.GetFontByString("small_font"); 

and you can use this to render different fonts on different element!

About

Think it is boring to clone, modify and then start writing your menus? This is the perfect option for you to get started directly instead of spending precious time on setting up!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published