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.
Finalspace
Hi there, sorry for the late answer, but now after i released fpl 0.9.5 i want to solve your iss…
»
Miles
I would like to see a language that uses following rules: * there are no signed or unsigned int t…
»
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…
»
Christoffer Lernö
The defer statement is going mainstream. Go has it's own special defer which only fires on functi…
»
Christoffer Lernö
It is generally understood that overflowing an add or a multiplication is usually a bad thing. Th…
»
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 this and msdn. The controller is recogni…
»
ratchetfreak
it matches what the memory is. There isn't a "immutable" region and when you want to edit someth…
»
bumbread
By the way what are 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 "s…
»
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 f…
»
Leonardo
mmozeiko4) Global objects with C++ constructors and destructors - it's possible to implement it, …
»
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 frame independent input - can run at low fps and still look…
»
Skytrias | Michael Kutowski
Welcome to Todool I've been working on this project since August 2019 in my free time. I started…
»
ThePr1ms
Hello fda0, Worked like a charm, thank you very much. Cheers, Pierre
»
Mārtiņš Možeiko
That does not make any sense. It is job of operating system to safely shutdown/stop hardware thin…
»
Mārtiņš Možeiko
You have too many pointers there. typedef void UpdateAndRender_t(); - this is function type You…
»
kurorah
So calling my game.UpdateAndRender() won't compile but will using (*game.UpdateAndRender)() This …
»
Dawoodoz
I'd go with option 1, but this is unsafe if object orientation triggers complex code during termi…
»
Flyingsand
OliverMarshHi everyone, But now I was thinking of advertising as freelance app developer. I thin…
»
fda0
4.1.7 changed the way configs work (it is more dynamic - you can match arbitrary settings with st…
»
Epicrelyt
Thank you for your advice. I had thought about making some sort of visual debugging thing for col…
»
Ryan Fleury
Well, it's certainly been a while! This is of course not a unique occurrence for me, really, but …
»
Simon Anciaux
Thanks for the code, I'll try to have a look when I have some time. EpicrelytHow would one go ab…
»