Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JulianSchutsch/AdaOGL
Ada OpenGL Framework
https://github.com/JulianSchutsch/AdaOGL
Last synced: about 2 months ago
JSON representation
Ada OpenGL Framework
- Host: GitHub
- URL: https://github.com/JulianSchutsch/AdaOGL
- Owner: JulianSchutsch
- Created: 2013-04-03T20:45:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T15:13:30.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T20:32:42.992Z (5 months ago)
- Language: Ada
- Size: 629 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-ada - ada-ogl - Ada OpenGL Framework. (Frameworks / 3D)
README
Ada OpenGL Framework
Provides a few basic GUI components and an easy way to create an OpenGL window.
Please look at the examples in /examples.Requirements on Debian:
Required : libx11-dev (xlib.h)
libgl1-mesa-dev (GL.so)
gnat-4.6 or higher
gprbuildCompilation:
Run the make file in the root folder. It will select a default configuration,
which you can change by running buildcfg\configprog.
This may be a dependency on freetype or mpich2.Examples:
All examples require the compilation step described above.
Each example has a .gpr file. Run:
gprbuild example.gpr