Jesse —
There is a tricky part to figure out, the Python is loading a C++ dll, remains to be solved how t…
Jason —
Just wondering how I might go about jumping back to the previously viewed buffer? So if I was on l…
itzjac —
Thanks for the hint. No I haven't used it, but have heard of the JetBrains suite and seems it woul…
You can read the the #13 development update, with the progress from the second half of September …
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 en…
Yes, I noticed that you could report bugs on the github page so I wasn't sure whether I should jus…
Mike —
Have you tried pycharm? I've used it before on some largish django projects (On mac, not windows)…
Much appreciated bug reports! I'm currently working on a patch build, I'll try to remember these, …
Not sure how calculating u/v's are affected by way how you load and store color values in SIMD reg…
I've fixed the default theme loading issue in my codebase. Here's what I've come up with:
itzjac —
Hello! I am not so experienced in Python, managed to set up the Emacs to do some basic Python code…
Jason —
So I've been working with my current software renderer and I'm trying to see if I can optimize thi…
I have found some other bugs that might be worth adding to the list: If you have two bindings to …
Pombal —
I'm in London as well, let's make it happen! :)
I'm in the North of England so can get a train down with enough notice.
Manuel —
I am living in Brighton, so count me in! (yes, I just joined the forum just to reply this)
Hi, I am from Leeds but I can take the bus or train to London for a meetup in 2020. Would be aweso…
Hey jmld, I've just moved to London and would be interested in meeting up in the new year. I'm als…
Here are some of the bugs/omissions that were found so far. This is for the 4.1.0 release. …
Facebook is looking for UE4 developers in Washington - please comment if interested. Facebook: UE4…
Hey everyone! My name is Masha and I'm a Technical Recruiter in the Bay Area. One of the engineers…
Hi OliverMarsh ... Thanks for being positive. I received a lot of negativity on a well known Indi…
Miles —
Another Escher devlog. This one is about some UI work I've done to make organizing the game's leve…
Update! The streams page now automatically loads users' Twitch streams based on links in their use…
So why can't you? What does not work when you do it that way?
C_Worm —
Hey! im wondering if i can do this without using glfwGetProcAddress? : since im not using glfw lib…
Jason —
Awesome, thanks for those suggestions. I am going to try and dive deep into this problem and see w…
It will help avoid doing all those shifts & and's to extract r/g/b values and also avoid doing sh…
Jason —
So I recently went through the optimization of the software renderer, finishing the multi-threaded…