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.
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…
»
EverCursed
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)…
»
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 reg…
»
Brieuc Swales
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…
»
Thebigfox
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! :)
»
Gareth Hubball
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)
»
LucaSas
Hi, I am from Leeds but I can take the bus or train to London for a meetup in 2020. Would be aweso…
»
Mike Jackson
Hey jmld, I've just moved to London and would be interested in meeting up in the new year. I'm als…
»
EverCursed
Here are some of the bugs/omissions that were found so far. This is for the 4.1.0 release. …
»
MashaDemiani
Facebook is looking for UE4 developers in Washington - please comment if interested. Facebook: UE4…
»
MashaDemiani
Hey everyone! My name is Masha and I'm a Technical Recruiter in the Bay Area. One of the engineers…
»
Lost Astronaut Studios
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…
»
Ben Visness
Update! The streams page now automatically loads users' Twitch streams based on links in their use…
»
Mārtiņš Možeiko
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…
»
Mārtiņš Možeiko
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…
»
Abner Coimbre
That is correct, I mostly meant Linux, but like you point out Windows is catching up with ConPTY. …
»
Israel Fernández Angullo
Clear enough! Thank you!
»
Simon Anciaux
No. You can use 1 byte per key (storing the current state in 1 bit, the previous state in 1 bit an…
»
Israel Fernández Angullo
Hi, Casey comments in a post somewhere that if I want to make an engine capable of rebinding keys …
»