Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Oct 15, 2025

Adds the NICO Game Framework to the "Support by Framework" section of the Tiled documentation page.

Overview

NICO is a game framework for the Nim programming language that supports loading and saving Tiled maps in JSON format through its loadMap and saveMap functions.

Changes

  • Added NICO Game Framework entry under "Support by Framework" section in docs/reference/support-for-tmx-maps.rst
  • Positioned alphabetically between "Monkey X" and "Node.js" sections
  • Included link to the Tilemap API documentation for reference

Documentation Screenshot

NICO Documentation

The documentation now includes NICO, providing support coverage for the Nim programming language ecosystem.

Original prompt

This section details on the original issue you should resolve

<issue_title>Tiled support for Nim language</issue_title>
<issue_description>Nim language has library called Nico that supports Tiled's JSONs according to its description. Could be good to be included in here so the language is also covered ^^</issue_description>

<agent_instructions>Please add NICO Game Framework to the linked documentation page under "Support by Framework", also including a link to the relevant documentation.</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@bjorn It is documented at https://github.com/ftsf/nico/blob/main/API.md#tilemap, which says there are `loadMap` and `saveMap` functions that use Tiled's JSON format.

The project does not appear very actively developed, but it does seem worth adding.</comment_new>

Fixes #4255


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] Add support for Tiled in Nim language documentation Add NICO Game Framework to Tiled support documentation Oct 15, 2025
@Copilot Copilot AI requested a review from bjorn October 15, 2025 19:57
Copilot finished work on behalf of bjorn October 15, 2025 19:57
@bjorn bjorn marked this pull request as ready for review October 15, 2025 20:18
@bjorn bjorn merged commit aeeff2d into master Oct 15, 2025
3 of 5 checks passed
@bjorn bjorn deleted the copilot/add-nico-support-for-tiled branch October 15, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tiled support for Nim language

2 participants