Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisdh/savannakit
A high-performance, protocol oriented, framework for creating native IDEs for iOS and macOS, written in Swift
https://github.com/louisdh/savannakit
ide ios macos native
Last synced: about 1 month ago
JSON representation
A high-performance, protocol oriented, framework for creating native IDEs for iOS and macOS, written in Swift
- Host: GitHub
- URL: https://github.com/louisdh/savannakit
- Owner: louisdh
- License: mit
- Archived: true
- Created: 2018-02-04T22:19:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T16:42:23.000Z (about 6 years ago)
- Last Synced: 2024-10-31T15:48:02.688Z (about 2 months ago)
- Topics: ide, ios, macos, native
- Language: Swift
- Homepage:
- Size: 8.31 MB
- Stars: 877
- Watchers: 20
- Forks: 77
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
SavannaKit is a high-performance, protocol oriented, framework for creating native IDEs for iOS and macOS, written in Swift.This project includes `SyntaxTextView`, a cross-platform Text View with syntax highlighting and line numbers.
## Example
The following examples show syntax highlighting for [the Lioness programming language](https://github.com/louisdh/lioness).### iOS
### macOS
## License
This project is available under the MIT license. See the LICENSE file for more info.