浏览代码

Update README.txt

omar 10 年之前
父节点
当前提交
46769406dc
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      examples/README.txt

+ 6 - 0
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.