- initial import. Repository previously hosted on colliertech.org
svn path=/trunk/gtkglarea-sharp/; revision=53508
This commit is contained in:
Коммит
fa5c51921f
|
@ -0,0 +1 @@
|
|||
C.J. Collier <cjcollier@colliertech.org>
|
|
@ -0,0 +1,504 @@
|
|||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
Version 2.1, February 1999
|
||||
|
||||
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
|
||||
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
[This is the first released version of the Lesser GPL. It also counts
|
||||
as the successor of the GNU Library Public License, version 2, hence
|
||||
the version number 2.1.]
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
Licenses are intended to guarantee your freedom to share and change
|
||||
free software--to make sure the software is free for all its users.
|
||||
|
||||
This license, the Lesser General Public License, applies to some
|
||||
specially designated software packages--typically libraries--of the
|
||||
Free Software Foundation and other authors who decide to use it. You
|
||||
can use it too, but we suggest you first think carefully about whether
|
||||
this license or the ordinary General Public License is the better
|
||||
strategy to use in any particular case, based on the explanations below.
|
||||
|
||||
When we speak of free software, we are referring to freedom of use,
|
||||
not price. Our General Public Licenses are designed to make sure that
|
||||
you have the freedom to distribute copies of free software (and charge
|
||||
for this service if you wish); that you receive source code or can get
|
||||
it if you want it; that you can change the software and use pieces of
|
||||
it in new free programs; and that you are informed that you can do
|
||||
these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
distributors to deny you these rights or to ask you to surrender these
|
||||
rights. These restrictions translate to certain responsibilities for
|
||||
you if you distribute copies of the library or if you modify it.
|
||||
|
||||
For example, if you distribute copies of the library, whether gratis
|
||||
or for a fee, you must give the recipients all the rights that we gave
|
||||
you. You must make sure that they, too, receive or can get the source
|
||||
code. If you link other code with the library, you must provide
|
||||
complete object files to the recipients, so that they can relink them
|
||||
with the library after making changes to the library and recompiling
|
||||
it. And you must show them these terms so they know their rights.
|
||||
|
||||
We protect your rights with a two-step method: (1) we copyright the
|
||||
library, and (2) we offer you this license, which gives you legal
|
||||
permission to copy, distribute and/or modify the library.
|
||||
|
||||
To protect each distributor, we want to make it very clear that
|
||||
there is no warranty for the free library. Also, if the library is
|
||||
modified by someone else and passed on, the recipients should know
|
||||
that what they have is not the original version, so that the original
|
||||
author's reputation will not be affected by problems that might be
|
||||
introduced by others.
|
||||
|
||||
Finally, software patents pose a constant threat to the existence of
|
||||
any free program. We wish to make sure that a company cannot
|
||||
effectively restrict the users of a free program by obtaining a
|
||||
restrictive license from a patent holder. Therefore, we insist that
|
||||
any patent license obtained for a version of the library must be
|
||||
consistent with the full freedom of use specified in this license.
|
||||
|
||||
Most GNU software, including some libraries, is covered by the
|
||||
ordinary GNU General Public License. This license, the GNU Lesser
|
||||
General Public License, applies to certain designated libraries, and
|
||||
is quite different from the ordinary General Public License. We use
|
||||
this license for certain libraries in order to permit linking those
|
||||
libraries into non-free programs.
|
||||
|
||||
When a program is linked with a library, whether statically or using
|
||||
a shared library, the combination of the two is legally speaking a
|
||||
combined work, a derivative of the original library. The ordinary
|
||||
General Public License therefore permits such linking only if the
|
||||
entire combination fits its criteria of freedom. The Lesser General
|
||||
Public License permits more lax criteria for linking other code with
|
||||
the library.
|
||||
|
||||
We call this license the "Lesser" General Public License because it
|
||||
does Less to protect the user's freedom than the ordinary General
|
||||
Public License. It also provides other free software developers Less
|
||||
of an advantage over competing non-free programs. These disadvantages
|
||||
are the reason we use the ordinary General Public License for many
|
||||
libraries. However, the Lesser license provides advantages in certain
|
||||
special circumstances.
|
||||
|
||||
For example, on rare occasions, there may be a special need to
|
||||
encourage the widest possible use of a certain library, so that it becomes
|
||||
a de-facto standard. To achieve this, non-free programs must be
|
||||
allowed to use the library. A more frequent case is that a free
|
||||
library does the same job as widely used non-free libraries. In this
|
||||
case, there is little to gain by limiting the free library to free
|
||||
software only, so we use the Lesser General Public License.
|
||||
|
||||
In other cases, permission to use a particular library in non-free
|
||||
programs enables a greater number of people to use a large body of
|
||||
free software. For example, permission to use the GNU C Library in
|
||||
non-free programs enables many more people to use the whole GNU
|
||||
operating system, as well as its variant, the GNU/Linux operating
|
||||
system.
|
||||
|
||||
Although the Lesser General Public License is Less protective of the
|
||||
users' freedom, it does ensure that the user of a program that is
|
||||
linked with the Library has the freedom and the wherewithal to run
|
||||
that program using a modified version of the Library.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow. Pay close attention to the difference between a
|
||||
"work based on the library" and a "work that uses the library". The
|
||||
former contains code derived from the library, whereas the latter must
|
||||
be combined with the library in order to run.
|
||||
|
||||
GNU LESSER GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License Agreement applies to any software library or other
|
||||
program which contains a notice placed by the copyright holder or
|
||||
other authorized party saying it may be distributed under the terms of
|
||||
this Lesser General Public License (also called "this License").
|
||||
Each licensee is addressed as "you".
|
||||
|
||||
A "library" means a collection of software functions and/or data
|
||||
prepared so as to be conveniently linked with application programs
|
||||
(which use some of those functions and data) to form executables.
|
||||
|
||||
The "Library", below, refers to any such software library or work
|
||||
which has been distributed under these terms. A "work based on the
|
||||
Library" means either the Library or any derivative work under
|
||||
copyright law: that is to say, a work containing the Library or a
|
||||
portion of it, either verbatim or with modifications and/or translated
|
||||
straightforwardly into another language. (Hereinafter, translation is
|
||||
included without limitation in the term "modification".)
|
||||
|
||||
"Source code" for a work means the preferred form of the work for
|
||||
making modifications to it. For a library, complete source code means
|
||||
all the source code for all modules it contains, plus any associated
|
||||
interface definition files, plus the scripts used to control compilation
|
||||
and installation of the library.
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running a program using the Library is not restricted, and output from
|
||||
such a program is covered only if its contents constitute a work based
|
||||
on the Library (independent of the use of the Library in a tool for
|
||||
writing it). Whether that is true depends on what the Library does
|
||||
and what the program that uses the Library does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Library's
|
||||
complete source code as you receive it, in any medium, provided that
|
||||
you conspicuously and appropriately publish on each copy an
|
||||
appropriate copyright notice and disclaimer of warranty; keep intact
|
||||
all the notices that refer to this License and to the absence of any
|
||||
warranty; and distribute a copy of this License along with the
|
||||
Library.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy,
|
||||
and you may at your option offer warranty protection in exchange for a
|
||||
fee.
|
||||
|
||||
2. You may modify your copy or copies of the Library or any portion
|
||||
of it, thus forming a work based on the Library, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) The modified work must itself be a software library.
|
||||
|
||||
b) You must cause the files modified to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
c) You must cause the whole of the work to be licensed at no
|
||||
charge to all third parties under the terms of this License.
|
||||
|
||||
d) If a facility in the modified Library refers to a function or a
|
||||
table of data to be supplied by an application program that uses
|
||||
the facility, other than as an argument passed when the facility
|
||||
is invoked, then you must make a good faith effort to ensure that,
|
||||
in the event an application does not supply such function or
|
||||
table, the facility still operates, and performs whatever part of
|
||||
its purpose remains meaningful.
|
||||
|
||||
(For example, a function in a library to compute square roots has
|
||||
a purpose that is entirely well-defined independent of the
|
||||
application. Therefore, Subsection 2d requires that any
|
||||
application-supplied function or table used by this function must
|
||||
be optional: if the application does not supply it, the square
|
||||
root function must still compute square roots.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Library,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Library, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote
|
||||
it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Library.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Library
|
||||
with the Library (or with a work based on the Library) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may opt to apply the terms of the ordinary GNU General Public
|
||||
License instead of this License to a given copy of the Library. To do
|
||||
this, you must alter all the notices that refer to this License, so
|
||||
that they refer to the ordinary GNU General Public License, version 2,
|
||||
instead of to this License. (If a newer version than version 2 of the
|
||||
ordinary GNU General Public License has appeared, then you can specify
|
||||
that version instead if you wish.) Do not make any other change in
|
||||
these notices.
|
||||
|
||||
Once this change is made in a given copy, it is irreversible for
|
||||
that copy, so the ordinary GNU General Public License applies to all
|
||||
subsequent copies and derivative works made from that copy.
|
||||
|
||||
This option is useful when you wish to copy part of the code of
|
||||
the Library into a program that is not a library.
|
||||
|
||||
4. You may copy and distribute the Library (or a portion or
|
||||
derivative of it, under Section 2) in object code or executable form
|
||||
under the terms of Sections 1 and 2 above provided that you accompany
|
||||
it with the complete corresponding machine-readable source code, which
|
||||
must be distributed under the terms of Sections 1 and 2 above on a
|
||||
medium customarily used for software interchange.
|
||||
|
||||
If distribution of object code is made by offering access to copy
|
||||
from a designated place, then offering equivalent access to copy the
|
||||
source code from the same place satisfies the requirement to
|
||||
distribute the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
5. A program that contains no derivative of any portion of the
|
||||
Library, but is designed to work with the Library by being compiled or
|
||||
linked with it, is called a "work that uses the Library". Such a
|
||||
work, in isolation, is not a derivative work of the Library, and
|
||||
therefore falls outside the scope of this License.
|
||||
|
||||
However, linking a "work that uses the Library" with the Library
|
||||
creates an executable that is a derivative of the Library (because it
|
||||
contains portions of the Library), rather than a "work that uses the
|
||||
library". The executable is therefore covered by this License.
|
||||
Section 6 states terms for distribution of such executables.
|
||||
|
||||
When a "work that uses the Library" uses material from a header file
|
||||
that is part of the Library, the object code for the work may be a
|
||||
derivative work of the Library even though the source code is not.
|
||||
Whether this is true is especially significant if the work can be
|
||||
linked without the Library, or if the work is itself a library. The
|
||||
threshold for this to be true is not precisely defined by law.
|
||||
|
||||
If such an object file uses only numerical parameters, data
|
||||
structure layouts and accessors, and small macros and small inline
|
||||
functions (ten lines or less in length), then the use of the object
|
||||
file is unrestricted, regardless of whether it is legally a derivative
|
||||
work. (Executables containing this object code plus portions of the
|
||||
Library will still fall under Section 6.)
|
||||
|
||||
Otherwise, if the work is a derivative of the Library, you may
|
||||
distribute the object code for the work under the terms of Section 6.
|
||||
Any executables containing that work also fall under Section 6,
|
||||
whether or not they are linked directly with the Library itself.
|
||||
|
||||
6. As an exception to the Sections above, you may also combine or
|
||||
link a "work that uses the Library" with the Library to produce a
|
||||
work containing portions of the Library, and distribute that work
|
||||
under terms of your choice, provided that the terms permit
|
||||
modification of the work for the customer's own use and reverse
|
||||
engineering for debugging such modifications.
|
||||
|
||||
You must give prominent notice with each copy of the work that the
|
||||
Library is used in it and that the Library and its use are covered by
|
||||
this License. You must supply a copy of this License. If the work
|
||||
during execution displays copyright notices, you must include the
|
||||
copyright notice for the Library among them, as well as a reference
|
||||
directing the user to the copy of this License. Also, you must do one
|
||||
of these things:
|
||||
|
||||
a) Accompany the work with the complete corresponding
|
||||
machine-readable source code for the Library including whatever
|
||||
changes were used in the work (which must be distributed under
|
||||
Sections 1 and 2 above); and, if the work is an executable linked
|
||||
with the Library, with the complete machine-readable "work that
|
||||
uses the Library", as object code and/or source code, so that the
|
||||
user can modify the Library and then relink to produce a modified
|
||||
executable containing the modified Library. (It is understood
|
||||
that the user who changes the contents of definitions files in the
|
||||
Library will not necessarily be able to recompile the application
|
||||
to use the modified definitions.)
|
||||
|
||||
b) Use a suitable shared library mechanism for linking with the
|
||||
Library. A suitable mechanism is one that (1) uses at run time a
|
||||
copy of the library already present on the user's computer system,
|
||||
rather than copying library functions into the executable, and (2)
|
||||
will operate properly with a modified version of the library, if
|
||||
the user installs one, as long as the modified version is
|
||||
interface-compatible with the version that the work was made with.
|
||||
|
||||
c) Accompany the work with a written offer, valid for at
|
||||
least three years, to give the same user the materials
|
||||
specified in Subsection 6a, above, for a charge no more
|
||||
than the cost of performing this distribution.
|
||||
|
||||
d) If distribution of the work is made by offering access to copy
|
||||
from a designated place, offer equivalent access to copy the above
|
||||
specified materials from the same place.
|
||||
|
||||
e) Verify that the user has already received a copy of these
|
||||
materials or that you have already sent this user a copy.
|
||||
|
||||
For an executable, the required form of the "work that uses the
|
||||
Library" must include any data and utility programs needed for
|
||||
reproducing the executable from it. However, as a special exception,
|
||||
the materials to be distributed need not include anything that is
|
||||
normally distributed (in either source or binary form) with the major
|
||||
components (compiler, kernel, and so on) of the operating system on
|
||||
which the executable runs, unless that component itself accompanies
|
||||
the executable.
|
||||
|
||||
It may happen that this requirement contradicts the license
|
||||
restrictions of other proprietary libraries that do not normally
|
||||
accompany the operating system. Such a contradiction means you cannot
|
||||
use both them and the Library together in an executable that you
|
||||
distribute.
|
||||
|
||||
7. You may place library facilities that are a work based on the
|
||||
Library side-by-side in a single library together with other library
|
||||
facilities not covered by this License, and distribute such a combined
|
||||
library, provided that the separate distribution of the work based on
|
||||
the Library and of the other library facilities is otherwise
|
||||
permitted, and provided that you do these two things:
|
||||
|
||||
a) Accompany the combined library with a copy of the same work
|
||||
based on the Library, uncombined with any other library
|
||||
facilities. This must be distributed under the terms of the
|
||||
Sections above.
|
||||
|
||||
b) Give prominent notice with the combined library of the fact
|
||||
that part of it is a work based on the Library, and explaining
|
||||
where to find the accompanying uncombined form of the same work.
|
||||
|
||||
8. You may not copy, modify, sublicense, link with, or distribute
|
||||
the Library except as expressly provided under this License. Any
|
||||
attempt otherwise to copy, modify, sublicense, link with, or
|
||||
distribute the Library is void, and will automatically terminate your
|
||||
rights under this License. However, parties who have received copies,
|
||||
or rights, from you under this License will not have their licenses
|
||||
terminated so long as such parties remain in full compliance.
|
||||
|
||||
9. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Library or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Library (or any work based on the
|
||||
Library), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Library or works based on it.
|
||||
|
||||
10. Each time you redistribute the Library (or any work based on the
|
||||
Library), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute, link with or modify the Library
|
||||
subject to these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties with
|
||||
this License.
|
||||
|
||||
11. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Library at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Library by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Library.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under any
|
||||
particular circumstance, the balance of the section is intended to apply,
|
||||
and the section as a whole is intended to apply in other circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
12. If the distribution and/or use of the Library is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Library under this License may add
|
||||
an explicit geographical distribution limitation excluding those countries,
|
||||
so that distribution is permitted only in or among countries not thus
|
||||
excluded. In such case, this License incorporates the limitation as if
|
||||
written in the body of this License.
|
||||
|
||||
13. The Free Software Foundation may publish revised and/or new
|
||||
versions of the Lesser General Public License from time to time.
|
||||
Such new versions will be similar in spirit to the present version,
|
||||
but may differ in detail to address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Library
|
||||
specifies a version number of this License which applies to it and
|
||||
"any later version", you have the option of following the terms and
|
||||
conditions either of that version or of any later version published by
|
||||
the Free Software Foundation. If the Library does not specify a
|
||||
license version number, you may choose any version ever published by
|
||||
the Free Software Foundation.
|
||||
|
||||
14. If you wish to incorporate parts of the Library into other free
|
||||
programs whose distribution conditions are incompatible with these,
|
||||
write to the author to ask for permission. For software which is
|
||||
copyrighted by the Free Software Foundation, write to the Free
|
||||
Software Foundation; we sometimes make exceptions for this. Our
|
||||
decision will be guided by the two goals of preserving the free status
|
||||
of all derivatives of our free software and of promoting the sharing
|
||||
and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
|
||||
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
|
||||
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
|
||||
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
|
||||
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
|
||||
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
|
||||
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
||||
|
||||
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
||||
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
|
||||
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
|
||||
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
||||
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
|
||||
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
|
||||
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
|
||||
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
|
||||
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Libraries
|
||||
|
||||
If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of the
|
||||
ordinary General Public License).
|
||||
|
||||
To apply these terms, attach the following notices to the library. It is
|
||||
safest to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least the
|
||||
"copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the library's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the library, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the
|
||||
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
|
||||
That's all there is to it!
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
SUBDIRS = sources gtkglarea examples
|
||||
|
||||
pkgconfigdir = $(prefix)/lib/pkgconfig
|
||||
pkgconfig_DATA = gtkgl-sharp-2.0.pc
|
||||
|
||||
EXTRA_DIST = gtkgl-sharp-2.0.pc COPYING gtkgl-sharp.pub gtkgl-sharp.snk
|
||||
|
||||
DISTCLEANFILES = gtkgl-sharp-2.0.pc
|
|
@ -0,0 +1,4 @@
|
|||
This wrapper is based on gtkglarea 1.99.0. You can get the source from
|
||||
|
||||
ftp://ftp.gnome.org/pub/GNOME/sources/gtkglarea/1.99/gtkglarea-1.99.0.tar.bz2
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
|
||||
echo "Running glib-gettextize ..."
|
||||
glib-gettextize --force --copy ||
|
||||
{ echo "**Error**: glib-gettextize failed."; exit 1; }
|
||||
|
||||
echo "Running intltoolize ..."
|
||||
intltoolize --force --copy --automake ||
|
||||
{ echo "**Error**: intltoolize failed."; exit 1; }
|
||||
|
||||
echo "Running aclocal $ACLOCAL_FLAGS ..."
|
||||
aclocal $ACLOCAL_GLAGS || {
|
||||
echo
|
||||
echo "**Error**: aclocal failed. This may mean that you have not"
|
||||
echo "installed all of the packages you need, or you may need to"
|
||||
echo "set ACLOCAL_FLAGS to include \"-I \$prefix/share/aclocal\""
|
||||
echo "for the prefix where you installed the packages whose"
|
||||
echo "macros were not found"
|
||||
exit 1
|
||||
}
|
||||
|
||||
# checking for automake 1.9+
|
||||
am_version=`automake --version | cut -f 4 -d ' ' | head -n 1`
|
||||
if [ `expr match "$am_version" '1\.9'` -ne 3 ]; then
|
||||
echo "**Error**: automake 1.9+ required.";
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
echo "Running automake --gnu $am_opt ..."
|
||||
automake --add-missing --gnu $am_opt ||
|
||||
{ echo "**Error**: automake failed."; exit 1; }
|
||||
|
||||
echo "running autoconf ..."
|
||||
WANT_AUTOCONF=2.5 autoconf || {
|
||||
echo "**Error**: autoconf failed."; exit 1; }
|
||||
|
||||
conf_flags="--enable-maintainer-mode --enable-compile-warnings"
|
||||
|
||||
if test x$NOCONFIGURE = x; then
|
||||
echo Running $srcdir/configure $conf_flags "$@" ...
|
||||
./configure $conf_flags "$@" \
|
||||
&& echo Now type \`make\' to compile $PKG_NAME || exit 1
|
||||
else
|
||||
echo Skipping configure process.
|
||||
fi
|
|
@ -0,0 +1,142 @@
|
|||
AC_INIT(README)
|
||||
AC_CANONICAL_SYSTEM
|
||||
AM_INIT_AUTOMAKE(gtkgl-sharp-2.0, 0.1)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
API_VERSION=2.0.0.0
|
||||
AC_SUBST(API_VERSION)
|
||||
|
||||
MONO_REQUIRED_VERSION=1.0
|
||||
|
||||
AC_MSG_CHECKING([whether we're compiling from CVS])
|
||||
if test -f "$srcdir/.cvs_version" ; then
|
||||
from_cvs=yes
|
||||
else
|
||||
if test -f "$srcdir/.svn" ; then
|
||||
from_cvs=yes
|
||||
else
|
||||
from_cvs=no
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_MSG_RESULT($from_cvs)
|
||||
|
||||
AC_PATH_PROG(MONO, mono)
|
||||
AC_PATH_PROG(MCS, mcs)
|
||||
if test "x$MONO" = "x" ; then
|
||||
AC_MSG_ERROR([Can't find "mono" in your PATH])
|
||||
fi
|
||||
if test "x$MCS" = "x" ; then
|
||||
AC_MSG_ERROR([Can't find "mcs" in your PATH])
|
||||
fi
|
||||
AC_SUBST(PATH)
|
||||
AC_SUBST(LD_LIBRARY_PATH)
|
||||
|
||||
dnl Find pkg-config
|
||||
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
|
||||
if test "x$PKG_CONFIG" = "xno"; then
|
||||
AC_MSG_ERROR([You need to install pkg-config])
|
||||
fi
|
||||
|
||||
dnl Find GTK
|
||||
BUILD_GTK_CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0`
|
||||
BUILD_GTK_LIBS=`$PKG_CONFIG --libs gtk+-2.0`
|
||||
AC_SUBST(BUILD_GTK_CFLAGS)
|
||||
AC_SUBST(BUILD_GTK_LIBS)
|
||||
GTK_REQUIRED_VERSION=2.0.0
|
||||
MONO_REQUIRED_VERSION=0.95
|
||||
|
||||
PKG_CHECK_MODULES(BASE_DEPENDENCIES, gtk+-2.0 >= $GTK_REQUIRED_VERSION gmodule-2.0 >= $GTK_REQUIRED_VERSION)
|
||||
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
|
||||
|
||||
if test "x$has_mono" = "xtrue"; then
|
||||
AC_PATH_PROG(RUNTIME, mono, no)
|
||||
AC_PATH_PROG(CSC, mcs, no)
|
||||
if test `uname -s` = "Darwin"; then
|
||||
LIB_PREFIX=
|
||||
LIB_SUFFIX=.dylib
|
||||
else
|
||||
LIB_PREFIX=.so
|
||||
LIB_SUFFIX=
|
||||
fi
|
||||
else
|
||||
AC_PATH_PROG(CSC, csc.exe, no)
|
||||
if test x$CSC = "xno"; then
|
||||
AC_MSG_ERROR([You need to install either mono or .Net])
|
||||
else
|
||||
RUNTIME=
|
||||
LIB_PREFIX=
|
||||
LIB_SUFFIX=.dylib
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_SUBST(LIB_PREFIX)
|
||||
AC_SUBST(LIB_SUFFIX)
|
||||
|
||||
|
||||
AC_SUBST(BASE_DEPENDENCIES_CFLAGS)
|
||||
AC_SUBST(BASE_DEPENDENCIES_LIBS)
|
||||
|
||||
dnl Find Gtk#
|
||||
PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 >= 1.9.0)
|
||||
AC_SUBST(GTK_SHARP_CFLAGS)
|
||||
AC_SUBST(GTK_SHARP_LIBS)
|
||||
|
||||
dnl Find Gtk#
|
||||
PKG_CHECK_MODULES(GAPI, gapi-2.0 >= 1.9.0)
|
||||
|
||||
dnl Find monodoc
|
||||
MONODOC_REQUIRED_VERSION=1.0
|
||||
AC_SUBST(MONODOC_REQUIRED_VERSION)
|
||||
PKG_CHECK_MODULES(MONODOC_DEPENDENCY, monodoc >= $MONODOC_REQUIRED_VERSION, enable_monodoc=yes, enable_monodoc=no)
|
||||
|
||||
if test "x$enable_monodoc" = "xyes"; then
|
||||
AC_PATH_PROG(MONODOC, monodoc, no)
|
||||
if test x$MONODOC = xno; then
|
||||
enable_monodoc=no
|
||||
fi
|
||||
else
|
||||
MONODOC=
|
||||
fi
|
||||
|
||||
AC_SUBST(MONODOC)
|
||||
AM_CONDITIONAL(ENABLE_MONODOC, test "x$enable_monodoc" = "xyes")
|
||||
|
||||
|
||||
AC_PATH_PROG(GACUTIL, gacutil, no)
|
||||
if test "x$GACUTIL" = "xno" ; then
|
||||
AC_MSG_ERROR([No gacutil tool found])
|
||||
fi
|
||||
|
||||
GACUTIL_FLAGS='/package gtkgl-sharp-2.0 /gacdir $(DESTDIR)$(prefix)/lib'
|
||||
AC_SUBST(GACUTIL_FLAGS)
|
||||
|
||||
winbuild=no
|
||||
case "$host" in
|
||||
*-*-mingw*|*-*-cygwin*)
|
||||
winbuild=yes
|
||||
;;
|
||||
esac
|
||||
AM_CONDITIONAL(WINBUILD, test x$winbuild = xyes)
|
||||
|
||||
AC_SUBST(GACUTIL)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
gtkglarea/gtkgl-sharp.dll.config
|
||||
gtkglarea/Makefile
|
||||
gtkglarea/AssemblyInfo.cs
|
||||
examples/Makefile
|
||||
sources/Makefile
|
||||
gtkgl-sharp-2.0.pc
|
||||
])
|
||||
|
||||
echo "---"
|
||||
echo "Configuration summary"
|
||||
echo ""
|
||||
echo " * Installation prefix: $prefix"
|
||||
echo " * compiler: $CSC"
|
||||
echo " * Documentation: $enable_monodoc ($MONODOC)"
|
||||
echo ""
|
||||
echo "---"
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<Namespace Name="GtkGlArea">
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Namespace>
|
|
@ -0,0 +1,81 @@
|
|||
<Type Name="GdkGLContext" FullName="GtkGlArea.GdkGLContext">
|
||||
<TypeSignature Language="C#" Value="public class GdkGLContext : GLib.Opaque" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtkgl-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.Opaque</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Members>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public GdkGLContext (IntPtr raw);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Parameters>
|
||||
<Parameter Name="raw" Type="System.IntPtr" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="raw">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public GdkGLContext (Gdk.Visual visual);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Parameters>
|
||||
<Parameter Name="visual" Type="Gdk.Visual" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="visual">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ShareNew">
|
||||
<MemberSignature Language="C#" Value="public static GtkGlArea.GdkGLContext ShareNew (Gdk.Visual visual, GtkGlArea.GdkGLContext sharelist, int direct);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea.GdkGLContext</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="visual" Type="Gdk.Visual" />
|
||||
<Parameter Name="sharelist" Type="GtkGlArea.GdkGLContext" />
|
||||
<Parameter Name="direct" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="visual">To be added.</param>
|
||||
<param name="sharelist">To be added.</param>
|
||||
<param name="direct">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AttrlistShareNew">
|
||||
<MemberSignature Language="C#" Value="public static GtkGlArea.GdkGLContext AttrlistShareNew (out int attrlist, GtkGlArea.GdkGLContext sharelist, int direct);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea.GdkGLContext</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="attrlist" Type="System.Int32&" RefType="out" />
|
||||
<Parameter Name="sharelist" Type="GtkGlArea.GdkGLContext" />
|
||||
<Parameter Name="direct" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="attrlist">To be added.</param>
|
||||
<param name="sharelist">To be added.</param>
|
||||
<param name="direct">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
|
@ -0,0 +1,59 @@
|
|||
<Type Name="GdkGLPixmap" FullName="GtkGlArea.GdkGLPixmap">
|
||||
<TypeSignature Language="C#" Value="public class GdkGLPixmap : GLib.Opaque" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtkgl-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>GLib.Opaque</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Members>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public GdkGLPixmap (IntPtr raw);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Parameters>
|
||||
<Parameter Name="raw" Type="System.IntPtr" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="raw">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public GdkGLPixmap (Gdk.Visual visual, Gdk.Pixmap pixmap);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Parameters>
|
||||
<Parameter Name="visual" Type="Gdk.Visual" />
|
||||
<Parameter Name="pixmap" Type="Gdk.Pixmap" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="visual">To be added.</param>
|
||||
<param name="pixmap">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="MakeCurrent">
|
||||
<MemberSignature Language="C#" Value="public int MakeCurrent (GtkGlArea.GdkGLContext context);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int32</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="context" Type="GtkGlArea.GdkGLContext" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="context">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
|
@ -0,0 +1,167 @@
|
|||
<Type Name="GtkGLArea" FullName="GtkGlArea.GtkGLArea">
|
||||
<TypeSignature Language="C#" Value="public class GtkGLArea : Gtk.DrawingArea" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtkgl-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>Gtk.DrawingArea</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Members>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="protected GtkGLArea (GLib.GType gtype);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Attributes>
|
||||
<Attribute>
|
||||
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
<Parameters>
|
||||
<Parameter Name="gtype" Type="GLib.GType" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="gtype">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public GtkGLArea (IntPtr raw);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Parameters>
|
||||
<Parameter Name="raw" Type="System.IntPtr" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="raw">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public GtkGLArea (int[] attrList);" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Parameters>
|
||||
<Parameter Name="attrList" Type="System.Int32[]" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="attrList">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="ShareNew">
|
||||
<MemberSignature Language="C#" Value="public static Gtk.Widget ShareNew (out int attrList, GtkGlArea.GtkGLArea share);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.Widget</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="attrList" Type="System.Int32&" RefType="out" />
|
||||
<Parameter Name="share" Type="GtkGlArea.GtkGLArea" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="attrList">To be added.</param>
|
||||
<param name="share">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="MakeCurrent">
|
||||
<MemberSignature Language="C#" Value="public int MakeCurrent ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int32</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SwapBuffers">
|
||||
<MemberSignature Language="C#" Value="public void SwapBuffers ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Size">
|
||||
<MemberSignature Language="C#" Value="public void Size (int width, int height);" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters>
|
||||
<Parameter Name="width" Type="System.Int32" />
|
||||
<Parameter Name="height" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<param name="width">To be added.</param>
|
||||
<param name="height">To be added.</param>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Begingl">
|
||||
<MemberSignature Language="C#" Value="public int Begingl ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Int32</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<returns>To be added.</returns>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Swapbuffers">
|
||||
<MemberSignature Language="C#" Value="public void Swapbuffers ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Endgl">
|
||||
<MemberSignature Language="C#" Value="public void Endgl ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GType">
|
||||
<MemberSignature Language="C#" Value="public static GLib.GType GType { get; };" />
|
||||
<MemberType>Property</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GLib.GType</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<value>To be added.</value>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
|
@ -0,0 +1,266 @@
|
|||
<Type Name="_GDK_GL_CONFIGS" FullName="GtkGlArea._GDK_GL_CONFIGS">
|
||||
<TypeSignature Language="C#" Value="public enum _GDK_GL_CONFIGS" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtkgl-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Enum</BaseTypeName>
|
||||
</Base>
|
||||
<Members>
|
||||
<Member MemberName="Stereo">
|
||||
<MemberSignature Language="C#" Value="Stereo" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="StencilSize">
|
||||
<MemberSignature Language="C#" Value="StencilSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AccumAlphaSize">
|
||||
<MemberSignature Language="C#" Value="AccumAlphaSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TransparentRedValueExt">
|
||||
<MemberSignature Language="C#" Value="TransparentRedValueExt" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="DepthSize">
|
||||
<MemberSignature Language="C#" Value="DepthSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AccumRedSize">
|
||||
<MemberSignature Language="C#" Value="AccumRedSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Rgba">
|
||||
<MemberSignature Language="C#" Value="Rgba" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Doublebuffer">
|
||||
<MemberSignature Language="C#" Value="Doublebuffer" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="None">
|
||||
<MemberSignature Language="C#" Value="None" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="BlueSize">
|
||||
<MemberSignature Language="C#" Value="BlueSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TransparentIndexValueExt">
|
||||
<MemberSignature Language="C#" Value="TransparentIndexValueExt" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AccumGreenSize">
|
||||
<MemberSignature Language="C#" Value="AccumGreenSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="XVisualTypeExt">
|
||||
<MemberSignature Language="C#" Value="XVisualTypeExt" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AccumBlueSize">
|
||||
<MemberSignature Language="C#" Value="AccumBlueSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="BufferSize">
|
||||
<MemberSignature Language="C#" Value="BufferSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TransparentGreenValueExt">
|
||||
<MemberSignature Language="C#" Value="TransparentGreenValueExt" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="UseGl">
|
||||
<MemberSignature Language="C#" Value="UseGl" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TransparentAlphaValueExt">
|
||||
<MemberSignature Language="C#" Value="TransparentAlphaValueExt" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AuxBuffers">
|
||||
<MemberSignature Language="C#" Value="AuxBuffers" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Level">
|
||||
<MemberSignature Language="C#" Value="Level" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TransparentBlueValueExt">
|
||||
<MemberSignature Language="C#" Value="TransparentBlueValueExt" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="RedSize">
|
||||
<MemberSignature Language="C#" Value="RedSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="AlphaSize">
|
||||
<MemberSignature Language="C#" Value="AlphaSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="TransparentTypeExt">
|
||||
<MemberSignature Language="C#" Value="TransparentTypeExt" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GreenSize">
|
||||
<MemberSignature Language="C#" Value="GreenSize" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>GtkGlArea._GDK_GL_CONFIGS</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
|
@ -0,0 +1,6 @@
|
|||
<Namespace Name="GtkSharp.GtkglSharp">
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Namespace>
|
|
@ -0,0 +1,38 @@
|
|||
<Type Name="ObjectManager" FullName="GtkSharp.GtkglSharp.ObjectManager">
|
||||
<TypeSignature Language="C#" Value="public class ObjectManager" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtkgl-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Object</BaseTypeName>
|
||||
</Base>
|
||||
<Interfaces />
|
||||
<Members>
|
||||
<Member MemberName=".ctor">
|
||||
<MemberSignature Language="C#" Value="public ObjectManager ();" />
|
||||
<MemberType>Constructor</MemberType>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Initialize">
|
||||
<MemberSignature Language="C#" Value="public static void Initialize ();" />
|
||||
<MemberType>Method</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<remarks>To be added.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
|
@ -0,0 +1,19 @@
|
|||
<Overview>
|
||||
<Assemblies>
|
||||
<Assembly Name="gtkgl-sharp" Version="2.0.0.0" />
|
||||
</Assemblies>
|
||||
<Remarks>To be added.</Remarks>
|
||||
<Copyright>To be added.</Copyright>
|
||||
<Types>
|
||||
<Namespace Name="GtkGlArea">
|
||||
<Type Name="GdkGLContext" />
|
||||
<Type Name="GdkGLPixmap" />
|
||||
<Type Name="GtkGLArea" />
|
||||
<Type Name="_GDK_GL_CONFIGS" />
|
||||
</Namespace>
|
||||
<Namespace Name="GtkSharp.GtkglSharp">
|
||||
<Type Name="ObjectManager" />
|
||||
</Namespace>
|
||||
</Types>
|
||||
<Title>gtkgl-sharp</Title>
|
||||
</Overview>
|
|
@ -0,0 +1,32 @@
|
|||
<Project name="teapot" fileversion="2.0" language="C#" ctype="DotNetProject">
|
||||
<Configurations active="Debug">
|
||||
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
|
||||
<Output directory="./bin/Debug" assembly="GtkGlAreaSharpExamples" />
|
||||
<Build debugmode="True" target="Exe" />
|
||||
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
|
||||
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
|
||||
</Configuration>
|
||||
<Configuration name="Release" ctype="DotNetProjectConfiguration">
|
||||
<Output directory="./bin/Release" assembly="GtkGlAreaSharpExamples" />
|
||||
<Build debugmode="False" target="Exe" />
|
||||
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
|
||||
<CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<DeploymentInformation strategy="File">
|
||||
<excludeFiles />
|
||||
</DeploymentInformation>
|
||||
<Contents>
|
||||
<File name="./shapes.cs" subtype="Code" buildaction="Compile" />
|
||||
<File name="./Trackball.cs" subtype="Code" buildaction="Compile" />
|
||||
<File name="./Teapot.cs" subtype="Code" buildaction="Compile" />
|
||||
</Contents>
|
||||
<References>
|
||||
<ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.6.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
|
||||
<ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.6.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
|
||||
<ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.6.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
|
||||
<ProjectReference type="Assembly" localcopy="True" refto="./Tao.OpenGl.dll" />
|
||||
<ProjectReference type="Assembly" localcopy="True" refto="./Tao.OpenGl.Glu.dll" />
|
||||
<ProjectReference type="Assembly" localcopy="True" refto="./GtkGLArea.dll" />
|
||||
</References>
|
||||
</Project>
|
|
@ -0,0 +1,16 @@
|
|||
<Combine name="GtkGlAreaSharpExamples" fileversion="2.0">
|
||||
<Configurations active="Debug">
|
||||
<Configuration name="Debug" ctype="CombineConfiguration">
|
||||
<Entry configuration="Debug" build="True" name="teapot" />
|
||||
</Configuration>
|
||||
<Configuration name="Release" ctype="CombineConfiguration">
|
||||
<Entry configuration="Release" build="True" name="teapot" />
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<StartMode startupentry="teapot" single="True">
|
||||
<Execute type="None" entry="teapot" />
|
||||
</StartMode>
|
||||
<Entries>
|
||||
<Entry filename="./GtkGlAreaSharpExamples.mdp" />
|
||||
</Entries>
|
||||
</Combine>
|
|
@ -0,0 +1,14 @@
|
|||
EXTRA_DIST = shapes.cs Teapot.cs Trackball.cs
|
||||
CLEANFILES = shapes.exe
|
||||
|
||||
all: shapes.exe
|
||||
|
||||
shapes.exe: $(srcdir)/shapes.cs $(srcdir)/Teapot.cs $(srcdir)/Trackball.cs
|
||||
$(MCS) \
|
||||
-lib:@top_builddir@/gtkglarea \
|
||||
-r:gtkgl-sharp.dll \
|
||||
-r:Tao.OpenGl.dll \
|
||||
-r:Tao.OpenGl.Glu.dll \
|
||||
-lib:$(GTKSHARP_PREFIX)/lib \
|
||||
-pkg:gtk-sharp-2.0 \
|
||||
-out:shapes.exe $(srcdir)/shapes.cs $(srcdir)/Teapot.cs $(srcdir)/Trackball.cs
|
Двоичный файл не отображается.
|
@ -0,0 +1,4 @@
|
|||
<configuration>
|
||||
<dllmap dll="opengl32.dll" target="libGL.so.1" />
|
||||
<dllmap dll="glu32.dll" target="libGLU.so.1" />
|
||||
</configuration>
|
Двоичный файл не отображается.
|
@ -0,0 +1,4 @@
|
|||
<configuration>
|
||||
<dllmap dll="opengl32.dll" target="libGL.so.1" />
|
||||
<dllmap dll="glu32.dll" target="libGLU.so.1" />
|
||||
</configuration>
|
Двоичный файл не отображается.
|
@ -0,0 +1,4 @@
|
|||
<configuration>
|
||||
<dllmap dll="opengl32.dll" target="libGL.so.1" />
|
||||
<dllmap dll="glu32.dll" target="libGLU.so.1" />
|
||||
</configuration>
|
|
@ -0,0 +1,183 @@
|
|||
// created on 11/25/2005 at 11:13 AM
|
||||
using Tao.OpenGl;
|
||||
using gl=Tao.OpenGl.Gl;
|
||||
using System;
|
||||
|
||||
namespace Teapot {
|
||||
class Teapot {
|
||||
/*
|
||||
* Teapot
|
||||
*/
|
||||
|
||||
/* Rim, body, lid, and bottom data must be reflected in x and
|
||||
y; handle and spout data across the y axis only. */
|
||||
|
||||
static int[,] patchdata =
|
||||
{
|
||||
/* rim */
|
||||
{102, 103, 104, 105, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15},
|
||||
/* body */
|
||||
{12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27},
|
||||
{24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40},
|
||||
/* lid */
|
||||
{96, 96, 96, 96, 97, 98, 99, 100, 101, 101, 101, 101, 0, 1, 2, 3,},
|
||||
{0, 1, 2, 3, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117},
|
||||
/* bottom */
|
||||
{118, 118, 118, 118, 124, 122, 119, 121, 123, 126, 125, 120, 40, 39, 38, 37},
|
||||
/* handle */
|
||||
{41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56},
|
||||
{53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 28, 65, 66, 67},
|
||||
/* spout */
|
||||
{68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83},
|
||||
{80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95}
|
||||
};
|
||||
/* *INDENT-OFF* */
|
||||
|
||||
static double[,] cpdata =
|
||||
{
|
||||
{0.2, 0, 2.7}, {0.2, -0.112, 2.7}, {0.112, -0.2, 2.7},
|
||||
{0,-0.2, 2.7}, {1.3375, 0, 2.53125}, {1.3375, -0.749, 2.53125},
|
||||
{0.749, -1.3375, 2.53125}, {0, -1.3375, 2.53125}, {1.4375,0, 2.53125},
|
||||
{1.4375, -0.805, 2.53125}, {0.805, -1.4375,2.53125}, {0, -1.4375, 2.53125},
|
||||
{1.5, 0, 2.4}, {1.5, -0.84, 2.4}, {0.84, -1.5, 2.4},
|
||||
{0, -1.5, 2.4}, {1.75, 0, 1.875},
|
||||
{1.75, -0.98, 1.875}, {0.98, -1.75, 1.875}, {0, -1.75, 1.875},
|
||||
{2, 0, 1.35}, {2, -1.12, 1.35}, {1.12, -2, 1.35},
|
||||
{0, -2, 1.35}, {2, 0, 0.9}, {2, -1.12, 0.9},
|
||||
{1.12, -2, 0.9}, {0, -2, 0.9}, {-2, 0, 0.9},
|
||||
{2, 0, 0.45}, {2, -1.12, 0.45}, {1.12, -2, 0.45},
|
||||
{0, -2, 0.45}, {1.5, 0, 0.225},
|
||||
{1.5, -0.84, 0.225}, {0.84, -1.5, 0.225}, {0, -1.5, 0.225},
|
||||
{1.5, 0, 0.15}, {1.5, -0.84, 0.15}, {0.84, -1.5, 0.15},
|
||||
{0, -1.5, 0.15}, {-1.6, 0, 2.025}, {-1.6, -0.3, 2.025},
|
||||
{-1.5, -0.3, 2.25}, {-1.5, 0, 2.25}, {-2.3, 0, 2.025},
|
||||
{-2.3, -0.3, 2.025}, {-2.5, -0.3, 2.25}, {-2.5, 0, 2.25},
|
||||
{-2.7, 0, 2.025}, {-2.7, -0.3, 2.025}, {-3, -0.3, 2.25},
|
||||
{-3, 0, 2.25}, {-2.7, 0, 1.8}, {-2.7, -0.3, 1.8},
|
||||
{-3, -0.3, 1.8}, {-3, 0, 1.8}, {-2.7, 0, 1.575},
|
||||
{-2.7, -0.3, 1.575}, {-3, -0.3, 1.35}, {-3, 0, 1.35},
|
||||
{-2.5, 0, 1.125}, {-2.5, -0.3, 1.125}, {-2.65, -0.3, 0.9375},
|
||||
{-2.65, 0, 0.9375}, {-2, -0.3, 0.9}, {-1.9, -0.3, 0.6},
|
||||
{-1.9, 0, 0.6}, {1.7, 0, 1.425}, {1.7, -0.66, 1.425},
|
||||
{1.7, -0.66, 0.6}, {1.7, 0, 0.6}, {2.6, 0, 1.425},
|
||||
{2.6, -0.66, 1.425}, {3.1, -0.66, 0.825}, {3.1, 0, 0.825},
|
||||
{2.3, 0, 2.1}, {2.3, -0.25, 2.1},
|
||||
{2.4, -0.25, 2.025}, {2.4, 0, 2.025}, {2.7, 0, 2.4},
|
||||
{2.7, -0.25, 2.4}, {3.3, -0.25, 2.4}, {3.3, 0, 2.4},
|
||||
{2.8, 0, 2.475}, {2.8, -0.25, 2.475}, {3.525, -0.25, 2.49375},
|
||||
{3.525, 0, 2.49375}, {2.9, 0, 2.475}, {2.9, -0.15, 2.475},
|
||||
{3.45, -0.15, 2.5125}, {3.45, 0, 2.5125}, {2.8, 0, 2.4},
|
||||
{2.8, -0.15, 2.4}, {3.2, -0.15, 2.4}, {3.2, 0, 2.4},
|
||||
{0, 0, 3.15}, {0.8, 0, 3.15}, {0.8, -0.45, 3.15},
|
||||
{0.45, -0.8, 3.15}, {0, -0.8, 3.15}, {0, 0, 2.85},
|
||||
{1.4, 0, 2.4}, {1.4, -0.784, 2.4}, {0.784, -1.4, 2.4},
|
||||
{0, -1.4, 2.4}, {0.4, 0, 2.55}, {0.4, -0.224, 2.55},
|
||||
{0.224, -0.4, 2.55}, {0, -0.4, 2.55}, {1.3, 0, 2.55}, {1.3, -0.728, 2.55}, {0.728, -1.3, 2.55}, {0, -1.3, 2.55}, {1.3, 0, 2.4}, {1.3, -0.728, 2.4},
|
||||
{0.728, -1.3, 2.4}, {0, -1.3, 2.4}, {0, 0, 0}, {1.425, -0.798, 0}, {1.5, 0, 0.075}, {1.425, 0, 0}, {0.798, -1.425, 0}, {0, -1.5, 0.075}, {0, -1.425, 0}, {1.5, -0.84, 0.075},
|
||||
{0.84, -1.5, 0.075}
|
||||
};
|
||||
|
||||
static float[,,] tex =
|
||||
{
|
||||
{ {0, 0},
|
||||
{1, 0}},
|
||||
{ {0, 1},
|
||||
{1, 1}}
|
||||
};
|
||||
|
||||
/* *INDENT-ON* */
|
||||
|
||||
static float[][]
|
||||
cachedP = new float[10][],
|
||||
cachedQ = new float[10][],
|
||||
cachedR = new float[10][],
|
||||
cachedS = new float[10][];
|
||||
|
||||
static void
|
||||
TeaPot(int grid, double scale, int type)
|
||||
{
|
||||
|
||||
gl.glPushAttrib(gl.GL_ENABLE_BIT | gl.GL_EVAL_BIT);
|
||||
gl.glEnable(gl.GL_AUTO_NORMAL);
|
||||
gl.glEnable(gl.GL_NORMALIZE);
|
||||
gl.glEnable(gl.GL_MAP2_VERTEX_3);
|
||||
gl.glEnable(gl.GL_MAP2_TEXTURE_COORD_2);
|
||||
gl.glPushMatrix();
|
||||
gl.glRotatef(270.0f, 1.0f, 0.0f, 0.0f);
|
||||
gl.glScalef((float)(0.5 * scale), (float)(0.5 * scale), (float)(0.5 * scale));
|
||||
gl.glTranslatef(0.0f, 0.0f, -1.5f);
|
||||
|
||||
float[,,]
|
||||
p = new float[4,4,3],
|
||||
q = new float[4,4,3],
|
||||
r = new float[4,4,3],
|
||||
s = new float[4,4,3];
|
||||
int i, j, k, l;
|
||||
|
||||
for (i = 0; i < 10; i++) {
|
||||
|
||||
if(cachedP[i] == null){
|
||||
for (j = 0; j < 4; j++) {
|
||||
for (k = 0; k < 4; k++) {
|
||||
for (l = 0; l < 3; l++) {
|
||||
p[j,k,l] = (float)cpdata[patchdata[i,j * 4 + k],l];
|
||||
q[j,k,l] = (float)cpdata[patchdata[i,j * 4 + (3 - k)],l];
|
||||
if (l == 1)
|
||||
q[j,k,l] *= -1.0f;
|
||||
if (i < 6) {
|
||||
r[j,k,l] = (float)cpdata[patchdata[i,j * 4 + (3 - k)],l];
|
||||
if (l == 0)
|
||||
r[j,k,l] *= -1.0f;
|
||||
s[j,k,l] = (float)cpdata[patchdata[i,j * 4 + k],l];
|
||||
if (l == 0)
|
||||
s[j,k,l] *= -1.0f;
|
||||
if (l == 1)
|
||||
s[j,k,l] *= -1.0f;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cachedP[i] = new float[4*4*3];
|
||||
cachedQ[i] = new float[4*4*3];
|
||||
cachedR[i] = new float[4*4*3];
|
||||
cachedS[i] = new float[4*4*3];
|
||||
|
||||
int pos;
|
||||
pos = 0;
|
||||
for(int I = 0; I < 4; I++)
|
||||
for(int J = 0; J < 4; J++)
|
||||
for(int K = 0; K < 3; K++,pos++){
|
||||
cachedP[i][pos] = p[I,J,K];
|
||||
cachedQ[i][pos] = q[I,J,K];
|
||||
cachedR[i][pos] = r[I,J,K];
|
||||
cachedS[i][pos] = s[I,J,K];
|
||||
}
|
||||
}
|
||||
|
||||
gl.glMap2f(gl.GL_MAP2_TEXTURE_COORD_2, 0, 1, 2, 2, 0, 1, 4, 2, ref tex[0,0,0]);
|
||||
gl.glMap2f(gl.GL_MAP2_VERTEX_3, 0, 1, 3, 4, 0, 1, 12, 4, cachedP[i]);
|
||||
gl.glMapGrid2f(grid, 0.0f, 1.0f, grid, 0.0f, 1.0f);
|
||||
gl.glEvalMesh2(type, 0, grid, 0, grid);
|
||||
gl.glMap2f(gl.GL_MAP2_VERTEX_3, 0, 1, 3, 4, 0, 1, 12, 4, cachedQ[i]);
|
||||
gl.glEvalMesh2(type, 0, grid, 0, grid);
|
||||
if (i < 6) {
|
||||
gl.glMap2f(gl.GL_MAP2_VERTEX_3, 0, 1, 3, 4, 0, 1, 12, 4, cachedR[i]);
|
||||
gl.glEvalMesh2(type, 0, grid, 0, grid);
|
||||
gl.glMap2f(gl.GL_MAP2_VERTEX_3, 0, 1, 3, 4, 0, 1, 12, 4, cachedS[i]);
|
||||
gl.glEvalMesh2(type, 0, grid, 0, grid);
|
||||
}
|
||||
}
|
||||
gl.glPopMatrix();
|
||||
gl.glPopAttrib();
|
||||
}
|
||||
|
||||
public static void DrawTeapot(bool solid, double scale)
|
||||
{
|
||||
if (solid)
|
||||
TeaPot (7, scale, gl.GL_FILL);
|
||||
else
|
||||
TeaPot (10, scale, gl.GL_LINE);
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,320 @@
|
|||
/*
|
||||
* (c) Copyright 1993, 1994, Silicon Graphics, Inc.
|
||||
* Port to C# (c) Copyright 2005 C.J. Collier <cjcollier@colliertech.org>
|
||||
* ALL RIGHTS RESERVED
|
||||
* Permission to use, copy, modify, and distribute this software for
|
||||
* any purpose and without fee is hereby granted, provided that the above
|
||||
* copyright notice appear in all copies and that both the copyright notice
|
||||
* and this permission notice appear in supporting documentation, and that
|
||||
* the name of Silicon Graphics, Inc. not be used in advertising
|
||||
* or publicity pertaining to distribution of the software without specific,
|
||||
* written prior permission.
|
||||
*/
|
||||
|
||||
/*
|
||||
Those parts not created by Silicon Graphics, Inc. are
|
||||
Copyright (C) 2005 C.J. Collier <cjcollier@colliertech.org>
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public License
|
||||
as published by the Free Software Foundation.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
See the GNU Lesser General Public License for more details.
|
||||
http://www.gnu.org/licenses/lgpl.html
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public License
|
||||
along with this program; if not, write to:
|
||||
|
||||
Free Software Foundation, Inc.
|
||||
59 Temple Place - Suite 330
|
||||
Boston, MA 02111-1307, USA
|
||||
|
||||
*/
|
||||
|
||||
|
||||
using System;
|
||||
|
||||
public class Trackball {
|
||||
/*
|
||||
* This size should really be based on the distance from the center of
|
||||
* rotation to the point on the object underneath the mouse. That
|
||||
* point would then track the mouse as closely as possible. This is a
|
||||
* simple example, though, so that is left as an Exercise for the
|
||||
* Programmer.
|
||||
*/
|
||||
const float TRACKBALLSIZE = 0.8f;
|
||||
|
||||
/*
|
||||
* Pass the x and y coordinates of the last and current positions of
|
||||
* the mouse, scaled so they are from (-1.0 ... 1.0).
|
||||
*
|
||||
* The resulting rotation is returned as a quaternion rotation in the
|
||||
* first paramater.
|
||||
*/
|
||||
public void trackball(ref float[] q, float p1x, float p1y, float p2x, float p2y)
|
||||
{
|
||||
float[] a = new float[3]; /* Axis of rotation */
|
||||
float phi; /* how much to rotate about axis */
|
||||
float[] p1 = new float[3], p2 = new float[3], d = new float[3];
|
||||
float t;
|
||||
|
||||
if (p1x == p2x && p1y == p2y) {
|
||||
/* Zero rotation */
|
||||
vzero(ref q);
|
||||
q[3] = 1.0f;
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
* First, figure out z-coordinates for projection of P1 and P2 to
|
||||
* deformed sphere
|
||||
*/
|
||||
vset(ref p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y));
|
||||
vset(ref p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y));
|
||||
|
||||
/*
|
||||
* Now, we want the cross product of P1 and P2
|
||||
*/
|
||||
vcross(p2,p1, ref a);
|
||||
|
||||
/*
|
||||
* Figure out how much to rotate around that axis.
|
||||
*/
|
||||
vsub(p1,p2, ref d);
|
||||
t = vlength(d) / (2.0f*TRACKBALLSIZE);
|
||||
|
||||
/*
|
||||
* Avoid problems with out-of-control values...
|
||||
*/
|
||||
if (t > 1.0f) t = 1.0f;
|
||||
if (t < -1.0f) t = -1.0f;
|
||||
phi = 2.0f * (float)System.Math.Asin(t);
|
||||
|
||||
axis_to_quat(a,phi, ref q);
|
||||
}
|
||||
|
||||
/*
|
||||
* Given two rotations, q1 and q2, expressed as quaternion rotations,
|
||||
* figure out the equivalent single rotation and stuff it into dest.
|
||||
* Adding quaternions to get a compound rotation is analagous to adding
|
||||
* translations to get a compound translation. When incrementally
|
||||
* adding rotations, the first argument here should be the new
|
||||
* rotation, the second and third the total rotation (which will be
|
||||
* over-written with the resulting new total rotation).
|
||||
*
|
||||
* This routine also normalizes the result every RENORMCOUNT times it is
|
||||
* called, to keep error from creeping in.
|
||||
*
|
||||
* NOTE: This routine is written so that q1 or q2 may be the same
|
||||
* as dest (or each other).
|
||||
*/
|
||||
|
||||
const int RENORMCOUNT = 97;
|
||||
static int count=0;
|
||||
public void add_quats(float[] q1, float[] q2, ref float[] dest)
|
||||
{
|
||||
float[] t1 = new float[4], t2 = new float[4], t3 = new float[4];
|
||||
float[] tf = new float[4];
|
||||
|
||||
vcopy(q1,ref t1);
|
||||
vscale(ref t1,q2[3]);
|
||||
|
||||
vcopy(q2,ref t2);
|
||||
vscale(ref t2,q1[3]);
|
||||
|
||||
vcross(q2,q1,ref t3);
|
||||
vadd(t1,t2,ref tf);
|
||||
vadd(t3,tf,ref tf);
|
||||
tf[3] = q1[3] * q2[3] - vdot(q1,q2);
|
||||
|
||||
dest[0] = tf[0];
|
||||
dest[1] = tf[1];
|
||||
dest[2] = tf[2];
|
||||
dest[3] = tf[3];
|
||||
|
||||
if (++count > RENORMCOUNT) {
|
||||
count = 0;
|
||||
normalize_quat(ref dest);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* A useful function, builds a rotation matrix in Matrix based on
|
||||
* given quaternion.
|
||||
*/
|
||||
public void build_rotmatrix(ref float[] m, float[] q)
|
||||
{
|
||||
m[4 * 0 + 0] = 1.0f - 2.0f * (q[1] * q[1] + q[2] * q[2]);
|
||||
m[4 * 0 + 1] = 2.0f * (q[0] * q[1] - q[2] * q[3]);
|
||||
m[4 * 0 + 2] = 2.0f * (q[2] * q[0] + q[1] * q[3]);
|
||||
m[4 * 0 + 3] = 0.0f;
|
||||
|
||||
m[4 * 1 + 0] = 2.0f * (q[0] * q[1] + q[2] * q[3]);
|
||||
m[4 * 1 + 1]= 1.0f - 2.0f * (q[2] * q[2] + q[0] * q[0]);
|
||||
m[4 * 1 + 2] = 2.0f * (q[1] * q[2] - q[0] * q[3]);
|
||||
m[4 * 1 + 3] = 0.0f;
|
||||
|
||||
m[4 * 2 + 0] = 2.0f * (q[2] * q[0] - q[1] * q[3]);
|
||||
m[4 * 2 + 1] = 2.0f * (q[1] * q[2] + q[0] * q[3]);
|
||||
m[4 * 2 + 2] = 1.0f - 2.0f * (q[1] * q[1] + q[0] * q[0]);
|
||||
m[4 * 2 + 3] = 0.0f;
|
||||
|
||||
m[4 * 3 + 0] = 0.0f;
|
||||
m[4 * 3 + 1] = 0.0f;
|
||||
m[4 * 3 + 2] = 0.0f;
|
||||
m[4 * 3 + 3] = 1.0f;
|
||||
}
|
||||
|
||||
/*
|
||||
* This function computes a quaternion based on an axis (defined by
|
||||
* the given vector) and an angle about which to rotate. The angle is
|
||||
* expressed in radians. The result is put into the third argument.
|
||||
*/
|
||||
public void axis_to_quat(float[] a, float phi, ref float[] q)
|
||||
{
|
||||
vnormal(ref a);
|
||||
vcopy(a,ref q);
|
||||
vscale(ref q,(float)Math.Sin(phi/2.0f));
|
||||
q[3] = (float)Math.Cos(phi/2.0f);
|
||||
}
|
||||
|
||||
/*
|
||||
* Project an x,y pair onto a sphere of radius r OR a hyperbolic sheet
|
||||
* if we are away from the center of the sphere.
|
||||
*/
|
||||
private static float tb_project_to_sphere(float r, float x, float y)
|
||||
{
|
||||
float d, t, z;
|
||||
|
||||
d = (float)Math.Sqrt(x*x + y*y);
|
||||
if (d < r * 0.70710678118654752440) { /* Inside sphere */
|
||||
z = (float)Math.Sqrt(r*r - d*d);
|
||||
} else { /* On hyperbola */
|
||||
t = r / 1.41421356237309504880f;
|
||||
z = t*t / d;
|
||||
}
|
||||
return z;
|
||||
}
|
||||
|
||||
/*
|
||||
* Quaternions always obey: a^2 + b^2 + c^2 + d^2 = 1.0
|
||||
* If they don't add up to 1.0, dividing by their magnitued will
|
||||
* renormalize them.
|
||||
*
|
||||
* Note: See the following for more information on quaternions:
|
||||
*
|
||||
* - Shoemake, K., Animating rotation with quaternion curves, Computer
|
||||
* Graphics 19, No 3 (Proc. SIGGRAPH'85), 245-254, 1985.
|
||||
* - Pletinckx, D., Quaternion calculus as a basic tool in computer
|
||||
* graphics, The Visual Computer 5, 2-13, 1989.
|
||||
*/
|
||||
private static void normalize_quat(ref float[] q)
|
||||
{
|
||||
int i;
|
||||
float mag;
|
||||
|
||||
mag = (q[0]*q[0] + q[1]*q[1] + q[2]*q[2] + q[3]*q[3]);
|
||||
for (i = 0; i < 4; i++) q[i] /= mag;
|
||||
}
|
||||
|
||||
/*
|
||||
* Zero a vector
|
||||
*/
|
||||
private void vzero(ref float[] v)
|
||||
{
|
||||
v[0] = 0.0f;
|
||||
v[1] = 0.0f;
|
||||
v[2] = 0.0f;
|
||||
}
|
||||
|
||||
/*
|
||||
* Set a vector's scalar values
|
||||
*/
|
||||
private void vset(ref float[] v, float x, float y, float z)
|
||||
{
|
||||
v[0] = x;
|
||||
v[1] = y;
|
||||
v[2] = z;
|
||||
}
|
||||
|
||||
/*
|
||||
* Subtract one vector from another
|
||||
*/
|
||||
private void vsub(float[] src1, float[] src2, ref float[] dst)
|
||||
{
|
||||
dst[0] = src1[0] - src2[0];
|
||||
dst[1] = src1[1] - src2[1];
|
||||
dst[2] = src1[2] - src2[2];
|
||||
}
|
||||
|
||||
/*
|
||||
* Copy a vector
|
||||
*/
|
||||
private void vcopy(float[] v1, ref float[] v2)
|
||||
{
|
||||
int i;
|
||||
for (i = 0 ; i < 3 ; i++)
|
||||
v2[i] = v1[i];
|
||||
}
|
||||
|
||||
/*
|
||||
* Cross-multiply two vectors
|
||||
*/
|
||||
private void vcross(float[] v1, float[] v2, ref float[] cross)
|
||||
{
|
||||
float[] temp = new float[3];
|
||||
|
||||
temp[0] = (v1[1] * v2[2]) - (v1[2] * v2[1]);
|
||||
temp[1] = (v1[2] * v2[0]) - (v1[0] * v2[2]);
|
||||
temp[2] = (v1[0] * v2[1]) - (v1[1] * v2[0]);
|
||||
vcopy(temp, ref cross);
|
||||
}
|
||||
|
||||
/*
|
||||
* Find the length of a vector
|
||||
*/
|
||||
private float vlength(float[] v)
|
||||
{
|
||||
return (float)Math.Sqrt(v[0] * v[0] + v[1] * v[1] + v[2] * v[2]);
|
||||
}
|
||||
|
||||
/*
|
||||
* Scale a vector
|
||||
*/
|
||||
private void vscale(ref float[] v, float div)
|
||||
{
|
||||
v[0] *= div;
|
||||
v[1] *= div;
|
||||
v[2] *= div;
|
||||
}
|
||||
|
||||
/*
|
||||
* Normalize a vector
|
||||
*/
|
||||
private void vnormal(ref float[] v)
|
||||
{
|
||||
vscale(ref v,1.0f/vlength(v));
|
||||
}
|
||||
|
||||
/*
|
||||
* Find dot product of a vector
|
||||
*/
|
||||
private float vdot(float[] v1, float[] v2)
|
||||
{
|
||||
return v1[0]*v2[0] + v1[1]*v2[1] + v1[2]*v2[2];
|
||||
}
|
||||
|
||||
/*
|
||||
* Add two vectors
|
||||
*/
|
||||
private void vadd(float[] src1, float[] src2, ref float[] dst)
|
||||
{
|
||||
dst[0] = src1[0] + src2[0];
|
||||
dst[1] = src1[1] + src2[1];
|
||||
dst[2] = src1[2] + src2[2];
|
||||
}
|
||||
}
|
|
@ -0,0 +1,261 @@
|
|||
using System;
|
||||
using Gtk;
|
||||
//using GtkGL;
|
||||
//using GdkGL;
|
||||
using GtkGlArea;
|
||||
|
||||
using Tao.OpenGl;
|
||||
using gl=Tao.OpenGl.Gl;
|
||||
using Gl=Tao.OpenGl.Gl;
|
||||
|
||||
public class foo
|
||||
{
|
||||
static GtkGLArea glarea;
|
||||
static double beginX = 0;
|
||||
static double beginY = 0;
|
||||
static bool button1Pressed = false;
|
||||
static float[] quat = new float[4];
|
||||
static Trackball tb = new Trackball();
|
||||
|
||||
static int[] attrlist = {
|
||||
(int)GtkGlArea._GDK_GL_CONFIGS.Rgba,
|
||||
(int)GtkGlArea._GDK_GL_CONFIGS.RedSize,1,
|
||||
(int)GtkGlArea._GDK_GL_CONFIGS.GreenSize,1,
|
||||
(int)GtkGlArea._GDK_GL_CONFIGS.BlueSize,1,
|
||||
(int)GtkGlArea._GDK_GL_CONFIGS.DepthSize,1,
|
||||
(int)GtkGlArea._GDK_GL_CONFIGS.Doublebuffer,
|
||||
(int)GtkGlArea._GDK_GL_CONFIGS.None,
|
||||
};
|
||||
|
||||
public static void Main ()
|
||||
{
|
||||
Gtk.Application.Init ();
|
||||
/*
|
||||
GtkGL.Application.Init ("shapes.exe");
|
||||
*/
|
||||
|
||||
// Initialize our quaternion. Without this, our object doesn't rotate.
|
||||
tb.trackball(ref quat, 0.0f, 0.0f, 0.0f, 0.0f);
|
||||
|
||||
/*
|
||||
GLConfig glconfig = new GLConfig (GLConfigMode.Rgb | GLConfigMode.Depth | GLConfigMode.Double);
|
||||
if (glconfig == null)
|
||||
Console.WriteLine ("glconfig is null");
|
||||
*/
|
||||
|
||||
glarea = new GtkGLArea (attrlist);
|
||||
glarea.SetSizeRequest (300, 300);
|
||||
//WidgetGL.SetGlCapability (glarea, glconfig, null, true, (int) GLRenderType.RgbaType);
|
||||
|
||||
glarea.Events |= Gdk.EventMask.Button1MotionMask | Gdk.EventMask.Button2MotionMask | Gdk.EventMask.ButtonPressMask | Gdk.EventMask.ButtonReleaseMask | Gdk.EventMask.VisibilityNotifyMask;
|
||||
|
||||
glarea.ExposeEvent += OnExposed;
|
||||
glarea.Realized += OnRealized;
|
||||
glarea.Unrealized += OnUnrealized;
|
||||
glarea.ConfigureEvent += OnConfigure;
|
||||
glarea.ButtonPressEvent += OnButtonPress;
|
||||
glarea.ButtonReleaseEvent += OnButtonRelease;
|
||||
glarea.MotionNotifyEvent += OnMotionNotify;
|
||||
|
||||
Button btn = new Button ("Exit");
|
||||
|
||||
btn.KeyPressEvent += OnKeyPress;
|
||||
|
||||
VBox vb = new VBox (false, 0);
|
||||
vb.PackStart (glarea, true, true, 0);
|
||||
vb.PackStart (btn, false, false, 0);
|
||||
|
||||
Window win = new Window ("GtkGLExt#");
|
||||
win.ReallocateRedraws = true;
|
||||
win.Add (vb);
|
||||
|
||||
win.ShowAll ();
|
||||
|
||||
Gtk.Application.Run ();
|
||||
}
|
||||
|
||||
static void OnKeyPress (object o, Gtk.KeyPressEventArgs e)
|
||||
{
|
||||
if(e.Event.Key == Gdk.Key.Return ){
|
||||
Application.Quit();
|
||||
}
|
||||
}
|
||||
|
||||
static void OnMotionNotify (object o, Gtk.MotionNotifyEventArgs e)
|
||||
{
|
||||
// We only want to spin the object if we're dragging on the glarea
|
||||
if(o != glarea)
|
||||
return;
|
||||
|
||||
int ix, iy;
|
||||
double x, y;
|
||||
Gdk.ModifierType m;
|
||||
|
||||
// Find the current mouse X and Y positions
|
||||
if (e.Event.IsHint) {
|
||||
e.Event.Window.GetPointer(out ix, out iy, out m);
|
||||
x = (double)ix;
|
||||
y = (double)iy;
|
||||
} else {
|
||||
x = e.Event.X;
|
||||
y = e.Event.Y;
|
||||
}
|
||||
|
||||
|
||||
if(button1Pressed == true){
|
||||
Console.WriteLine("Dragging...");
|
||||
|
||||
// Create a quaternion based on the mouse movement
|
||||
float[] spinQuat = new float[4];
|
||||
tb.trackball(ref spinQuat,
|
||||
(float) ((glarea.Allocation.Width - 2.0 * beginX) / glarea.Allocation.Width),
|
||||
(float) ((2.0 * beginY - glarea.Allocation.Height) / glarea.Allocation.Height),
|
||||
(float) ((glarea.Allocation.Width - 2.0 * x) / glarea.Allocation.Width),
|
||||
(float) ((2.0 * y - glarea.Allocation.Height) / glarea.Allocation.Height));
|
||||
|
||||
// Add created quaternion to the current quat to get the new spin
|
||||
tb.add_quats(spinQuat, quat, ref quat);
|
||||
|
||||
// Re-draw object with new spin
|
||||
glarea.QueueDraw();
|
||||
|
||||
}
|
||||
|
||||
// Reset the "old" X and Y positions
|
||||
beginX = x;
|
||||
beginY = y;
|
||||
}
|
||||
|
||||
|
||||
static void OnButtonPress (object o, Gtk.ButtonPressEventArgs e)
|
||||
{
|
||||
if(e.Event.Button == 1){
|
||||
button1Pressed = true;
|
||||
|
||||
/* potential beginning of drag, reset mouse position */
|
||||
beginX = e.Event.X;
|
||||
beginY = e.Event.Y;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
static void OnButtonRelease (object o, Gtk.ButtonReleaseEventArgs e)
|
||||
{
|
||||
if(e.Event.Button == 1){
|
||||
button1Pressed = false;
|
||||
}
|
||||
}
|
||||
|
||||
static void OnExposed (object o, EventArgs e)
|
||||
{
|
||||
Console.WriteLine ("expose");
|
||||
|
||||
// Find the rotation matrix based on our quaternion
|
||||
float[] rotMatrix = new float[16];
|
||||
tb.build_rotmatrix(ref rotMatrix, quat);
|
||||
|
||||
/*
|
||||
GLContext glc = WidgetGL.GetGlContext (glarea);
|
||||
GLDrawable gld = WidgetGL.GetGlWindow (glarea);
|
||||
|
||||
if (!gld.GlBegin (glc))
|
||||
return;
|
||||
|
||||
*/
|
||||
|
||||
if (glarea.MakeCurrent() == 0)
|
||||
return;
|
||||
|
||||
gl.glClear (gl.GL_COLOR_BUFFER_BIT | gl.GL_DEPTH_BUFFER_BIT);
|
||||
|
||||
gl.glLoadIdentity ();
|
||||
gl.glClearColor (0.0f, 0.0f, 0.0f, 0.0f);
|
||||
|
||||
// Rotate the matrix to the angle described by the quaternion
|
||||
gl.glMultMatrixf(rotMatrix);
|
||||
|
||||
gl.glCallList (shapeList);
|
||||
|
||||
glarea.SwapBuffers ();
|
||||
|
||||
//gld.GlEnd ();
|
||||
}
|
||||
|
||||
static int shapeList;
|
||||
|
||||
//[GLib.ConnectBefore]
|
||||
static void OnRealized (object o, EventArgs e)
|
||||
{
|
||||
/*
|
||||
GLContext glc = WidgetGL.GetGlContext (glarea);
|
||||
GLDrawable gld = WidgetGL.GetGlWindow (glarea);
|
||||
|
||||
if (!gld.GlBegin (glc))
|
||||
return;
|
||||
*/
|
||||
|
||||
if (glarea.MakeCurrent() == 0)
|
||||
return;
|
||||
|
||||
gl.glClearColor (0.0f, 0.0f, 0.0f, 0.0f);
|
||||
gl.glClearDepth (1.0f);
|
||||
|
||||
float[] materialSpecular = {1.0f, 1.0f, 1.0f, 0.15f};
|
||||
float[] materialShininess = {100.0f};
|
||||
float[] position = {1.5f, 1.5f, -3.5f, 0.5f};
|
||||
|
||||
Gl.glMaterialfv(Gl.GL_FRONT, Gl.GL_SPECULAR, materialSpecular);
|
||||
Gl.glMaterialfv(Gl.GL_FRONT, Gl.GL_SHININESS, materialShininess);
|
||||
Gl.glLightfv(Gl.GL_LIGHT0, Gl.GL_POSITION, position);
|
||||
|
||||
Gl.glFrontFace (Gl.GL_CW);
|
||||
|
||||
Gl.glEnable (Gl.GL_LIGHTING);
|
||||
Gl.glEnable (Gl.GL_LIGHT0);
|
||||
Gl.glEnable (Gl.GL_AUTO_NORMAL);
|
||||
Gl.glEnable (Gl.GL_NORMALIZE);
|
||||
Gl.glEnable (Gl.GL_DEPTH_TEST);
|
||||
Gl.glDepthFunc (Gl.GL_LESS);
|
||||
|
||||
shapeList = gl.glGenLists (1);
|
||||
|
||||
gl.glNewList (shapeList, gl.GL_COMPILE);
|
||||
Teapot.Teapot.DrawTeapot (true, 0.5f);
|
||||
gl.glEndList ();
|
||||
|
||||
// gld.GlEnd ();
|
||||
}
|
||||
|
||||
static void OnUnrealized (object o, EventArgs e)
|
||||
{
|
||||
Application.Quit();
|
||||
}
|
||||
|
||||
static void OnConfigure (object o, EventArgs e)
|
||||
{
|
||||
/*
|
||||
GLContext glc = WidgetGL.GetGlContext (glarea);
|
||||
GLDrawable gld = WidgetGL.GetGlWindow (glarea);
|
||||
|
||||
if (glc == null)
|
||||
Console.WriteLine ("glc is null");
|
||||
|
||||
if (gld == null)
|
||||
Console.WriteLine ("gld is null");
|
||||
|
||||
|
||||
if (!gld.GlBegin (glc))
|
||||
return;
|
||||
*/
|
||||
|
||||
if( glarea.MakeCurrent() == 0)
|
||||
return;
|
||||
|
||||
gl.glViewport (0, 0, glarea.Allocation.Width, glarea.Allocation.Height);
|
||||
|
||||
// gld.GlEnd ();
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
|
||||
Name: GtkGLArea#
|
||||
Description: GtkGLArea# - a GTK# OpenGL widget binding
|
||||
Version: @VERSION@
|
||||
Requires: gtk-sharp-2.0
|
||||
Libs: -r:${prefix}/lib/mono/gtkgl-sharp-2.0/gtkgl-sharp.dll
|
||||
|
Двоичный файл не отображается.
Двоичный файл не отображается.
|
@ -0,0 +1,6 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly:AssemblyVersion("@API_VERSION@")]
|
||||
[assembly:AssemblyDelaySign(false)]
|
||||
[assembly:AssemblyKeyFile("gtkgl-sharp.snk")]
|
|
@ -0,0 +1,52 @@
|
|||
MCS=mcs
|
||||
RAW_API=gtkglarea-api.raw
|
||||
API=gtkglarea-api.xml
|
||||
METADATA=gtkglarea.metadata
|
||||
|
||||
ASSEMBLY_NAME= gtkgl-sharp
|
||||
ASSEMBLY= $(ASSEMBLY_NAME).dll
|
||||
|
||||
if WINBUILD
|
||||
CODEGEN=gapi_codegen.exe
|
||||
FIXUP=gapi-fixup.exe
|
||||
else
|
||||
CODEGEN=gapi2-codegen
|
||||
FIXUP=gapi2-fixup
|
||||
endif
|
||||
|
||||
build_sources = AssemblyInfo.cs
|
||||
|
||||
customs = WebControl.custom
|
||||
|
||||
CLEANFILES = gecko-sharp.dll generated-stamp generated/*.cs $(API) gtkgl-sharp.snk
|
||||
|
||||
DISTCLEANFILES= AssemblyInfo.cs
|
||||
|
||||
noinst_DATA = gtkgl-sharp.dll
|
||||
|
||||
all: generated-stamp gtkgl-sharp.dll
|
||||
|
||||
$(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
|
||||
cp $(srcdir)/$(RAW_API) $(API)
|
||||
chmod u+w $(API)
|
||||
$(FIXUP) --api=$(srcdir)/$(API) --metadata=$(srcdir)/$(METADATA)
|
||||
|
||||
generated-stamp: $(API)
|
||||
$(CODEGEN) --generate $(srcdir)/$(API) $(GTK_SHARP_CFLAGS) --outdir=generated --customdir=$(srcdir) --assembly-name=gtkgl-sharp && touch generated-stamp
|
||||
|
||||
gtkgl-sharp.snk: $(top_srcdir)/gtkgl-sharp.snk
|
||||
cp $(top_srcdir)/gtkgl-sharp.snk .
|
||||
|
||||
gtkgl-sharp.dll: $(build_sources) generated-stamp gtkgl-sharp.snk
|
||||
$(MCS) -nowarn:169 -unsafe -target:library $(GTK_SHARP_LIBS) \
|
||||
$(build_sources) generated/*.cs -out:gtkgl-sharp.dll
|
||||
|
||||
install-data-local:
|
||||
echo "$(GACUTIL) /i $(ASSEMBLY) /f $(GACUTIL_FLAGS)"; \
|
||||
$(GACUTIL) /i $(ASSEMBLY) /f $(GACUTIL_FLAGS) || exit 1;
|
||||
|
||||
uninstall-local:
|
||||
echo "$(GACUTIL) /u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS)"; \
|
||||
$(GACUTIL) /u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;
|
||||
|
||||
EXTRA_DIST = $(RAW_API) $(sources) $(customs) $(METADATA) AssemblyInfo.cs.in gtkgl-sharp.dll.config.in $(API)
|
|
@ -0,0 +1,32 @@
|
|||
<configuration>
|
||||
<dllmap dll="libgtkgl-win32-2.0-0.dll" target="libgtkgl-2.0@LIB_PREFIX@.1@LIB_SUFFIX@" />
|
||||
|
||||
<dllmap dll="libGLU-0.dll" target="libGLU.so.0"/>
|
||||
<dllmap dll="libGL-0.dll" target="libGL.so.0"/>
|
||||
<dllmap dll="libXmu-0.dll" target="libXmu.so.0"/>
|
||||
<dllmap dll="libXt-0.dll" target="libXt.so.0"/>
|
||||
<dllmap dll="libSM-0.dll" target="libSM.so.0"/>
|
||||
<dllmap dll="libICE-0.dll" target="libICE.so.0"/>
|
||||
<dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
|
||||
<dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0.so.0"/>
|
||||
<dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so.0"/>
|
||||
<dllmap dll="libgdk_pixbuf-2.0-0.dll" target="libgdk_pixbuf-2.0.so.0"/>
|
||||
<dllmap dll="libm-0.dll" target="libm.so.0"/>
|
||||
<dllmap dll="libpangocairo-1.0-0.dll" target="libpangocairo-1.0.so.0"/>
|
||||
<dllmap dll="libfontconfig-0.dll" target="libfontconfig.so.0"/>
|
||||
<dllmap dll="libXinerama-0.dll" target="libXinerama.so.0"/>
|
||||
<dllmap dll="libXi-0.dll" target="libXi.so.0"/>
|
||||
<dllmap dll="libXrandr-0.dll" target="libXrandr.so.0"/>
|
||||
<dllmap dll="libXext-0.dll" target="libXext.so.0"/>
|
||||
<dllmap dll="libXcursor-0.dll" target="libXcursor.so.0"/>
|
||||
<dllmap dll="libXfixes-0.dll" target="libXfixes.so.0"/>
|
||||
<dllmap dll="libpango-1.0-0.dll" target="libpango-1.0.so.0"/>
|
||||
<dllmap dll="libcairo-0.dll" target="libcairo.so.0"/>
|
||||
<dllmap dll="libXrender-0.dll" target="libXrender.so.0"/>
|
||||
<dllmap dll="libX11-0.dll" target="libX11.so.0"/>
|
||||
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
|
||||
<dllmap dll="libgmodule-2.0-0.dll" target="libgmodule-2.0.so.0"/>
|
||||
<dllmap dll="libdl-0.dll" target="libdl.so.0"/>
|
||||
<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
|
||||
|
||||
</configuration>
|
|
@ -0,0 +1,133 @@
|
|||
<?xml version="1.0"?>
|
||||
<api>
|
||||
<!--
|
||||
|
||||
This file was automatically generated.
|
||||
Please DO NOT MODIFY THIS FILE, modify .metadata files instead.
|
||||
|
||||
-->
|
||||
<namespace name="GtkGlArea" library="libgtkgl-win32-2.0-0.dll">
|
||||
<enum name="_GDK_GL_CONFIGS" cname="_GDK_GL_CONFIGS" type="enum">
|
||||
<member cname="GDK_GL_NONE" name="None" />
|
||||
<member cname="GDK_GL_USE_GL" name="UseGl" value="1" />
|
||||
<member cname="GDK_GL_BUFFER_SIZE" name="BufferSize" value="2" />
|
||||
<member cname="GDK_GL_LEVEL" name="Level" value="3" />
|
||||
<member cname="GDK_GL_RGBA" name="Rgba" value="4" />
|
||||
<member cname="GDK_GL_DOUBLEBUFFER" name="Doublebuffer" value="5" />
|
||||
<member cname="GDK_GL_STEREO" name="Stereo" value="6" />
|
||||
<member cname="GDK_GL_AUX_BUFFERS" name="AuxBuffers" value="7" />
|
||||
<member cname="GDK_GL_RED_SIZE" name="RedSize" value="8" />
|
||||
<member cname="GDK_GL_GREEN_SIZE" name="GreenSize" value="9" />
|
||||
<member cname="GDK_GL_BLUE_SIZE" name="BlueSize" value="10" />
|
||||
<member cname="GDK_GL_ALPHA_SIZE" name="AlphaSize" value="11" />
|
||||
<member cname="GDK_GL_DEPTH_SIZE" name="DepthSize" value="12" />
|
||||
<member cname="GDK_GL_STENCIL_SIZE" name="StencilSize" value="13" />
|
||||
<member cname="GDK_GL_ACCUM_RED_SIZE" name="AccumRedSize" value="14" />
|
||||
<member cname="GDK_GL_ACCUM_GREEN_SIZE" name="AccumGreenSize" value="15" />
|
||||
<member cname="GDK_GL_ACCUM_BLUE_SIZE" name="AccumBlueSize" value="16" />
|
||||
<member cname="GDK_GL_ACCUM_ALPHA_SIZE" name="AccumAlphaSize" value="17" />
|
||||
<member cname="GDK_GL_X_VISUAL_TYPE_EXT" name="XVisualTypeExt" value="0x22" />
|
||||
<member cname="GDK_GL_TRANSPARENT_TYPE_EXT" name="TransparentTypeExt" value="0x23" />
|
||||
<member cname="GDK_GL_TRANSPARENT_INDEX_VALUE_EXT" name="TransparentIndexValueExt" value="0x24" />
|
||||
<member cname="GDK_GL_TRANSPARENT_RED_VALUE_EXT" name="TransparentRedValueExt" value="0x25" />
|
||||
<member cname="GDK_GL_TRANSPARENT_GREEN_VALUE_EXT" name="TransparentGreenValueExt" value="0x26" />
|
||||
<member cname="GDK_GL_TRANSPARENT_BLUE_VALUE_EXT" name="TransparentBlueValueExt" value="0x27" />
|
||||
<member cname="GDK_GL_TRANSPARENT_ALPHA_VALUE_EXT" name="TransparentAlphaValueExt" value="0x28" />
|
||||
</enum>
|
||||
<object name="GtkGLArea" cname="GtkGLArea" parent="GtkDrawingArea">
|
||||
<field name="Glcontext" cname="glcontext" type="GdkGLContext*" />
|
||||
<method name="Begingl" cname="gtk_gl_area_begingl">
|
||||
<return-type type="gint" />
|
||||
</method>
|
||||
<method name="Endgl" cname="gtk_gl_area_endgl">
|
||||
<return-type type="void" />
|
||||
</method>
|
||||
<method name="GetType" cname="gtk_gl_area_get_type" shared="true">
|
||||
<return-type type="GtkType" />
|
||||
</method>
|
||||
<method name="MakeCurrent" cname="gtk_gl_area_make_current">
|
||||
<return-type type="gint" />
|
||||
</method>
|
||||
<constructor cname="gtk_gl_area_new">
|
||||
<parameters>
|
||||
<parameter type="int*" name="attrList" />
|
||||
</parameters>
|
||||
</constructor>
|
||||
<constructor cname="gtk_gl_area_new_vargs">
|
||||
<parameters>
|
||||
<parameter type="GtkGLArea*" name="share" />
|
||||
<parameter ellipsis="true" />
|
||||
</parameters>
|
||||
</constructor>
|
||||
<method name="ShareNew" cname="gtk_gl_area_share_new" shared="true">
|
||||
<return-type type="GtkWidget*" />
|
||||
<parameters>
|
||||
<parameter type="int*" name="attrList" />
|
||||
<parameter type="GtkGLArea*" name="share" />
|
||||
</parameters>
|
||||
</method>
|
||||
<method name="Size" cname="gtk_gl_area_size">
|
||||
<return-type type="void" />
|
||||
<parameters>
|
||||
<parameter type="gint" name="width" />
|
||||
<parameter type="gint" name="height" />
|
||||
</parameters>
|
||||
</method>
|
||||
<method name="SwapBuffers" cname="gtk_gl_area_swap_buffers">
|
||||
<return-type type="void" />
|
||||
</method>
|
||||
<method name="Swapbuffers" cname="gtk_gl_area_swapbuffers">
|
||||
<return-type type="void" />
|
||||
</method>
|
||||
</object>
|
||||
<struct name="GdkGLContext" cname="GdkGLContext" opaque="true">
|
||||
<method name="AttrlistShareNew" cname="gdk_gl_context_attrlist_share_new" shared="true">
|
||||
<return-type type="GdkGLContext*" />
|
||||
<parameters>
|
||||
<parameter type="int*" name="attrlist" />
|
||||
<parameter type="GdkGLContext*" name="sharelist" />
|
||||
<parameter type="gint" name="direct" />
|
||||
</parameters>
|
||||
</method>
|
||||
<constructor cname="gdk_gl_context_new">
|
||||
<parameters>
|
||||
<parameter type="GdkVisual*" name="visual" />
|
||||
</parameters>
|
||||
</constructor>
|
||||
<method name="Ref" cname="gdk_gl_context_ref">
|
||||
<return-type type="GdkGLContext*" />
|
||||
</method>
|
||||
<method name="ShareNew" cname="gdk_gl_context_share_new" shared="true">
|
||||
<return-type type="GdkGLContext*" />
|
||||
<parameters>
|
||||
<parameter type="GdkVisual*" name="visual" />
|
||||
<parameter type="GdkGLContext*" name="sharelist" />
|
||||
<parameter type="gint" name="direct" />
|
||||
</parameters>
|
||||
</method>
|
||||
<method name="Unref" cname="gdk_gl_context_unref">
|
||||
<return-type type="void" />
|
||||
</method>
|
||||
</struct>
|
||||
<struct name="GdkGLPixmap" cname="GdkGLPixmap" opaque="true">
|
||||
<method name="MakeCurrent" cname="gdk_gl_pixmap_make_current">
|
||||
<return-type type="gint" />
|
||||
<parameters>
|
||||
<parameter type="GdkGLContext*" name="context" />
|
||||
</parameters>
|
||||
</method>
|
||||
<constructor cname="gdk_gl_pixmap_new">
|
||||
<parameters>
|
||||
<parameter type="GdkVisual*" name="visual" />
|
||||
<parameter type="GdkPixmap*" name="pixmap" />
|
||||
</parameters>
|
||||
</constructor>
|
||||
<method name="Ref" cname="gdk_gl_pixmap_ref">
|
||||
<return-type type="GdkGLPixmap*" />
|
||||
</method>
|
||||
<method name="Unref" cname="gdk_gl_pixmap_unref">
|
||||
<return-type type="void" />
|
||||
</method>
|
||||
</struct>
|
||||
</namespace>
|
||||
</api>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<metadata>
|
||||
<attr path="/api/namespace/object[@cname='GtkGLArea']/constructor[@cname='gtk_gl_area_new']/parameters/parameter[@name='attrList']" name="array">1</attr>
|
||||
</metadata>
|
|
@ -0,0 +1,8 @@
|
|||
gtkglarea-1.99.0/README:
|
||||
wget ftp://ftp.gnome.org/pub/GNOME/sources/gtkglarea/1.99/gtkglarea-1.99.0.tar.bz2 --output-document=- | tar -xj
|
||||
|
||||
api: gtkglarea-1.99.0/README
|
||||
PERLLIB=$(GTKSHARP_PREFIX)/share/perl5 \
|
||||
PATH=$(GTKSHARP_PREFIX)/bin:$$PATH \
|
||||
gapi2-parser gtkglarea-sharp.sources.xml
|
||||
|
|
@ -0,0 +1,96 @@
|
|||
The contents of this directory are (basically) the first step
|
||||
in creating .NET bindings, to libraries based on GObject.
|
||||
|
||||
QUICK INSTRUCTIONS
|
||||
------------------
|
||||
|
||||
Edit the .metadata file(s), then do a:
|
||||
|
||||
make get-source-code
|
||||
make api
|
||||
|
||||
You only have to do a "make get-source-code" once! After
|
||||
you have run "make get-source-code" once, do the following...
|
||||
|
||||
|
||||
Edit the .metadata file(s), then do a:
|
||||
|
||||
make api
|
||||
|
||||
|
||||
Note, these instructions only generate XML files in the "api"
|
||||
directory. To turn those XML files (in the "api" directory)
|
||||
into C# code; and then turn that C# code into a .DLL, you'll
|
||||
need to perform extra steps, which are NOT described in this
|
||||
document.
|
||||
|
||||
(If you are going to create a new .NET binding, then you will need
|
||||
to do more than just this.)
|
||||
|
||||
|
||||
WHO USES THE SOURCES DIRECTORY
|
||||
------------------------------
|
||||
|
||||
This directory is essentially the "starting point" in the creation
|
||||
of a .NET binding. Most people can safely ignore it. (If all
|
||||
you want to do is build GtkGlArea#, then you can ignore what's in this
|
||||
directory.)
|
||||
|
||||
This directory is not part of the normal "build process" for GtkGlArea#.
|
||||
But is instead used by people wishing to update an existing .NET
|
||||
binding; or to create a new .NET binding (for a GObject based library).
|
||||
|
||||
The result of running "make api" on this directory (once everything
|
||||
is set up) are the XML files that you find in the "api" directory.
|
||||
(Those XML files, that you find in the "api" directory, are then used
|
||||
to generate the C# code. And then that C# code is used to create
|
||||
the various .DLL files.)
|
||||
|
||||
|
||||
WHAT'S REQUIRED
|
||||
---------------
|
||||
|
||||
Before you can do anything here, you need to get the source
|
||||
code to the various libraries (which you are generating .NET
|
||||
bindings for). And then do a little configuring.
|
||||
|
||||
(There are two ways to get this source code. As you will see in the
|
||||
next section.)
|
||||
|
||||
|
||||
SETTING THINGS UP
|
||||
-----------------
|
||||
|
||||
To set things up, you need to get the source code to the libraries listed
|
||||
above. There are two (alternate) methods of doing this.
|
||||
|
||||
Method 1)
|
||||
Download it. Unpack the source code (if necessary). Then do the
|
||||
extra cofiguration stuff listed above.
|
||||
|
||||
Method 2)
|
||||
Run:
|
||||
make get-source-code
|
||||
|
||||
|
||||
(Method 2 is probably the easiest way to do it for most people. It
|
||||
automatically goes and downloads everything you need. And configures
|
||||
everything for you.)
|
||||
|
||||
|
||||
EDITING .METADATA FILES
|
||||
-----------------------
|
||||
|
||||
Part of updating a .NET binding involves editing a .metadata file.
|
||||
(Assuming you already have the required source code, to the
|
||||
libraries...) once you update a binding, you then run:
|
||||
|
||||
make api
|
||||
|
||||
...to create the new updated XML file(s) that will be placed in the "api"
|
||||
directory.
|
||||
|
||||
Refer to the GAPI documents on the mono-project.com web page for
|
||||
more information:
|
||||
|
||||
http://www.mono-project.com/GAPI
|
|
@ -0,0 +1,11 @@
|
|||
<gapi-parser-input>
|
||||
|
||||
<api filename="../gtkglarea/gtkglarea-api.raw">
|
||||
<library name="libgtkgl-win32-2.0-0.dll">
|
||||
<namespace name="GtkGlArea">
|
||||
<dir>gtkglarea-1.99.0/gtkgl</dir>
|
||||
</namespace>
|
||||
</library>
|
||||
</api>
|
||||
|
||||
</gapi-parser-input>
|
Загрузка…
Ссылка в новой задаче