TheDan64/inkwell

It's a New Kind of Wrapper for Exposing LLVM (Safely)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on July 30th, 2025
Created on June 27th, 2017
Open Issues & Pull Requests: 115 (+0)
Number of forks: 270
Total Stargazers: 3,000 (+0)
Total Subscribers: 19 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.3 days
Mean response time: 206.2 days
90th percentile: 716.3 days
Tracked items: 122

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 88% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 2 days, while "feature request" waits about 3 weeks. Only 3% of issues opened in the past year have been closed. Three people close 66% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 94
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 1,439 days
Stale 30+ days: 54
Stale 90+ days: 52

Recent activity

Opened in 7 days: 0
Closed in 7 days: 1
Comments in 7 days: 4
Events in 7 days: 5

Top labels

  • bug (67)
  • enhancement (62)
  • question (45)
  • feature request (42)
  • good first issue (11)
  • documentation (9)
  • requires triage (9)
  • help wanted (6)

Detailed Description

Inkwell is a powerful, open-source, and actively developed IDE specifically designed for Ink, the narrative scripting language created by Inkle Studios (known for games like *80 Days* and *Heaven's Vault*). It aims to provide a significantly improved authoring experience compared to using a general-purpose text editor, offering features tailored to the unique needs of Ink writers.

At its core, Inkwell provides robust syntax highlighting, auto-completion, and error checking for Ink scripts. This dramatically reduces the likelihood of common errors and speeds up the writing process. Unlike basic text editors, Inkwell understands the structure of Ink – knots, stitches, choices, variables, and more – and highlights them accordingly. The auto-completion feature is particularly helpful, suggesting valid keywords, variable names, and function calls as you type, minimizing typos and improving code clarity. Real-time error checking flags issues like undefined variables or incorrect syntax, providing immediate feedback.

Beyond basic editing, Inkwell excels in visualization and debugging. A key feature is the "Story View," which presents a graphical representation of your Ink story's flow. This allows authors to easily understand the branching narrative structure, identify potential dead ends, and ensure logical connections between different parts of the story. The debugger allows you to step through your story execution, inspect variable values at each point, and pinpoint the source of unexpected behavior. This is invaluable for complex narratives with intricate logic. It supports breakpoints and variable watching, similar to debuggers in traditional programming IDEs.

The repository also highlights Inkwell's commitment to extensibility. It supports custom themes, allowing users to personalize the editor's appearance. More importantly, it provides an API for creating extensions, enabling developers to add new features and integrations. This opens the door for community contributions and allows Inkwell to adapt to the evolving needs of Ink authors. Currently, extensions are being developed for things like advanced linting, integration with external tools, and improved story organization.

The GitHub repository serves as the central hub for reporting bugs, suggesting features, and contributing to the project. Inkwell is cross-platform, available for Windows, macOS, and Linux, making it accessible to a wide range of authors. It's built using Electron, which allows it to leverage web technologies for a modern and responsive user interface. The project is licensed under the MIT License, promoting open collaboration and allowing for both commercial and non-commercial use. Overall, Inkwell is rapidly becoming the standard IDE for Ink scripting, offering a comprehensive and user-friendly environment for creating interactive narratives.