https://github.com/stefansalewski/ned2
Simple GTK4 Nim editor
https://github.com/stefansalewski/ned2
Last synced: 6 months ago
JSON representation
Simple GTK4 Nim editor
- Host: GitHub
- URL: https://github.com/stefansalewski/ned2
- Owner: StefanSalewski
- License: mit
- Created: 2021-04-28T18:34:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-14T09:34:51.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T04:46:07.448Z (8 months ago)
- Language: Nim
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEd2
Simple GTK4 Nim editorThis is the start of a port of the NEd Nim GTK3 editor to
GTK4. While the initial NEd version used the low level
oldgtk3 Nim wrapper, this version will use the high level
gintro bindings.