@@ -13,35 +13,30 @@ const packages = [
1313 description : "Core framework for building lightweight webgames." ,
1414 link : "https://npmjs.com/package/samengine" ,
1515 } ,
16- // {
17- // name: "samengine-ui",
18- // description: "UI components for building in-game interfaces.",
19- // link: "https://npmjs.com/package/samengine-ui",
20- // },
21- // {
22- // name: "samengine-physics",
23- // description: "Simple physics system for 2D webgames.",
24- // link: "https://npmjs.com/package/samengine-physics",
25- // },
26- // {
27- // name: "samengine-audio",
28- // description: "Audio manager for music and sound effects.",
29- // link: "https://npmjs.com/package/samengine-audio",
30- // },
31- {
32- name : "samengine-build" ,
33- description : "The own buildtool for samengine." ,
34- link : "https://npmjs.com/package/samengine-build" ,
35- } ,
3616 {
3717 name : "samengine-cli" ,
3818 description : "Some CLI tools which should with the Game Making Process. (The Package is in Progress)" ,
3919 link : "https://npmjs.com/package/samengine-build" ,
4020 } ,
4121 {
42- name : "@shadowdara/samtool" ,
43- description : "The new CLI Tool for samengine. (The Package is in Progress) and written in Rust for speed!" ,
44- link : "https://npmjs.com/package/@shadowdara/samtool" ,
22+ name : "@shadowdara/seg" ,
23+ description : "The new CLI Tool for samengine. Written in Rust for speed!" ,
24+ link : "https://npmjs.com/package/@shadowdara/seg" ,
25+ } ,
26+ {
27+ name : "automatic-md-index" ,
28+ description : "Automatically generate a table of contents from headings in Markdown files." ,
29+ link : "https://npmjs.com/package/automatic-md-index" ,
30+ } ,
31+ {
32+ name : "canvasinput-ts" ,
33+ description : "This project is a TypeScript port of the original CanvasInput library by James Simpson (GoldFire Studios)." ,
34+ link : "https://npmjs.com/package/canvasinput-ts" ,
35+ } ,
36+ {
37+ name : "create-samengine-project" ,
38+ description : "the project creator for samengine" ,
39+ link : "https://npmjs.com/package/create-samengine-project" ,
4540 } ,
4641] ;
4742
0 commit comments