We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Mārtiņš Možeiko
Your prnt dot sc link points to this topic. That doesn't help much.
»
Muhammed Yaman
mmozeiko Does WindowWidth, WindowHeight and Buffer.Width and Buffer.Height have good values? Is B…
»
Ian
Hey, these past few weeks I've been developing a game as a challenge to myself, to try and finis…
»
Felix Klinge
quien On one hand the cache line has to be read in order to be written - so cache misses on writ…
»
Felix Klinge
You'd have to implement code that does the blending for you. A simple linear interpolation betwee…
»
Nikita Smith
mrmixer, thank you for your feedback. I will try to fix everything you mentioned til next release.
»
andrea
I wish I could have asked this during a pre-stream but I can't really seem to catch the live. Du…
»
Felix Klinge
There's also an IMGUI library from Nvidia. You can find the repo here. I guess it is not support…
»
david009
One more thing, do I double/blend those frames manually in whatever software and just include the…
»
Felix Klinge
I would also suggest trying the "blend between frames" approach. An ex co-worker of mine made a C…
»
david009
Yeah, I guess if we also watch movies on our screens all the time like this (unless it's 120 Hz),…
»
Casey Muratori
This has actually been a longstanding (and unsolvable, by definition) problem in frame-based anim…
»
ratchetfreak
One way is to blend between the frames as needed. In fact most animation you see today is really …
»
david009
Hi, I stumbled upon a problem that I can't find a solution nowhere on the net, so I thought maybe…
»
strangezak
Nuklear, and dear IMGUI are the only ones i know of.
»
Simon Anciaux
I tried using it to debug a real bug, but there are some missing features that I needed in the wa…
»
Shazan
Thanks Mr.Martins for the info guess I don't need callbacks anyway. Do you know any good library…
»
Mārtiņš Možeiko
I recommend using debugger in following way to determine where is the problem: 1) put a breakpoi…
»
Mārtiņš Možeiko
It doesn't matter how you link. It will work in same way where you link statically or dynamically…
»
Mārtiņš Možeiko
Does WindowWidth, WindowHeight and Buffer.Width and Buffer.Height have good values? Is Bitmap.Inf…
»
Shazan
I have added sqlite3 using static linking to my project should I link dynamically or compile the …
»
Jesse Coyle
Huh, seems interesting ratchet. I'll have to try out a few things like that, the strings might be…
»
Todd
So I had been fine with the RSI using my good ole' Fellowes ergo keyboard and my Evoluent hand-sh…
»
Todd
kungfoolery I actually think most of my school experience will boil down to the networking and no…
»
Todd
You are not alone in feeling this. I agree with the above advice from CaptainKraft about figuring…
»
Muhammed Yaman
Hi, I also have this problem too. I checked the return value for StrechDIBits, and its 720 (whic…
»
N Setobol
This bug has been "bug"gging me for weeks now. I am unable to set the position of an entity. I ch…
»
ratchetfreak
you can also do work to reduce fragmentation. It will require copying the strings around to pack …
»
Ralph Brorsen
If you have varying sizes for your allocations, and aren't willing to trade off on anything else,…
»
Jesse Coyle
Yeah I thought about doing that, I just think that isn't very efficient, but it would definitivel…
»