Skip to content

Commit c4dbaa4

Browse files
committed
Added a few projects
1 parent c5322d3 commit c4dbaa4

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

src/assets/content.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"description": "A web tool that concatenates effects in a given order",
99
"status": "Maintenance"
1010
},
11+
{
12+
"name": "NVPatch UI",
13+
"hasRepo": true,
14+
"repo": "https://github.com/ConstructFund/nvPatchUI",
15+
"hasWebsite": false,
16+
"description": "A User Interface for the command line tool NVPatch (that fixes laptop GPU selection issues)",
17+
"status": "Maintenance"
18+
},
1119
{
1220
"name": "Made With Construct",
1321
"hasRepo": true,
@@ -31,7 +39,23 @@
3139
"hasRepo": true,
3240
"repo": "https://github.com/ConstructFund/c3ide2",
3341
"hasWebsite": false,
34-
"description": "A spiritual successor to c3ide",
42+
"description": "A spiritual successor to C3IDE, an IDE for Construct 3",
43+
"status": "In Development"
44+
},
45+
{
46+
"name": "C3IDE 2 Framework",
47+
"hasRepo": true,
48+
"repo": "https://github.com/ConstructFund/c3ide2-framework",
49+
"hasWebsite": false,
50+
"description": "The JS Framework that powers C3IDE 2",
51+
"status": "In Development"
52+
},
53+
{
54+
"name": "C3IDE 2 CLI",
55+
"hasRepo": true,
56+
"repo": "https://github.com/ConstructFund/c3ide2-cli",
57+
"hasWebsite": false,
58+
"description": "A Command Line Interface for C3IDE 2 and its framework",
3559
"status": "In Development"
3660
},
3761
{

0 commit comments

Comments
 (0)