v6
Version, currently master branch1 version
- master branchlatestOct 29, 2020
github.com/grkek/v6
GUI framework
4 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
v6:
github: grkek/v6
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.35.1- License
- MIT
- Author
- Giorgi Kavrelishvili
Dependencies
Runtime Dependencies
Development Dependencies
- ameba*github: crystal-ameba/amebadev
README
V6
GUI development library for Crystal lang.
Installation
-
Add the dependency to your
shard.yml:dependencies: v6: github: grkek/v6 -
Run
shards install
Usage
require "v6"
class Application < V6::Application
def render : Component
Box.new
end
end
app = Application.new
app.run
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Oct 29, 2020
- Crystal
0.35.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/grkek/v6
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1