EmbarkStudios / texture-synthesis

🎨 Example-based texture synthesis written in Rust 🦀

Home Page:http://embark.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open source

Jake-Shadle opened this issue · comments

Tasks remaining to open source this. A bunch of these steps are listed in more detail on https://github.com/EmbarkStudios/rust-ecosystem/blob/master/open-sourcing.md

First steps:

  • Bring over everything from our Rust template: https://github.com/EmbarkStudios/rust-ecosystem
  • Pick and use an emoji for the repo 😄 🎨
  • Make sure crate can be packaged with cargo package
  • Bring over README to lib.rs and verify it looks good with cargo doc
  • Add Travis CI to the repo
  • Remove checked in .exe and replace with CI published GitHub release. Believe @Jake-Shadle has a travis script that does that
  • Test switching out and use the crate in our own projects (with file dependency) @Jake-Shadle
  • Team review code & docs

Final steps in-order (after all above are done):

Repo is public now! Great work @anopara @Jake-Shadle and everyone else that contributed to getting it released!