From ab4f5e6862940bc580ce93a6ea2a80eac4712ad8 Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 21 Nov 2014 13:38:09 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3ac423a0545..3db88132cdde 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,20 @@ In contrast, librairies featuring higher-quality rendering and layouting techniq Can you reskin the look of ImGui? -Yes, you can alter the look of the interface to some degree: changing colors, sizes and padding, font. However, as ImGui is designed and optimised to create debug tools, the amount of skinning you can apply is limited. There is only so much you can stray away from the default look and feel of the interface. The example below uses modified settings to create a more compact UI with different colors: +Yes, you can alter the look of the interface to some degree: changing colors, sizes and padding, font. However, as ImGui is designed and optimised to create debug tools, the amount of skinning you can apply is limited. There is only so much you can stray away from the default look and feel of the interface. The example below uses modified settings to create a very compact UI with different colors: ![skinning screenshot 1](/web/skinning_sample_01.png?raw=true) +Support +------- + Can you develop features xxxx for ImGui? -Please use GitHub 'Issues' facilities to suggest and discuss improvements. If you are company and would like specific non-trivial features to be implemented, I am available for hire to work on or with ImGui. Donations are also welcome to support further work on the library. +Please use GitHub 'Issues' facilities to suggest and discuss improvements. Your question are often helpul to the community of users. If you represent an organization and would like specific non-trivial features to be implemented, I am available for hire to work on or with ImGui. + +Can I donate to support the development of ImGui? +If you have the mean to help, I have setup a [**Patreon page**](http://www.patreon.com/imgui) to enable me to spend more time on the development of the library. One-off donations are also greatly appreciated. Thanks! Credits -------