crypaint
Version, currently main branch1 version
- main branchlatestAug 18, 2024
github.com/Andriamanitra/crypaint
CryPaint – A drawing program written in Crystal
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
crypaint:
github: Andriamanitra/crypaint
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.13.1- License
- MIT
- Author
- Andriamanitra
- Target
crypaintfrom src/crypaint.cr
Dependencies
Runtime Dependencies
- imgui*github: oprypin/crystal-imgui
- crsfml*github: oprypin/crsfml
- imgui-sfml*github: oprypin/crystal-imgui-sfml
README
CryPaint
A drawing program written in Crystal using ImGui and SFML. Work in progress!
Development
Plans / architecture diagram: https://excalidraw.com/#json=m5sCvO5yNIEFSed_-EKVO,k7vhCpeEJONCJBvMlRmPeQ
- Make sure you have Crystal-lang installed
- Install SFML (
sfml2-develon OpenSUSE, something similar on other distros) - Install dependencies with
shards install - Run
export LD_LIBRARY_PATH="$(pwd)/lib/imgui-sfml"to make surelibcimgui.sois found - Run the program with
shards run(orshards buildto just compile) - Start hacking
Contributing
- Fork it (https://github.com/andriamanitra/crypaint/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- Aug 18, 2024
- Crystal
1.13.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/Andriamanitra/crypaint
Metadata
- Created
- Aug 12, 2026
- Updated
- Sep 26, 2026
- Synced
- Sep 26, 2026
- Versions
- 1