Application that generates in each execution an infinite world in a procedural way, using opengl for its rendering.
It uses OpenGL and GLEW for rendering the world and c++ to generate it, based in a noise generator. GLFW is used for the main window management and ImGUI for the configuration interface.