Skip to content

Andriamanitra/crypaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CryPaint – A drawing program written in Crystal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published