{"id":13438093,"url":"https://github.com/oakes/SolidOak","last_synced_at":"2025-03-19T18:31:54.215Z","repository":{"id":21469375,"uuid":"24787887","full_name":"oakes/SolidOak","owner":"oakes","description":"An IDE for Rust","archived":true,"fork":false,"pushed_at":"2017-07-07T23:02:40.000Z","size":468,"stargazers_count":893,"open_issues_count":17,"forks_count":60,"subscribers_count":43,"default_branch":"master","last_synced_at":"2024-08-01T03:25:40.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sekao.net/solidoak/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oakes.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}},"created_at":"2014-10-04T11:30:30.000Z","updated_at":"2024-07-22T03:29:14.000Z","dependencies_parsed_at":"2022-08-21T15:01:03.245Z","dependency_job_id":null,"html_url":"https://github.com/oakes/SolidOak","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakes%2FSolidOak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakes%2FSolidOak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakes%2FSolidOak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakes%2FSolidOak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oakes","download_url":"https://codeload.github.com/oakes/SolidOak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221729803,"owners_count":16871107,"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":[],"created_at":"2024-07-31T03:01:02.852Z","updated_at":"2025-03-19T18:31:54.202Z","avatar_url":"https://github.com/oakes.png","language":"Rust","funding_links":[],"categories":["Development tools","Rust","开发工具","开发工具 Development tools"],"sub_categories":["IDEs","集成开发环境(IDE)","编辑器 IDEs"],"readme":"![screenshot](screenshot.png)\n\n## Introduction\n\nSolidOak is a simple IDE for Rust. See [the website](https://sekao.net/solidoak/) for binary releases. It has the following features:\n\n* An embedded copy of [Neovim](https://github.com/neovim/neovim) as its text editor\n    - On first launch, it will create ~/.soak and ~/.soakrc (equivalent to ~/.vim and ~/.vimrc)\n    - It starts off in \"Easy Mode\" (locked in insert mode) for Vim newbies, but you can toggle it off\n* An easy-to-use GUI written with [gtk-rs](https://github.com/gtk-rs/gtk)\n    - Buttons for common editing actions and a project tree that stays in sync with Neovim\n    - You can bypass the GUI and run it as a console app by passing the `-nw` flag\n\n## Build Instructions\n\nNote: If neovim fails to build, try [cloning it directly](https://github.com/oakes/neovim) and running `make libnvim` to get more specific errors.\n\n### Linux (apt-get)\n\n```Shell\napt-get install libgtk-3-dev libglib2.0-dev libcairo2-dev libvte-2.91-dev\napt-get install libtool-bin autoconf automake cmake libncurses5-dev g++ pkg-config unzip\ncargo build --release\n```\n\n### Linux (yum)\n\n\n```Shell\nyum install gtk3-devel glib2-devel vte291-devel\nyum install autoconf automake cmake gcc gcc-c++ libtool ncurses-devel pkgconfig\ncargo build --release\n```\n\n### OS X (homebrew)\n\n```Shell\nbrew install gtk+3 vte3\nbrew install libtool automake cmake pkg-config gettext\ncargo build --release\n```\n\n### OS X (macports)\n\n```Shell\nport install gtk3 vte\nport install libtool automake cmake pkgconfig gettext\ncargo build --release\n```\n\n### Windows\n\nThe following instructions are a work in progress. Building does not currently work because msys2 does not contain a package for vte.\n\nInstall [MSYS2](http://www.msys2.org/) and run this in its shell:\n\n```Shell\npacman -S mingw-w64-x86_64-gtk3\n```\n\nIn cmd.exe, install Rust's GNU toolchain and build:\n\n```Shell\nrustup install stable-gnu\nset RUSTUP_TOOLCHAIN=stable-x86_64-pc-windows-gnu\ncargo build --release\n```\n\n## Licensing\n\nAll files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakes%2FSolidOak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakes%2FSolidOak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakes%2FSolidOak/lists"}