Isomorphic-crystal-view moved to GitHub - serge-hulne/Isomorphic-crystal: GUI lib for Crystal-lang allowing for developing simple desktop apps using Crystal only. Zero dependencies.
The final name of the project is now : “Isomorphic Crystal”.
Isomorphic-crystal-view moved to GitHub - serge-hulne/Isomorphic-crystal: GUI lib for Crystal-lang allowing for developing simple desktop apps using Crystal only. Zero dependencies.
The final name of the project is now : “Isomorphic Crystal”.
Zero dependencies? I understand webview requires an HTML renderer to be available. Wouldn’t that be a dependency for isomorphic-crystal
as well?
I will have to rephrase that more carefully. You’re right, of course.
The current blurb on Github says:
Indeed. Thank you!
Done!
It might be better to put the example (in the readme) in a code block or link instead of screenshots.
The code of the example is also in the file app.cr.
see installation instructions:
## Installation
1. `git clone https://github.com/serge-hulne/Isomorphic-crystal`
2. `cd Isomorphic-crystal`
3. `shards install`
4. `make`
5. `./MyApp`
6. Edit : ./src/gui/app.cr and ./src/gui/app_actions.cr to create your own app.