diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-07-16 21:32:37 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2011-07-16 21:32:37 +0200 |
commit | 96c70f0b7ef2a8f433fb16d7976c91d6f3847289 (patch) | |
tree | 853b50d79d25da97c6c6ab7b452b590580ea9aa1 | |
parent | 2f0b0d697d82b396a01c0428978adde7a0dfc75b (diff) | |
download | fpGUI-96c70f0b7ef2a8f433fb16d7976c91d6f3847289.tar.xz |
adds a readme file to the ide sample app
-rw-r--r-- | examples/apps/ide/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/apps/ide/README b/examples/apps/ide/README new file mode 100644 index 00000000..eb24d51e --- /dev/null +++ b/examples/apps/ide/README @@ -0,0 +1,14 @@ + +Description +------------ +This project is a sample program representing a "lightweight IDE". +At the moment I am simply using this project as playground for developing +and testing components, and for trying out other programming ideas. + +If it ends up being a useful project and a workable IDE, that is just +a bonus. Due to my daytime work being all proprietary and closed source, +I can't showcase those. My hope is that this project will be a good substitute +for that, and show a bit of what fpGUI is capable of (in a larger real-world +project). + + |