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.
Jason
This might be a potential bug. Anyone else have any issues with the command 'list_all_locations_o…
»
x13pixels
Hi Oscar! I did indeed have a Patreon setup a while back but bailed when they changed the fee st…
»
Jason
Ah, I see. Thanks so much for the help!
»
SedatedSnail
Awesome, thanks for the links! Looks like these will be super useful.
»
Mārtiņš Možeiko
You can still call functions to libc and provide your own _start. That will work fine. Documenta…
»
SedatedSnail
TLDR How do I write my own _start procedure while still dynamically linking with the systems libc…
»
n00bmind
Hi there! Maybe I'm missing something, but I don't see a way of making recurring contributions t…
»
John
It's been a while since I messed with the custom layer so this might not be the best way: 1 2 …
»
Jason
If it's built in Could you give me an example using 4coder's custom api how I would implement my …
»
clearfeld
I've extracted the default bindings and their associated documentation into a text file. So we ca…
»
»
Simon Anciaux
The error means that there are two (or more) function called WinMain but with different parameter…
»
John
Really nice of you sharing your ideas and will love to try your editor! The way I did undo/redo …
»
seventh-chord
Thanks for your reply! I'm actually also writing a text editor, mostly as a learning experience.…
»
Lokit Khemka
I was following the day 1 tutorial in Visual Studio 2019. But, I cannot compile the code. It is …
»
Jake
Hey folks, I recently released a game on Steam called Give Up The Dupe using my own game engine …
»
John
Hi seventh-chord! (BTW cool name, I used to build guitars and have made a couple of 7strings. EDI…
»
seventh-chord
Cool! I'd be interested in how you (and others) implement textbuffers, so insertions at arbitrar…
»
John
Hello everyone, I'm writing a simple text editor as an experiment, modeled mainly after 4coder wh…
»
John
On my end (Windows 10), this is how it already works. 4coder remembers the cursor line/column for…
»
Jesse
itzjacThanks for the hint. No I haven't used it, but have heard of the JetBrains suite and seems …
»
Jason
Just wondering how I might go about jumping back to the previously viewed buffer? So if I was on …
»
itzjac
Thanks for the hint. No I haven't used it, but have heard of the JetBrains suite and seems it wou…
»
Angelo Theodorou
You can read the the #13 development update, with the progress from the second half of Septembe…
»
echu
It turned out I made a very silly mistake in GetTileChunk() in handmade_tile.cpp. The TileChunk I…
»
echu
I just finished watching day 035 where Casey implements the sparse tilemap storage. He seems to e…
»
EverCursed
Yes, I noticed that you could report bugs on the github page so I wasn't sure whether I should ju…
»
Mike
Have you tried pycharm? https://www.jetbrains.com/pycharm/download I've used it before on some l…
»
Allen Webster
Much appreciated bug reports! I'm currently working on a patch build, I'll try to remember these…
»
Mārtiņš Možeiko
Not sure how calculating u/v's are affected by way how you load and store color values in SIMD re…
»