From 93f9ad9ddf7cdf113bb612dfa50d0544e751ec26 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 5 Sep 2015 20:03:05 +0100 Subject: [PATCH] README.md --- README.md | 2 ++ imgui.cpp | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4b8114..d93f065f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ImGui [![Build Status](https://travis-ci.org/ocornut/imgui.svg?branch=master)](https://travis-ci.org/ocornut/imgui) [![Coverity Status](https://scan.coverity.com/projects/4720/badge.svg)](https://scan.coverity.com/projects/4720) +(This library is free but I need your support to sustain development and maintenance. If you work for a company, please consider financial support) + [![Patreon](https://cloud.githubusercontent.com/assets/8225057/5990484/70413560-a9ab-11e4-8942-1a63607c0b00.png)](http://www.patreon.com/imgui) [![PayPal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5Q73FPZ9C526U) ImGui is a bloat-free graphical user interface library for C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is portable, renderer agnostic and self-contained (no external dependencies). It is based on an "immediate mode" graphical user interface paradigm which enables you to build user interfaces with ease. diff --git a/imgui.cpp b/imgui.cpp index 0646f9a2..8bfd19c9 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -5,7 +5,9 @@ // Read 'Programmer guide' below for notes on how to setup ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui // Releases change-log at https://github.com/ocornut/imgui/releases -// Developed by Omar Cornut and ImGui contributors. +// Developed by Omar Cornut and every direct or indirect contributors to the GitHub. +// This library is free but I need your support to sustain development and maintenance. +// If you work for a company, please consider financial support, e.g: https://www.patreon.com/imgui /*