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.
Andras Koczka
I have set enable_code_wrapping to false and DEF_TAB_WIDTH to 2, but it still uses the 4 wide ind…
»
Allen Webster
You are definitely making some of the most epic customizations I've ever seen!
»
Allen Webster
That sounds like you've got the "code wrapping" which automatically displays the code as if it ha…
»
Siew Yi Liang
I know this is a bit of an old post, but I found exactly what the OP was looking for: a Dash/Velo…
»
David Butler
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32…
»
Andras Koczka
Hi Allen, I tried to set DEF_TAB_WIDTH to 2 (on version 4.0.20) but everything still looks the s…
»
Timothy Wright
https://en.wikipedia.org/wiki/The_ONE_Thing_(book)?link=true
»
Ray
Thank you very much for your feedback! :D About the font, I use the default font that comes embe…
»
David Butler
Im continuing the work of porting over all my emacs custom config stuff over to 4coder: 1 2 …
»
pragmatic_hero
Todd But watching that first video of them taking C# code, turning it into CIL (MSIL), then tree-…
»
Simon Anciaux
I found Sean Barrett's test. For the difference between the functions, you can search for them i…
»
r2d2
I've played around with half-pixel offsets. It has fixed the clipping issue, thank you, skye_r! …
»
x13pixels
Thanks Stewart.
»
Flyingsand
I remember reading somewhere that coroutines were proposed for C++17. Not sure what the status is…
»
Jeroen van Rijn
Nice to see that raylib's joining the imgui bandwagon :) I really enjoy the dark theme's choice …
»
Andrew Chronister
That default font is a little too thin and blocky IMO, for a default style you might want to go w…
»
Ray
Some years ago I started developing a simple IMGUI module for raylib, inspired by Unity IMGUI, it…
»
Allen Webster
It seems that it has been a while since there was a 4coder update, but there has been plenty of p…
»
Mikael Johansson
I worked briefly at a company (my only real programming job) that used Qt and even QML for the so…
»
Stewart Henderson
Very cool project!
»
Asaf Gartner
This works for me: Log your daily activities. Write a short entry ([timestamp] [task]) every ti…
»
Matt Mascarenhas
Making a move:
»
r2d2
2 skye_r: Thanks, I was thinking in the same direction but was looking into ability of STB to do…
»
Simon Anciaux
For the font rendering quality, Sean Barrett (the creator of the stb libs) tweeted some tests he …
»
skye_r
hey @r2d2 I was also experiencing font clipping when I was rasterising ttf font(to texture-atlas)…
»
ratchetfreak
There is no way you will be able to do or learn everything. So the easiest way to get more time f…
»
Todd
What are your tips on time management when you're working full-time and also trying to continue y…
»
David Butler
Btw, here is my complete (probably?) version: 1 2 3 4 5 6 7 8 9 10 11 12 …
»
r2d2
After some reading I'm inclined to think that I won't get a better font image quality due to algo…
»
r2d2
mmozeiko Oh, I misread. I didn't realize you are using stb for ttf fonts. I though we are still t…
»