-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
42 lines (42 loc) · 1.77 KB
/
codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-5020-7331",
"@type": "Person",
"email": "andrea.settimi@epfl.ch",
"name": "Andrea Settimi",
"affiliation": "IBOIS EPFL"
},
{
"@id": "0000-0001-8422-5263",
"@type": "Person",
"email": "hong-bin.yang@epfl.ch",
"name": "Hong-Bin Yang",
"affiliation": "IBOIS EPFL"
},
{
"@type": "Person",
"email": "naravich.chutisilp@epfl.ch",
"name": "Naravich Chutsilp",
"affiliation": "IBOIS EPFL"
},
{
"@type": "Person",
"email": "nicolas,richard@epfl.ch",
"name": "Nicolas Richard",
"affiliation": "EPFL"
}
],
"identifier": "https://zenodo.org/records/14191429",
"codeRepository": "https://github.com/ibois-epfl/augmented-carpentry",
"datePublished": "2024-12-19",
"dateModified": "2024-12-19",
"dateCreated": "2024-12-19",
"description": "AugmentedCarpentryEngine (ACEngine) is a lightweight and fast-developing UNIX C++ engine for prototyping AR applications leveraging bleeding-edge robotic vision research for digital fabrication. Here an example of its adoption for Augmented Carpentry: a AR-based assistant for digital wood-working with manual tools. It features a modular layer-stack flow, a geometry framework for managing 3D objects, a computed feedback system for visual guidance, and an AR rendering system for synthesizing digital instructions into a simple monocular camera feed.",
"keywords": "augmented reality, engine, digital fabrication, c++, opengl, geometry framework, computer vision, robotic vision",
"license": "GPL v3.0",
"title": "Augmented Carpentry Engine (ACEngine)",
"version": "v1.0.0"
}