Skip to content

Commit bada91a

Browse files
authored
funding metadata
1 parent cdd9232 commit bada91a

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://jmonkeyengine.org/funding.json

static/funding.json

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"version": "v1.0.0",
3+
"entity": {
4+
"type": "organisation",
5+
"role": "owner",
6+
"name": "jMonkeyEngine",
7+
"email": "[email protected]",
8+
"description": "jMonkeyEngine allows developers to create games and other 3D visualisation software for Windows, Linux, Mac, Android and the web. The engine includes a powerful scene graph api, custom shader support, physics, GUI, networking and more. jMonkeyEngine also hosts a large ecosystem of community supported libraries and extensions that further expand the capabilities of the engine.",
9+
"webpageUrl": {
10+
"url": "https://jmonkeyengine.org",
11+
"wellKnown": "https://jmonkeyengine.org/.well-known/funding-manifest-urls"
12+
}
13+
},
14+
"projects": [{
15+
"guid": "jme",
16+
"name": "jMonkeyEngine",
17+
"description": "jMonkeyEngine allows developers to create games and other 3D visualisation software for Windows, Linux, Mac, Android and the web. The engine includes a powerful scene graph api, custom shader support, physics, GUI, networking and more. jMonkeyEngine also hosts a large ecosystem of community supported libraries and extensions that further expand the capabilities of the engine.",
18+
"webpageUrl": {
19+
"url": "https://jmonkeyengine.org",
20+
"wellKnown": "https://jmonkeyengine.org/.well-known/funding-manifest-urls"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/jMonkeyEngine/jmonkeyengine",
24+
"wellKnown": "https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/.github/.well-known/funding-manifest-urls"
25+
},
26+
"licenses": [
27+
"spdx:BSD-3-Clause"
28+
],
29+
"tags": [
30+
"gaming",
31+
"development",
32+
"graphics",
33+
"developer-tools",
34+
"virtual-reality"
35+
]
36+
}],
37+
"funding": {
38+
"channels": [{
39+
"guid": "opencollective",
40+
"type": "payment-provider",
41+
"address": "https://opencollective.com/jmonkeyengine",
42+
"description": "The fiscal host for the organization"
43+
}],
44+
"plans": [{
45+
"guid": "jme4",
46+
"status": "active",
47+
"name": "Monthly funding plan",
48+
"description": "Fund the ongoing development, modernization, and evolution of jMonkeyEngine.",
49+
"amount": 15000,
50+
"currency": "USD",
51+
"frequency": "monthly",
52+
"channels": ["opencollective"]
53+
}],
54+
"history": [
55+
{
56+
"year": 2020,
57+
"income": 1866.99,
58+
"expenses": 0,
59+
"currency": "USD",
60+
"description": "Community donations for hosting and maintenance"
61+
},
62+
{
63+
"year": 2021,
64+
"income": 1062.17,
65+
"expenses": 10.25,
66+
"currency": "USD",
67+
"description": "Community donations for hosting and maintenance"
68+
},
69+
{
70+
"year": 2022,
71+
"income": 944.37,
72+
"expenses": 104.96,
73+
"currency": "USD",
74+
"description": "Community donations for hosting and maintenance"
75+
},
76+
{
77+
"year": 2023,
78+
"income": 881.34,
79+
"expenses": 103.98,
80+
"currency": "USD",
81+
"description": "Community donations for hosting and maintenance"
82+
},
83+
{
84+
"year": 2024,
85+
"income": 1030.00,
86+
"expenses": 104.61,
87+
"currency": "USD",
88+
"description": "Community donations for hosting and maintenance"
89+
}
90+
]
91+
}
92+
}
93+

0 commit comments

Comments
 (0)