DSmith —
Using Day 373 code, I'm getting a fault due to glGetString returning 0 when asking for the GL_EXT…
And it doesn't scroll to the right also when clicking on mouse wheel and moving cursor to the rig…
If the window is too narrow to fit the content on the page, the content is clipped and there's no…
Have you tried the 1[SuppressUnmanagedCodeSecurity]
attribute on your calls to c++?
Usually I …
mmozeiko Comparing MS .NET documentation and Unity C# doesn't make much sense, because Unity uses…
Comparing MS .NET documentation and Unity C# doesn't make much sense, because Unity uses very dif…
I've stepped through the disassembly (not something I'm very familiar with at this point).
In x8…
Hi guys,
Been working on this recently: http://byte.school github (the version on github is more…
I have a pet project with support for DLL based plugins. I'm currently adding support for managed…
Greetings everyone,
I unfortunately have no progress to report for March. I finished winter quar…
I never followed up but I settled for using a mutex around the hotkeys and SendMessage(HWND_BROAD…
CaptainKraft Rosto mrmixer If you've access to the customization layer you could probably impleme…
Rosto mrmixer If you've access to the customization layer you could probably implement most of yo…
I love this type of writeup! Going into detail and keeping it readable is great. Well-written, my…
hugo
One could also argue that a "handmade" style on the browser would be to manipulate the DOM …
robby —
Quite detailed and interesting write up. When I see an editor I often don't think that this stuff…
mrmixer If you've access to the customization layer you could probably implement most of your req…
Maciej —
I am using build.bat and VS only as a debugger. When I recreated project in VS I can open all hea…
How are you building in VS2017? Do you have proper solution/project set up, or are you using exte…
Hey everyone!
The newest version of 4coder, 4.0.18, will be the first to feature full unicode su…
"embedded terminal" has been one of my long term favorites for a while. I've been slowly moving …
Maciej —
I am unable to open dsound.h, xinput.h and windows.h with Visual Studio 2017, but stdint.h is ope…
If you've access to the customization layer you could probably implement most of your requests yo…
I've got some more:
changing the panel size by keyboard;
visible cursor and free cursor movement…
I like the modern C++ programming model a lot and I think, that the new features benefit it a lot…
hugo —
Good points alex. I'm also finally learning React Native for a new job I have to deliver on Andro…
Nice thread you have going here! I saw Abner share it on Twitter and I got really excited because…
You can do some SIMD with system.numerics.vectors but it is pretty limited. No ceiling, no floor,…
Shazan —
MandleBro Procedural RPG progress -
SIMD enhanced simplex noise
procedurally composed npc sprite…
Just to be clear, it is pretty straightforward to make an imgui that doesn't render at 60fps.
1.…