Dmitry Koteroff
Dmitry Koteroff
Hello. Here is the page: https://github.com/hozuki/MonoGame.Extended2/tree/master/Sources/MonoGame.Extended.VideoPlayback It has two screenshots there - https://i.imgur.com/dfK4Gwb.png - with direct links to image files. When I hover mouse over these two, HoverZoom is not...
Hello Not sure whether it was already asked, my apologiez if it is, but I have a few questions: a) Is CSCore support OSX, at least? As I can see...
Hello @cartman300 Something wrong with Winforms, just compiled latest master and got this: https://i.imgur.com/QSUldDl.png P.S. Can you also please update nuklear submodule to latest version?
@paiden Hello Not sure that I specified issue title correctly in context of describing my problem, but anyway I would like to use Nett for configuration purposes, currently my config...
Currently, arrays can be declared only this way: arrayWorkToo = arrayElement1 arrayElement2 My suggestion is possibly remove such way of defining them (may be to make parsing a bit more...
For example: ``` [Server] Name = 192.168.0.1 [Server.Alpha] Name = 192.168.0.2 IsAlpha = true [Server.Beta] Name = 192.168.0.3 IsBeta = true ``` If describe it as json, it would look...
Hello. Just downloaded master. Trying to run Tests exe file and getting: https://i.imgur.com/CsVQYvR.png What I do wrong? Put some images to TestImages, just in case - https://i.imgur.com/WC6Jtwf.png Something wrong with...
…lso added a few files to test it, generated by DirectXTex's texconv tool. 2. Utils.cs: added some helper functions. 3. Pfim.csproj, Pfim.cs, CompressedDds.cs, COmpressedTarga, UncompressedTarga: bumped to net standard 2.0...
https://nofile.io/f/Oa1YSoHmwqX/BC7files.rar (BC7 files only) If you need more, here you can download Compressonator (https://github.com/GPUOpen-Tools/Compressonator/releases) and produce BC7/BC6H files by yourself. Also, useful command line examples (since GUI is kinda sux)...
@nickbabcock Hi! Can you please add support for parsing "dxgi" listed here - https://msdn.microsoft.com/en-us/library/windows/desktop/bb173059%28v=vs.85%29.aspx ? Actually, you have ImageFormat, which is in some way do same thing (but also specifies...