Isomorphic-crystal-view moved to https://github.com/serge-hulne/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”.

4 Likes

Zero dependencies? I understand webview requires an HTML renderer to be available. Wouldn’t that be a dependency for isomorphic-crystal as well?

1 Like

I will have to rephrase that more carefully. You’re right, of course.

The current blurb on Github says:

Built on :

1 Like

Looks like there’s still one more place to clarify:

3 Likes

Indeed. Thank you!

Done!

2 Likes

It might be better to put the example (in the readme) in a code block or link instead of screenshots.

3 Likes

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.