Skip to content

Commit 09990f4

Browse files
committed
Updated list of projects
1 parent 5397f16 commit 09990f4

File tree

1 file changed

+34
-9
lines changed

1 file changed

+34
-9
lines changed

src/assets/content.json

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
[
22
{
3-
"name": "C3 Effects Concat",
3+
"name": "CAW: Construct Addon Wizard",
44
"hasRepo": true,
5-
"repo": "https://github.com/ConstructFund/c3-effects-concat",
5+
"repo": "https://github.com/ConstructFund/construct-addon-wizard-scaffold",
6+
"hasWebsite": false,
7+
"description": "A brand new addon framework for Construct 3 that allows you to create addons with ease",
8+
"status": "In Development"
9+
},
10+
{
11+
"name": "CAW VS Code extension",
12+
"hasRepo": true,
13+
"repo": "https://github.com/ConstructFund/construct-addon-wizard",
614
"hasWebsite": true,
7-
"url": "https://constructfund.github.io/c3-effects-concat/",
8-
"description": "A web tool that concatenates effects in a given order",
15+
"url": "https://marketplace.visualstudio.com/items?itemName=skymen.caw",
16+
"description": "A VS Code extension that helps you create addons with CAW",
17+
"status": "In Development"
18+
},
19+
{
20+
"name": "Pro UI",
21+
"hasRepo": true,
22+
"repo": "https://github.com/ConstructFund/proui",
23+
"hasWebsite": false,
24+
"description": "Community maintained version of Pro UI after it was discontinued by its original author",
925
"status": "Maintenance"
1026
},
1127
{
@@ -34,37 +50,46 @@
3450
"description": "A User Interface for the command line tool NVPatch (that fixes laptop GPU selection issues)",
3551
"status": "Maintenance"
3652
},
53+
{
54+
"name": "C3 Effects Concat",
55+
"hasRepo": true,
56+
"repo": "https://github.com/ConstructFund/c3-effects-concat",
57+
"hasWebsite": true,
58+
"url": "https://constructfund.github.io/c3-effects-concat/",
59+
"description": "A web tool that concatenates effects in a given order",
60+
"status": "Legacy"
61+
},
3762
{
3863
"name": "C3IDE 2",
3964
"hasRepo": true,
4065
"repo": "https://github.com/ConstructFund/c3ide2",
4166
"hasWebsite": false,
4267
"description": "A spiritual successor to C3IDE, an IDE for Construct 3",
43-
"status": "In Development"
68+
"status": "Legacy"
4469
},
4570
{
4671
"name": "C3IDE 2 Framework",
4772
"hasRepo": true,
4873
"repo": "https://github.com/ConstructFund/c3ide2-framework",
4974
"hasWebsite": false,
5075
"description": "The JS Framework that powers C3IDE 2",
51-
"status": "In Development"
76+
"status": "Legacy"
5277
},
5378
{
5479
"name": "C3IDE 2 CLI",
5580
"hasRepo": true,
5681
"repo": "https://github.com/ConstructFund/c3ide2-cli",
5782
"hasWebsite": false,
5883
"description": "A Command Line Interface for C3IDE 2 and its framework",
59-
"status": "In Development"
84+
"status": "Legacy"
6085
},
6186
{
6287
"name": "Web Game Template",
6388
"hasRepo": true,
6489
"repo": "https://github.com/ConstructFund/web-game-template",
6590
"hasWebsite": false,
6691
"description": "A Construct 3 template that implements the basics for making web games, including the biggest web platform SDKs",
67-
"status": "Maintenance"
92+
"status": "Legacy"
6893
},
6994
{
7095
"name": "Was That Addon Ported",
@@ -74,4 +99,4 @@
7499
"description": "A website that references commonly used Construct 2 addons and wether they have been ported yet or not",
75100
"status": "Legacy"
76101
}
77-
]
102+
]

0 commit comments

Comments
 (0)