Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/maikramer/Materialize
Browse files Browse the repository at this point in the history
  • Loading branch information
maikramer committed Nov 8, 2018
2 parents 456c7ed + e774389 commit d5f3b71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Materialize
Materialize is a program for converting images to materials for use in video games and whatnot
I made a port to use ImageSharp instead of c based FreeImage used in original Materialize, since this will make it more cross platform.

## ATTENTION: Requires Unity 2018.3 due to csharp 7.x used in ImageSharp

## Issues
Thumbnails in file manager are slow, it's the price for changing a c native api to a c# one (Maybe some optimization can be made).

0 comments on commit d5f3b71

Please sign in to comment.