alizarin
Version, currently 0.1.06 versions
github.com/TheEEs/alizarin
Writes Linux GUI applications using Web Technologies. Extending JavaScript with native functionalities.
Nothing has been indexed for 0.1.0 yet. The tag is recorded, its shard.yml has not been read, so the manifest and dependency list below are empty because they are unknown rather than because they are absent.
Installation
# Add this to your shard.yml
dependencies:
alizarin:
github: TheEEs/alizarin
version: ~> 0.1.0Then run:
shards installshard.yml
No shard.yml has been indexed for 0.1.0. You can read it on the repository.
Dependencies
Unknown: the shard.yml for this version has not been read yet.
README
This README is the one indexed from the repository at its latest ref, not from the tag for this version.
# Alizarin




**Alizarin** is a Crystal shard that helps you build Linux GUI applications using Web Technologies (HTML5, CSS3, JavaScript). This shard also provides ability to extend JavaScript code with native functionalities.
## Examples
[Markdown - A markdown editor written with Alizarin](https://github.com/TheEEs/markdown.git)
## Installation
* Add the dependency to your `shard.yml`:
```yaml
dependencies:
alizarin:
github: TheEEs/alizarin
```
* Run `shards install`
NOTE: This shard requires `libwebkit2gtk-4.0` to be installed. Makes sure you have it installed into your system.
```shell
$ sudo apt-get install -y libwebkit2gtk-4.0
```
## Usage
```crystal
require "alizarin"
```
* Open a browser window and load [Crystal Offical Website](https://crystal-lang.org/)
```crystal
require "alizarin"
require "colorize"
webview = WebView.new
webview.on_close do |webview|
puts "#{webview} is going to close".colorize :green
exit 0
end
webview.window_size 800, 600
webview.load_url "https://crystal-lang.org/"
webview.run
```
* Show WebInspector (in case if you want to play with page's source code)
```crystal
webview["enable-developer-extras"] = true
webview.show_inspector
```
NOTE: There is also test cases located in `/spec` folder.
To run test case, types:
```shell
$ git clone https://github.com/TheEEs/alizarin
$ cd alizarin
$ make
$ crystal spec
```
See [Alizarin API](https://theees.github.io/alizarin-docs/) for more.
## Development
TODO: Write Development instructions here.
## Contributing
1. Fork it [https://github.com/TheEEs/alizarin/fork](https://github.com/TheEEs/alizarin/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
## Author
- [TheEEs](https://github.com/TheEEs) - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
0.1.0- Tagged
- Jun 21, 2021
- Commit
0c629aa3ab82- Indexed
- not yet
Dependents
No indexed shard depends on this one yet.
Repository
github.com/TheEEs/alizarin
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 12, 2026
- Synced
- Aug 12, 2026
- Versions
- 6