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.
Simon Anciaux
It works fine for me on Windows 7 64bits.
»
Mārtiņš Možeiko
No problem :) Just learn to use debugger more - examine all the values to see if they are what you…
»
Ian
Thanks for taking the time to try it! And sorry for wasting your time by messing up the hosting. T…
»
Muhammed Yaman
Thank you soooooooooooooooo much! Instead of Buffer->Pitch I wrote this Thanks again!
»
Mārtiņš Možeiko
Hmm, what about Buffer.Pitch value inside RenderWeirdGradient function?
»
Muhammed Yaman
Checked they are ok too. in while(Running) loop, and yep I call Win32DisplayBufferInWindow. JFY…
»
Mārtiņš Možeiko
Ok, the values are reasonable inside Win32DisplayBufferInWindow function. What about inside Render…
»
Mārtiņš Možeiko
Also .bz2 format is super unfriendly for Windows users. .zip is more friendlier - it can be open w…
»
Muhammed Yaman
Can you check again? should be fixed now. Sorry about that
»
Simon Anciaux
There are no windows binaries in the file.
»
Mārtiņš Možeiko
Your prnt dot sc link points to this topic. That doesn't help much.
»
Muhammed Yaman
Window width, height and Buffer width,heigth Buffer settings here. } [/code]
»
Ian
Hey, these past few weeks I've been developing a game as a challenge to myself, to try and finish …
»
Felix Klinge
Yes, this comes close. If the data that you'll want to modify is in the cache, the data will be c…
»
Felix Klinge
You'd have to implement code that does the blending for you. A simple linear interpolation between…
»
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. Duri…
»
Felix Klinge
There's also an IMGUI library from Nvidia. You can find the repo . I guess it is not supported any…
»
david009
One more thing, do I double/blend those frames manually in whatever software and just include them…
»
Felix Klinge
I would also suggest trying the "blend between frames" approach. An ex co-worker of mine made a w…
»
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 anima…
»
ratchetfreak
One way is to blend between the frames as needed. In fact most animation you see today is really j…
»
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 wat…
»
Shazan
Thanks Mr.Martins for the info guess I don't need callbacks anyway. Do you know any good library f…
»
Mārtiņš Možeiko
I recommend using debugger in following way to determine where is the problem: put a breakpoint in…
»
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.Info…
»