18-07-16 Filed in:
Tech LibraryThese bindings are thick and I've committed the testcases I was using to serve as examples. They cover the most of the functionality of libsodium, but some are missing the thick counterparts (e.g. most of the detached versions have no thick counterpart as I stuck with the recommended "combined" variants).
https://github.com/jrmarino/libsodium-adaFrom John R. Marino
Read More…11-07-16 Filed in:
Compiler | ToolsThis is GCC 6.1.0 built for Mac OS X El Capitan (10.11.4, Darwin 15.4.0), with the Command Line Tools for Xcode 7.
Compilers included: Ada, C, C++, Objective C, Objective C++, Fortran.
gcc-6.1.0-x86_64-apple-darwin15-2016-bin.tar.bz2
at
https://sourceforge.net/projects/gnuada/files/GNAT_GCC%20Mac%20OS%20X/6.1.0/native-2016/From Simon Wright
Read More…Tags: OSX
09-07-16 Filed in:
LibraryGLOBE_3D is a GL Object Based 3D engine realized with the Ada programming language.
Latest additions:
- Use of Generic Image Decoder (GID) in GL.IO; now most image formats are supported for textures and other bitmaps to be used with GLOBE_3D (or any GL app)
- New Wavefront format (.obj / .mtl) importer
- Doom 3 / Quake 4 map importer more complete
- Unified GNAT project file (.gpr), allowing to selected the target Operating System (Windows, Linux, Mac) and compilation mode (fast, debug, small) for demos, tools, etc.
- Project file for ObjectAda 9.1+ updated
http://globe3d.sf.net From:
gauthier
Read More…Tags: 3D