twinejs VS ideas

Compare twinejs vs ideas and see what are their differences.

twinejs

Twine, a tool for telling interactive, nonlinear stories (by klembot)

ideas

:rocket: Ideas for everyone under a CC licence. Feel free to use. I'll send you a postcard if you build anything on this list. (by captn3m0)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
twinejs ideas
408 8
1,794 429
- -
8.5 0.0
17 days ago over 1 year ago
TypeScript
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

twinejs

Posts with mentions or reviews of twinejs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • Ask HN: Modern Day Equivalent to HyperCard?
    9 projects | news.ycombinator.com | 1 May 2024
    I think you and your kid would have fun designing a Choose Your Own Adventure game in Twine. https://twinery.org/

    FWIW, there are a bunch of simple modern GUI builders, including GUI builders for the web, but none of them are popular, due to the sweet spot of supply and demand that Hypercard hit.

    When Hypercard launched, it came with every Mac, it was free, and there was nothing else like it available on the Mac. On the Mac, the alternative to Hypercard was to layout UI widgets in code, with no GUI builder at all, or eventually to pay $$$ for a professional-grade IDE like CodeWarrior. As an entry-level user with no budget, if you wanted a GUI builder for the Mac, you got Hypercard, or nothing. This created a community of Hypercard enthusiasts.

    Furthermore, when Hypercard launched, Macs had a standard screen resolution. Every Mac sold had a screen resolution of 512x342 pixels, so you could know for sure how your cards would look on any Mac. Supporting resizable GUIs is one of the hardest things to do in any GUI builder. (How should the buttons layout when the screen gets very small, like a phone? Or very wide, like a 16:9 monitor?) Today, Xcode uses a sophisticated constraint solver / theorem prover to allow developers to build resizable UIs in a GUI; it works pretty well, I think, but it's never going to be as easy to learn as "drag the button onto the screen and it's going to look exactly like that everywhere."

    The last issue is the real killer for modern Hypercard wannabes: it's a small step from a web GUI builder to raw HTML/CSS. You don't have to pay big bucks to have access to professional-grade HTML, CSS, and JavaScript. Sure, they're not that easy to learn, but you can teach a kid to write interactive web pages, no problem.

    As a result, the demand for a simple GUI builder is lower than it was for Hypercard, and even when you do capture a user, they tend to outgrow your product, and there are a zillion competitors, so none of them can build a community with real traction.

  • Show HN: Twine – Gorgeous open source multiplatform RSS app
    6 projects | news.ycombinator.com | 31 Jan 2024
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    20 projects | news.ycombinator.com | 17 Jan 2024
  • Ask HN: Software to Develop Interactive Stories?
    2 projects | news.ycombinator.com | 4 Jan 2024
  • Suggestions: A simple human-readable format for suggesting changes to text files
    4 projects | news.ycombinator.com | 27 Dec 2023
  • About Text based games,basically
    2 projects | /r/gamedev | 9 Dec 2023
    There's ChoiceScript by Choice Of Games. It's more along the lines of Choose Your Own Adventure. If you're hoping to make something with a fair amount of random events, you might want to check out Twine.
  • Harlowe 3.3.7 & Tweego
    1 project | /r/twinegames | 8 Dec 2023
    I'm trying to update tweego with the story format harlowe 3.3.7. I've copied the .json and .icon files for Harlowe 3.3.7 from here : https://github.com/klembot/twinejs/tree/develop/public/story-formats
  • cRPG's often have poor writing. Why is that?
    2 projects | /r/CRPG | 7 Dec 2023
    Here are 2 interactive story game engines: * https://www.renpy.org/ * https://twinery.org/
  • tobyFoxIsWild
    1 project | /r/ProgrammerHumor | 7 Dec 2023
    You use something like https://twinery.org/ for creating the dialogues, and then write abstract code to handle that.
  • I feel like im too dumb to make my own game
    1 project | /r/gamedev | 6 Dec 2023
    The engine here https://twinery.org/

ideas

Posts with mentions or reviews of ideas. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-11.
  • Why CISA Is Warning CISOs About a Breach at Sisense
    3 projects | news.ycombinator.com | 11 Apr 2024
    State Encryption was one of those long requested features[0] (I had it on my ideas list for years[1]) that Hashicorp didn't have much incentive to build. I don't think it has to with distancing opentofu as such, but the opentofu team prioritizing the right things that customers actually need.

    [0]: https://github.com/hashicorp/terraform/issues/9556

    [1]: https://github.com/captn3m0/ideas#-mars-terraform-remote-htt...

  • OPML Is Underrated
    2 projects | news.ycombinator.com | 10 Feb 2024
    What I would really like to see is “subscribeable OPML feeds”, so GitHub could provide a OPML feed for what shows up in your home page, and you any changes in your subscriptions (repos you watch etc) would change the OPML, which would then cause your feed reader to unsubscribe/subscribe to specific RAS feeds.

    Unfortunately, this isn’t supported by the majority of RSS clients (tt-rss is the only one I know) which means in practice OPML feeds are merely import/export mechanisms.

    Ref: https://github.com/captn3m0/ideas#opml-sync

  • Text adventure ported to social media
    4 projects | news.ycombinator.com | 17 Nov 2023
    I’ve been wanting to write a Mastodon/Twitter twine compiler that would take an existing Twine story and compile it to a list of posts.

    https://github.com/captn3m0/ideas#twitter-adventure-maker

    The primary difficulty is in flattening the state, which twine supports (apple=true, key=false in this story) but if it’s not too many variables might work out.

  • Twine is an open-source tool for telling interactive, nonlinear stories
    9 projects | news.ycombinator.com | 10 Sep 2022
    In my list of ideas is one for a Twine-compatible Twitter-Adventure Maker[0]. Remember those "choose your own adventure threads" that showed up on twitter and got viral a while back[1]. It would be great to be able to use Twine for authoring those.

    [0]: https://github.com/captn3m0/ideas#twitter-adventure-maker

    [1]: https://www.linkedin.com/pulse/media-trend-choose-your-own-a...

  • Thoughts on RSS
    1 project | news.ycombinator.com | 18 Jul 2022
    I wish OPML (the import/export RSS format) was also subscribe-able[1] in more clients. So my GitHub "news feed" would live at github.com/captn3m0/news.opml (which would just be a list of RSS URLs), and the client would update this list periodically.

    Same thing works well for Twitter, or other sites.

    [1]: https://github.com/captn3m0/ideas/#opml-sync

  • Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs
    8 projects | news.ycombinator.com | 12 May 2022
    Almost exactly a fit against my idea[1] to generate OpenAPI from HAR files.

    [1]: https://github.com/captn3m0/ideas#openapi-specification-gene...

  • Battleship
    4 projects | news.ycombinator.com | 2 Apr 2022
    Want to build the same, but using boardgame.io. Search for Gym here: https://github.com/captn3m0/ideas
  • Show HN: Napkin – Build Back End Functions in the Browser
    2 projects | news.ycombinator.com | 2 Jul 2021
    I've been wanting something like this for an idea of mine[1]. Would love to have the ability to send arbitary responses (JPG/PNG)

    [1]: https://github.com/captn3m0/ideas#svg-to-png-on-the-edge

What are some alternatives?

When comparing twinejs and ideas you can also consider the following projects:

RenPy - The Ren'Py Visual Novel Engine

mitmproxy2swagger - Automagically reverse-engineer REST APIs via capturing traffic

ink - inkle's open source scripting language for writing interactive narrative.

twine - Utilities for interacting with PyPI

YarnSpinner - Yarn Spinner is a tool for building interactive dialogue in games!

har2requests - Generate Python Requests code from your browser activity 🤖

dialogic - 💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!

ideas - 💡 Looking for inspiration for your next open source project? Or perhaps you've got a brilliant idea you can't wait to share with others? Open Source Ideas is a community built specifically for this! 👋

Godot - Godot Engine – Multi-platform 2D and 3D game engine

twison - A Twine 2 story format that provides JSON export

gitbook - The open source frontend for GitBook doc sites

gym-battleship - Battleship environment for reinforcement learning tasks