{"id":28415739,"url":"https://github.com/matteoppet/text_editor","last_synced_at":"2025-09-25T20:26:04.420Z","repository":{"id":285786837,"uuid":"958084279","full_name":"matteoppet/text_editor","owner":"matteoppet","description":"Simple Raylib Text Editor from scratch","archived":false,"fork":false,"pushed_at":"2025-04-23T10:29:45.000Z","size":5614,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T02:22:56.165Z","etag":null,"topics":["cpp","piece-table","raylib","scratch-implementation","text-editor"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteoppet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-31T16:06:10.000Z","updated_at":"2025-05-27T12:51:38.000Z","dependencies_parsed_at":"2025-04-22T04:41:49.729Z","dependency_job_id":null,"html_url":"https://github.com/matteoppet/text_editor","commit_stats":null,"previous_names":["matteoppet/text-editor"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/matteoppet/text_editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteoppet%2Ftext_editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteoppet%2Ftext_editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteoppet%2Ftext_editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteoppet%2Ftext_editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteoppet","download_url":"https://codeload.github.com/matteoppet/text_editor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteoppet%2Ftext_editor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261930607,"owners_count":23231909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","piece-table","raylib","scratch-implementation","text-editor"],"created_at":"2025-06-03T18:09:38.295Z","updated_at":"2025-09-25T20:25:59.361Z","avatar_url":"https://github.com/matteoppet.png","language":"C","readme":"# Simple Raylib Text Editor\n\nThis is a basic text editor built from scratch using C++ and the Raylib library.\nThis editor utilizes a Piece Table data scructure for efficient text manipulation.\n\n## Preview\n\n\u003cimg src=\"assets/preview.png\" width=\"1000\" height=\"700\"\u003e\n\n## Features\n\n* **File Operations:** Open, Save, Save As.\n* **Editing:** Copy, Paste, Undo, Redo.\n* **Navigation:**\n    * Move the cursor using the **Arrow Keys**.\n    * Select text by holding **Shift** while moving the cursor with **Arrow Keys**.\n    * Scroll through the text using the **Mouse Wheel**.\n\n\n## Building from Source\n\nYou can compile the editor yourself using `make`.\n\n1.  **Prerequisites:** Ensure you have a C++ compiler (like g++) and `make` installed. You also need the Raylib library development files set up correctly for your system.\n2.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/matteoppet/Text-editor.git\n    cd repository_name\n    ```\n3.  **Build:**\n    ```bash\n    make\n    ```\n    This will generate an executable file (e.g., `editor.exe`) in the project directory.\n\n## Download\n\nA pre-compiled executable for Windows is available on the [GitHub Releases page](https://github.com/matteoppet/Text-editor/releases/tag/v1.0.0).\n\n## Credits\n\nThis project uses the following excellent libraries:\n\n* [Raylib](https://www.raylib.com/) - For graphics and input handling.\n* [Tiny File Dialogs](https://sourceforge.net/projects/tinyfiledialogs/) - For native open/save file dialogs.\n\n## Contributing\n\nContributions are welcome! Feel free to open an issue or submit a pull request if you have suggestions or improvements.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteoppet%2Ftext_editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteoppet%2Ftext_editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteoppet%2Ftext_editor/lists"}