Skip to content

Commit

Permalink
Updated list of projects
Browse files Browse the repository at this point in the history
  • Loading branch information
skymen committed Feb 15, 2025
1 parent 5397f16 commit 09990f4
Showing 1 changed file with 34 additions and 9 deletions.
43 changes: 34 additions & 9 deletions src/assets/content.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
[
{
"name": "C3 Effects Concat",
"name": "CAW: Construct Addon Wizard",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/c3-effects-concat",
"repo": "https://github.com/ConstructFund/construct-addon-wizard-scaffold",
"hasWebsite": false,
"description": "A brand new addon framework for Construct 3 that allows you to create addons with ease",
"status": "In Development"
},
{
"name": "CAW VS Code extension",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/construct-addon-wizard",
"hasWebsite": true,
"url": "https://constructfund.github.io/c3-effects-concat/",
"description": "A web tool that concatenates effects in a given order",
"url": "https://marketplace.visualstudio.com/items?itemName=skymen.caw",
"description": "A VS Code extension that helps you create addons with CAW",
"status": "In Development"
},
{
"name": "Pro UI",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/proui",
"hasWebsite": false,
"description": "Community maintained version of Pro UI after it was discontinued by its original author",
"status": "Maintenance"
},
{
Expand Down Expand Up @@ -34,37 +50,46 @@
"description": "A User Interface for the command line tool NVPatch (that fixes laptop GPU selection issues)",
"status": "Maintenance"
},
{
"name": "C3 Effects Concat",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/c3-effects-concat",
"hasWebsite": true,
"url": "https://constructfund.github.io/c3-effects-concat/",
"description": "A web tool that concatenates effects in a given order",
"status": "Legacy"
},
{
"name": "C3IDE 2",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/c3ide2",
"hasWebsite": false,
"description": "A spiritual successor to C3IDE, an IDE for Construct 3",
"status": "In Development"
"status": "Legacy"
},
{
"name": "C3IDE 2 Framework",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/c3ide2-framework",
"hasWebsite": false,
"description": "The JS Framework that powers C3IDE 2",
"status": "In Development"
"status": "Legacy"
},
{
"name": "C3IDE 2 CLI",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/c3ide2-cli",
"hasWebsite": false,
"description": "A Command Line Interface for C3IDE 2 and its framework",
"status": "In Development"
"status": "Legacy"
},
{
"name": "Web Game Template",
"hasRepo": true,
"repo": "https://github.com/ConstructFund/web-game-template",
"hasWebsite": false,
"description": "A Construct 3 template that implements the basics for making web games, including the biggest web platform SDKs",
"status": "Maintenance"
"status": "Legacy"
},
{
"name": "Was That Addon Ported",
Expand All @@ -74,4 +99,4 @@
"description": "A website that references commonly used Construct 2 addons and wether they have been ported yet or not",
"status": "Legacy"
}
]
]

0 comments on commit 09990f4

Please sign in to comment.