Skip to content

Commit 41bb25b

Browse files
committed
removed examples. added subroutine to load texture from file.
1 parent 86fb329 commit 41bb25b

File tree

343 files changed

+43
-21052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+43
-21052
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There is an installer available for Windows + GNAT Community in the
5656
In order to build OpenGLAda, you need to have:
5757

5858
* A GNAT compiler¹. Compilers known to work well with OpenGLAda are
59-
[GnuAda][12], [GNAT Community 2018][1], and [TDM-GCC][17]. More information
59+
[GnuAda][12], [GNAT Community 2020][1], and [TDM-GCC][17]. More information
6060
is available on the [GCC website][5].
6161
* [GPRBuild][2] (is bundled with AdaCore's GNAT distribution). TDM-GCC users
6262
can get it from [here][16] (**NOTE: The gprbuild bundled in this zip is
@@ -158,11 +158,7 @@ by adding the parameter `-XGLFW_Version=2`.
158158

159159
## Examples
160160

161-
OpenGLAda comes bundled with a lot of examples. They have mostly been translated
162-
from C examples from OpenGL textbooks. They are located inside the `examples`
163-
folder. Each example has a separate `.gpr` file with which it can be built.
164-
165-
Contributions of examples are always welcome.
161+
Examples are available in [this repository][11].
166162

167163
## Developer Documentation
168164

@@ -202,6 +198,7 @@ logo that is used in the images tests is distributed under the terms of the
202198
[8]: http://creativecommons.org/licenses/by-nd/3.0/deed.en_GB
203199
[9]: http://www.ada2012.org/#the_logo
204200
[10]: https://gen-img-dec.sourceforge.io/
201+
[11]: https://github.com/flyx/OpenGLAda-examples
205202
[12]: https://sourceforge.net/projects/gnuada/files/
206203
[13]: http://flyx.github.io/OpenGLAda/setup.html
207204
[16]: http://getadanow.com/#get_windows

examples/all_examples.gpr

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/common/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/common/common.gpr

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/common/src/controls.adb

Lines changed: 0 additions & 97 deletions
This file was deleted.

examples/common/src/controls.ads

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/common/src/initialize.adb

Lines changed: 0 additions & 62 deletions
This file was deleted.

examples/common/src/initialize.ads

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)