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.
Alex
Sorry I don't yet reply to you previous comment so you may misunderstand some things. Problem not…
»
bumbread
Hello~! I've seen people saying here that web is "fundamentally broken". As far as I understand th…
»
Marc Costa
I still don't fully understand what you're trying to do, but one thing caught my attention: You h…
»
Miles
I don't see how having an int type with no sign, which you can do either signed or unsigned operat…
»
Alex
Actually I meen "scale", "translate" it's different tool and is work well with just applying inver…
»
BernFeth
Wow, you were on point! PushSize was not returning aligned memory, that has fixed the issue! Thank…
»
Mārtiņš Možeiko
I'd be very surprised if GetRawInputDeviceInfo fails because of bad usb cable. The failure probabl…
»
BernFeth
Hi Martins, Thanks for answering. As you've suggested, printing it out has helped me figure out th…
»
bumbread
In some cases you'd actually want unsigned ints, especially when dealing with external systems (e…
»
Christoffer Lernö
I'll be blogging about more language concerns I guess. What parts of compiler writing are you inte…
»
Finalspace
Hi there, sorry for the late answer, but now after i released fpl 0.9.5 i want to solve your issue…
»
Miles
I would like to see a language that uses following rules:there are no signed or unsigned int types…
»
Mārtiņš Možeiko
Did you try other axis? Maybe your gamepad stick maps to different axes that 0x30 and 0x31? Print …
»
Finalspace
Hi there, i am back and i have another release of FPL for you all, which contains very important b…
»
Christoffer Lernö
The statement is going mainstream. Go has it's own special defer which only fires on function end…
»
Christoffer Lernö
It is generally understood that overflowing an add or a multiplication is usually a bad thing. Thi…
»
Marc Costa
I think what OP means is that he wants to scale a 3D object in local space instead of world space.…
»
ionut
I would like to try it out but the github link seems broken
»
BernFeth
Hey guys, I'm trying to implement raw input following and msdn. The controller is recognized, mos…
»
ratchetfreak
it matches what the memory is. There isn't a "immutable" region and when you want to edit somethin…
»
bumbread
By the way what the benefits of mutability by default?
»
Mārtiņš Možeiko
I think by "scale" here you mean "translate", no? It seems to me that you are picking faces of 3d …
»
Alex
I meen , it's a cube scaled by X axis to plane (sorry I can't register on imgur from my country) …
»
Mārtiņš Možeiko
To be honest I don't understand what are you doing in this or reddit's post/images. What does "sca…
»
Alex
I'm trying to make a simple 3D editor, but I'm not sure how I should go about it. I have come up w…
»
Mārtiņš Možeiko
atexit won't be called by anybody if you don't use C runtime. C runtime calls atexit registered fu…
»
Leonardo
I have a couple of global objects, from a very simple template structure I created for DirectX CO…
»
Skytrias | Michael Kutowski
I don't think it's anything special, I meant I'm using OS keyboard hold events, which means I can …
»
Simon Anciaux
Welcome. In the project page you say Could you elaborate on what this entails ? How did you test …
»
Skytrias | Michael Kutowski
Welcome to Todool I've been working on this project since August 2019 in my free time. I started p…
»