Skip to content

Commit

Permalink
Create globe_3d-2023.11.12.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zertovitch authored Nov 12, 2023
1 parent 543c19c commit 8a72e9e
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions index/gl/globe_3d/globe_3d-2023.11.12.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
description = "GLOBE_3D: GL Object Based Engine for 3D"
name = "globe_3d"
version = "2023.11.12"

licenses = "MIT"
tags = [ "gl", "opengl" ]
website = "https://globe3d.sourceforge.io/"

authors = ["Gautier de Montmollin"]
maintainers = ["[email protected]"]
maintainers-logins = ["zertovitch"]

long-description = """
GLOBE_3D is a free, open-source, real-time 3D Engine written in Ada, based on OpenGL.
![GLOBE_3D Screenshot](https://a.fsdn.com/con/app/proj/globe3d/screenshots/pure_evil_mini.jpg "Screenshot GLOBE_3D")
* Real-time rendering
* Full eye movements and rotations ("6D")
* Displays combinations of colours, materials, textures
* Multitexturing
* Transparency
* Portal rendering
* Binary space partition (BSP)
* Collision detection
* Screenshots (.bmp) and video captures (.avi)
* Input-output of 3D objects
* Import from 3D Studio Max, id Software Radiant, VRML, Wavefront formats
* Tests, tools and demos included
"""

project-files = [ "globe_3d_demos_project_tree.gpr" ]

executables = [
"globe_3d_demo",
"mini_3d"
]

[gpr-externals]
G3D_Build_Mode = ["debug", "fast", "small"]

[gpr-set-externals]
GID_Build_Mode = "Debug"
Zip_Build_Mode = "Debug"

[gpr-set-externals.'case(os)']
linux = { G3D_OS = "linux" }
macos = { G3D_OS = "macosx" }
windows = { G3D_OS = "win64" }

[[depends-on]]
gid = ">=9.0.0"
[[depends-on]]
zipada = "^58.0.0"

[origin]
url = "https://sourceforge.net/projects/globe3d/files/globe_3d_release_2023-11-12.zip"
hashes = ["sha512:ac53fef112c847bd2da86146903569f6c6f9c5ddcdf7f1c05167aa8d8aa287b630197001fe58508fd9a7494e94f32e5e74d063cb99a834a0db1f9e9825a46a31"]

0 comments on commit 8a72e9e

Please sign in to comment.