crypaint

CryPaint – A drawing program written in Crystal

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

  1. Make sure you have Crystal-lang installed
  2. Install SFML (sfml2-devel on OpenSUSE, something similar on other distros)
  3. Install dependencies with shards install
  4. Run export LD_LIBRARY_PATH="$(pwd)/lib/imgui-sfml" to make sure libcimgui.so is found
  5. Run the program with shards run (or shards build to just compile)
  6. Start hacking

Contributing

  1. Fork it (https://github.com/andriamanitra/crypaint/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
Repository

crypaint

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 3
  • about 1 year ago
  • September 29, 2022
License

MIT License

Links
Synced at

Sat, 18 May 2024 04:22:22 GMT

Languages