TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Visual Game Editor for Pixi.js

262 pointsby erlend_shalmost 5 years ago

12 comments

erlend_shalmost 5 years ago
GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;ct-js&#x2F;ct-js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ct-js&#x2F;ct-js</a><p>I think ct.js is a hidden gem of open source game tooling. Pixi is among the most mature and popular game engines available for 2D game development, but it doesn’t have an official editor. ct.js simply layers a whole suite of graphical interfaces on top of Pixi to make it accessible to a wider audience.<p>The author is a classic “would rather spend time coding than doing PR” open source dev. I hope HN can show some appreciation for their work.
评论 #24178195 未加载
评论 #24177232 未加载
评论 #24177839 未加载
mrspeakeralmost 5 years ago
This looks really cool - there goes the rest of my weekend testing this out! The JS game world has been missing a straight-forward editor like this... there are 3rd party tools that are very powerful (like Tiled), but having everything integrated is just... fun! And that&#x27;s pretty important when you&#x27;re making games!<p>[Edit: if the person who created ct.js is around: I just booted it up, and it looks nice and simple - but I think I&#x27;d make the default &quot;empty&quot; project be populated with a minimal texture and room... you should be able to launch a game and see what this software is about instantly: like Blender&#x27;s &quot;default cube&quot;.<p>This could be disabled for experts if it&#x27;s annoying to delete things, but it would really encourage beginners and tire-kickers to dig in rather than having to figure out how get started and go through tutorials]
kanoboalmost 5 years ago
Ct-js and Pixi.js is great, but personally I always reach for Phaser (<a href="https:&#x2F;&#x2F;phaser.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;phaser.io&#x2F;</a>) and the Phaser Editor 2d IDE (<a href="https:&#x2F;&#x2F;phasereditor2d.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;phasereditor2d.com&#x2F;</a>) first for games. There&#x27;s just more batteries included with a better ecosystem if you&#x27;re making an interactive game. I would use Pixi.js if I didn&#x27;t need any interaction or sounds or sprite sheets.
评论 #24182688 未加载
评论 #24179204 未加载
umvialmost 5 years ago
I downloaded this and tried it out, but it seems to hide all the implementation details. What if we need to make some changes to index.html? For example, I want to make a game like Untrusted (<a href="https:&#x2F;&#x2F;alexnisnevich.github.io&#x2F;untrusted&#x2F;" rel="nofollow">https:&#x2F;&#x2F;alexnisnevich.github.io&#x2F;untrusted&#x2F;</a>) but to do so I need to be able to create a textbox for code editing next to the game canvas.<p>Is this possible to do under ct.js?
caiobegottialmost 5 years ago
The collision shape editor seems quite nice and beginner-friendly indeed, I remember a game developer friend of mine in the old days telling me how many nights he wasted fixing collision boxes. I am humbled by how little of game development I understand but this looks super well crafted.
评论 #24179492 未加载
krm01almost 5 years ago
I’ve used a ton of game engines throughout the years. This looks better than most closed-source and paid software. Can’t wait to give it a try.
Waterluvianalmost 5 years ago
The name confuses me a little. I had always felt the foo.js branding meant “this is a library”.
评论 #24178071 未加载
harryfalmost 5 years ago
Would be nice if they took at look at the OSX build... doesn&#x27;t seem to contain most of the example assets for the tutorials. Plus some kind of installer script would be even better.
tenaciousDanielalmost 5 years ago
Wow, I can&#x27;t believe I haven&#x27;t seen this before. This looks absolutely incredible!
karimmaassenalmost 5 years ago
Can I use this to build and deploy games for iOS or Android?
评论 #24180554 未加载
jerrygoyalalmost 5 years ago
Recent developments in visual editing specially for 2d games is wonderful. Wondering if there&#x27;s a visual editor yet which also supports multiplayer games.
评论 #24178981 未加载
Chris2048almost 5 years ago
How would this compare to cross-platform dev in, say, heaps.io