Nominom / BCnEncoder.NET

Cross-platform texture encoding libary for .NET. With support for BC1-3/DXT, BC4-5/RGTC and BC6-7/BPTC compression. Outputs files in ktx or dds formats.
The Unlicense
108 stars 16 forks source link

Improve readme.md example #52

Closed HouseOfPandas closed 2 years ago

HouseOfPandas commented 2 years ago

Hi,

I know I can be a bit dense, but it took me like 5 minutes to get the main page example working. I think it should include the "usings"

using BCnEncoder.ImageSharp; was specially hard, as for other usings you can right click and if you're lucky to have intellisense, it will help you, but with the BCnEncoder.ImageSharp one you have no idea what to search for... (I had to go check the tests to see what was different).

At least it works now, time for fun! :)

Nominom commented 2 years ago

Hi!

Thanks for the feedback. This is definitely something I overlooked since my own tooling handles usings quite automagically.

I'll add a mention of them in the examples.