lazarus-ccr/components/nvidia-widgets
blaszijk 00e2a4261c moved config file, one level down
fixed build system (linked all fpmake files together)



git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2258 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-01-12 22:34:57 +00:00
..
docs fixed images in documentation 2012-01-12 15:15:59 +00:00
examples moved config file, one level down 2012-01-12 22:34:57 +00:00
fpdoc fixed images in documentation 2012-01-12 15:15:59 +00:00
src moved config file, one level down 2012-01-12 22:34:57 +00:00
utils moved config file, one level down 2012-01-12 22:34:57 +00:00
config.inc moved config file, one level down 2012-01-12 22:34:57 +00:00
configure.sh changed awk to gawk 2012-01-12 22:05:12 +00:00
fpmake_add.inc moved config file, one level down 2012-01-12 22:34:57 +00:00
fpmake_proc.inc changed awk to gawk 2012-01-12 22:05:12 +00:00
fpmake.pp moved config file, one level down 2012-01-12 22:34:57 +00:00
readme.txt initial import of files 2011-08-15 22:08:43 +00:00

==General==
This is the FPC port of the nvidia-widget set (http://code.google.com/p/nvidia-widgets/). This widgetset is lightwight and extremely usefull for projects that do not want to add a dependency to some large widget set e.g. GTK2 or QT.

Originally ported by Darius Blaszyk in June 2011. The code works out of the box with FPC and does not need any 3rd party utilities.


==License==
The original code was released under the MIT license. This code, as it's derived work, will therefore also be released under MIT license. As far as I understand GPL easily mixes with MIT, so if your project is GPL you can use it as you would with a GPL library.


==Widgets==
This widgetset comes with a layoutmanager. This means that you don't need to specify screen coordinates when you define the widgets, but you specify how you want to layout them and then just add the widgets as you like. You can embed multiple layout panels in each other to build complex layouts.

The most important widgets are implemented, but more are allways welcome;

- Label
- Button
- Checkbutton
- Radiobutton
- Horizontal slider
- Listbox
- Combobox
- Line edit
- Panel
- Textureview


==Context and backend==
This widgetset is very modular, which is expressed by the fact that both the context as the backend are separated into it's own classes. Currently the GLut context is implemented and for the backend OpenGL obviously. Adding a new context or backend is very easy. All you need to do is implement the UIContext or UIPainter classes.


==About IMGUI==
This widgetset is and immediate mode graphical user interface (IMGUI). This means that this widgetset does not retain widget information outside the paint loop. The advantage of this is that it is very lightweight and easily expandible. 


==More information==

IMGUI : https://mollyrocket.com/forums/viewforum.php?f=10


If you have a patch or want more information you can contact me via email: dhkblaszyk@zeelandnet.nl