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.
Dan Zaidan
Hello all. Virtual whitespacing stops working when I load a file greater than 128KiB. When I go …
»
Bronxolon
yeah so I thought about it for a bit and I'd love to know your opinion on my ideas. So, as far as…
»
Draos
something I wonder though, is Casey mentioned when talking about mipmapping in regards to texture…
»
Draos
thanks for clarifying everything for me. i will post if i get a answer on Q2.
»
Jason
So I'm trying to implement a quick command interpreter for a vim like style editor. Right now, I …
»
John
Thank you very much for trying it out Simon! Ah, you're right about the CPU usage. I only took ca…
»
Simon Anciaux
1. Correct. 2. When you create a mip map level of your texture you will blend the border with on…
»
Jason
aolo2There are a few small bugs in the function parser, see: issue 118 on github. Ah, awesome, t…
»
Simon Anciaux
I tried it and it works on my machine (Windows 7). It crashed when I try to close it (there was …
»
Simon Anciaux
Could we have a link to where you read that ? I doesn't sound right to me. The point of the shad…
»
Draos
1. Is the reason we have the border at all to do with subpixel rendering? My intuition is that we…
»
John
Updated the link in the first post with a new version. I've added some basic mouse functionality…
»
Bronxolon
i'm starting to understand it a bit more, but i read somewhere that an algorithm like this is the…
»
Alexey
Function, type, and macro definitions are all listed in the code index, which is asynchronously b…
»
Bronxolon
will take a look in a little bit. thanks for showing me this.
»
Mārtiņš Možeiko
Casey had a chat episode where he explained how this works. The math is a bit different, but conc…
»
Bronxolon
Hi Guys, I found a shader on Shadertoy that allows for nice looking pixel-art aesthetics even wi…
»
Maksim Sokolov
I have noticed a bug that makes some file extensions not being treated as code. For example, .jav…
»
x13pixels
I'll look into it. Thanks guys.
»
Lex Martin
Have you tried dlopen/dlsym on libc? I suspect you have to initialize libc with libc_start_main, …
»
Jason
I just implemented a simple way to read a type name found under my cursor and display it's defini…
»
Simon Anciaux
To do that you generally use the working directory plus relative paths. For example if you can l…
»
Jason
Okay, so after some testing I think that maybe the reason my struct definitions weren't being fou…
»
C_Worm
Hey! Im wondering if there is a way for my executable in my \build directory to find assets like…
»
Mārtiņš Možeiko
0xc3 0xa3 in utf-8 is 0xe3. Seems that Remedy is passing unicode encoded in utf-8 which is not re…
»
winnythefoo
I sort of got in the same boat, I followed along with a bunch of HMH a while ago and then got bus…
»
bzzr
While using Remedy I noticed that the strings given as arguments in the "Command Arguments" field…
»
Robert Ortner
So I have put my code for new views into the view_input_handle hook. There already was some view…
»
Michael_Flaherty
Looks like there's no hook for new view being active, there's 'HookID_ViewEventHandler' but I don…
»
machinamentum
You can read the blog post here: https://machinamentum.github.io/Jyu-Update-January-2020/
»