From 46769406dc923895825e844867c28ef1798142fa Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 7 Apr 2015 10:59:49 +0100 Subject: [PATCH] Update README.txt --- examples/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/README.txt b/examples/README.txt index e6ce70c97..c675a1d73 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -1,3 +1,9 @@ +Those are standalone ready-to-build applications to demonstrate ImGui. +Unfortunately in 2015 it is still a massive pain to create and maintain portable build files. +I choose to provide Visual Studio 10 .sln files and Makefile for Linux/OSX. +Please let me know if they don't work with your setup! +You can probably just import the .cpp files into your own system and figure out the linkage from there. + opengl_example/ OpenGL example, using GLFW + fixed pipeline.