Skip to content

gorbatschow/ImProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImProject

A template project to begin ImGui-based application with GLFW backend on Linux.

If you are looking for a more featured swiss knife try https://github.com/pthom/hello_imgui .

How to use

  • If you have a GitHub account just press "Use this template" button.
  • Clone and don't forget to init submodules.
  • Place your code in the "src/" folder.
  • Create your own root application class, which inherits ImApplication.

For example this application ImOsmDemo is based on ImProject template.

What's in the box

The following external dependencies are included as submodules

Also included small libraries made by me

Ubuntu/Mint dependencies

The following packages must be installed

libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev freeglut3-dev

and maybe others...

Other operating systems

Try and tell me :)

About

Start point for ImGui project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published