Sergei Bulgakov

Results 58 comments of Sergei Bulgakov

There are experimental unsigned types in Koltin 1.3. And they support immutability via `val`... They use new feature called "inline classes" to do this. So I'm going to switch to...

Actually, my biggest problem now is that the lib doesn't provide `toDouble()` methods :) I even created an issue: .

There are some open libs such as . However, this one works only with Java 1.8 (not on Android I suppose). Can use it as a start but then replace.

Now the lib is used:

OK, will provide a repo with the problem demo in two days.

Managed sooner. Please check it out: . The sample you provide (`sample:standalone`): ![image](https://user-images.githubusercontent.com/20105593/56923179-9101c700-6ad2-11e9-9a0c-9da5d52d1271.png) My sample is the same, just converted classes to Kotlin (`sample:standalone-kotlin`): ![image](https://user-images.githubusercontent.com/20105593/56923266-cd352780-6ad2-11e9-9624-57227eabec8e.png) So you see annotation version...

I've deleted my fork. You can create `sample:standalone-kotlin` by simply converting Java classes to Kotlin (via IDEA, for example), if you want to reproduce.

> And if you need an alternate name, it can be specified explicitly so as to not break tools like grep I guess the search tools we use should support...

Thanks a lot for your efforts. Which DDS formats does writing support? Ideally, it would be great to have all: DXT1, DXT3, and DXT5. And thank you specially for RGBA,...