Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geopjr/ultimate-gtk4-crystal-guide
Learn how to create premium GTK4 apps in Crystal
https://github.com/geopjr/ultimate-gtk4-crystal-guide
crystal gtk gtk4 guide
Last synced: 3 months ago
JSON representation
Learn how to create premium GTK4 apps in Crystal
- Host: GitHub
- URL: https://github.com/geopjr/ultimate-gtk4-crystal-guide
- Owner: GeopJr
- License: cc0-1.0
- Created: 2022-02-25T15:46:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T18:18:42.000Z (7 months ago)
- Last Synced: 2024-10-04T13:33:28.582Z (4 months ago)
- Topics: crystal, gtk, gtk4, guide
- Homepage: https://ultimate-gtk4-crystal-guide.geopjr.dev/
- Size: 9.9 MB
- Stars: 19
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ultimate GTK4 Crystal Guide
Learn how to create premium GTK4 apps in Crystal
#
## Translations
- Create `./docs/$LANG/` and copy the English files over.
- Translate every file, including their frontmatter.
- Add the language to the config (nav & sidebar) `./docs/.vitepress/config.js`.
- If theres a need for translated assets, create `./public/assets/$LANG/` and place them there, else use the English variants.#
## Contributing
1. Fork it ( https://github.com/GeopJr/ultimate-gtk4-crystal-guide/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request