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.
simonWasHere
Ok, so running: fsutil behavior set disablelastaccess 1 and rebooting fixes the problem completely…
»
simonWasHere
Yes, now pretty sure it is the file access time that is the problem, because updating it with this…
»
simonWasHere
Have now seen it happen with a file on my main drive (not the subst created one) and that isn't un…
»
Ben Visness
This may be a bit of a tangent, but you may want to consider different downscaling algorithms. In …
»
simonWasHere
It isn't rebooting that resets it to happen again, although something did, maybe commit/pushing to…
»
simonWasHere
OS is Windows 10 Home, version 1803 build 17134.165 fully updated. Using git for source control, t…
»
Mārtiņš Možeiko
Sure, I'm not saying you should use it. I'm just saying to check its features. To get users to use…
»
Allen Webster
I don't know, but that's a pretty serious problem. The ! indicates that the file was changed outsi…
»
simonWasHere
Hi, Since upgrading to version 4.0.28 from 4.0.20 I am often seeing a red exclamation mark in the …
»
Finalspace
I know there are plenty ones out there, but as usual i want to write it myself. So i am not in se…
»
Oliver Marsh
Ah nice! I'll definitely be referring to this post when I make the foray into 3d.
»
Mārtiņš Možeiko
Check out . This is my go-to image viewer on Windows for many years. Super fast, super small - on …
»
Finalspace
I am in the process of writing a image viewer, to build a replacement for the extremely slow built…
»
Mārtiņš Možeiko
As far as I remember that does not work at all. Once you instruct VS to build something while you …
»
Jack Mott
Did you get this working? It definitely works fine, you set the platform layer as the startup proj…
»
Chen
Thanks Oliver! Good question. The staircase is approximated by a convex shape that I hand-modelled…
»
stevenjohnson
This is a great idea for a game for children who can help in development. My younger brother, for …
»
seventh-chord
There is a attribute you can set to choose between the window and the console subsystem. It is me…
»
AlexKindel
Thank you! One other thing along these lines: my understanding is that in C, what determines whet…
»
seventh-chord
I have used rust to write applications that make use of the windows api, so I though I'd chime in…
»
Oliver Marsh
Looking great! Thanks for another great blog post Chen. I was wondering how the staircase is hand…
»
AlexKindel
Oh hey, I've been thinking about doing a project in Rust. Have you ever written a Windows program…
»
AlexKindel
For what it's worth, as I've forged on, the program has ended up looking like . I feel rather bad …
»
Chen
Thanks Ryan! I totally agree that collision D&R is one of the most difficult, if not the most diff…
»
Ryan Fleury
I just uploaded a new devlog diving into The Melodist's metaprogramming system. I hope you enjoy!…
»
Ryan Fleury
Nice work! When working on some 3D projects a few years ago, I remember collision detection and re…
»
Ryan Fleury
I've known about this for awhile and will ensure that it is looked into by the team, after which I…
»
Lucian Radu Teodorescu
I finally finalized the blog post with the proposed design of the new Sparrow type system. It is s…
»
ratchetfreak
Thanks for the help ratchetfreak. [/quote] It's the entire point of VAOs, it also caches the GL_E…
»
Oliver Marsh
So if I keep the vao handle around I don't have to call glVertexAttribPointer each time, I just ha…
»