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.
Dawoodoz
If hesitating about making it generic, you can organize the code as three separable steps to make …
»
Abner Coimbre
Simon strikes again :D Good luck with MPlay3 Tim. I'm definitely old-school; I remember transferri…
»
Tim Dierks
Hi, thanks for the in-depth feedback and listing of the issues you had and for trying out my appl…
»
Simon Anciaux
I would need to play it more, but it seems it could be interesting. I don't play on phone (I kind …
»
Ben
This past month I've been working almost exclusively on improving my tools for metaprogramming. Ge…
»
Oliver Marsh
Wow, thankyou Simon for the honest & in depth feedback, and taking the time to do it. Was very bi…
»
Simon Anciaux
I don't have experience with that subject, but the first thing I would try (apart from taking a br…
»
Simon Anciaux
Welcome. I downloaded the code and build from github and I'm running in some issues (both with the…
»
Simon Anciaux
I tested the web version and I have a lot to say. Most of it will be about the tutorial (I only pl…
»
aspiring_dev
Thank you so much George, for these and all the other changes in the new version. It's all good no…
»
Tim Dierks
Hi, Tim here. It is a bit over a month now since the submission for this hobby project was accept…
»
x13pixels
The latest version of RemedyBG is now available on itch.io for download. Support namespaces in exp…
»
Dawoodoz
If the code already looks foreign to you, writing documentation before coding might help to minimi…
»
Oliver Marsh
My original intent for the project was to create a version for mobile. 2yrs later I finally did it…
»
pythno
I tried to implement mesh-skinning and got stuck in bone-space (or mesh-space, I'm not quite sure …
»
John
All valid points Dawoodoz and thanks for reminding them to me! I tend not to finish my projects b…
»
Jai
Hey! this is my code for window closing: [/code] And for pressing Alt + F4: [/code] However, non…
»
Dawoodoz
You would probably end up hating it if someone else took it over without supervision to tear it d…
»
Miles
Over the past month, I've updated the library from version 1.2 to 2.1, which include the following…
»
max++
Got confirmation from Allen on Discord:
»
Simon Anciaux
I don't understand exactly what you mean. If you want a general heap allocator, make one that fit…
»
x13pixels
@aspiring_dev, This is fixed in upcoming 0.3.1.0.Line numbers will use the same color as the selec…
»
Blake Martin
For a few years, I've been programming with hierarchical allocators, temp memory, arenas, and all …
»
John
Simon, I was planning to do a level editor for a little game I'm working on, as a test for the UI …
»
Simon Anciaux
Welcome. While I'm not really interested in the language, I would be interested in reading about t…
»
Simon Anciaux
Do you have a "real" application using that UI that we could test and look at the code ?
»
Simon Anciaux
If you only want basic syntax highlighting you can do something like from the wiki (using the me…
»
Simon Anciaux
Thanks. I updated the code with the 128 multiply and some code to try to choose the offset based o…
»
HRose
Hey everyone, Hope things are going good. Mike usually does the posts for the main meetup, but he'…
»
Mārtiņš Možeiko
Intrinsics like _umul128 are not OS specific. They are compiler specific. On gcc/clang you can us…
»