crypaint
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-devel
on OpenSUSE, something similar on other distros) - Install dependencies with
shards install
- Run
export LD_LIBRARY_PATH="$(pwd)/lib/imgui-sfml"
to make surelibcimgui.so
is found - Run the program with
shards run
(orshards build
to 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
Repository
crypaint
Owner
Statistic
- 0
- 0
- 0
- 0
- 3
- 2 months ago
- September 29, 2022
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 10:22:40 GMT
Languages