Oh, I misread. I didn't realize you are using stb for ttf fonts. I though we are still talking ab…
r2d2 —
mmozeiko 1) It looks like the glyphs are created with smaller size and then rendered with bigger …
1) It looks like the glyphs are created with smaller size and then rendered with bigger size, ups…
r2d2 —
So, I've spent some time trying to get the same result out of STB library as shown with Windows A…
IIRC there's a video game lawyer on reddit that sometimes gives free legal advice. I think it mig…
Here's a useful floating point trick to know:
1
2
3
4
5
6
7
8
9inline double
radian_reduce_2pi(d…
After making a pretty good progress in May, I thought that I should get more serious about this p…
Awesome! Thanks for hosting my project! Maybe someone in the Handmade Community will find it help…
This project is now live at https://constport.handmade.network/
Welcome, Taylor!
Good idea. I'll give that a shot. Should still be faster than four scalar cos calls.
Yeah currently I believe the version requested and version specified in the shaders is 4.0. Howev…
Yes. A big bushy ginger beard.
Shazan —
ConstPort.exe is not working on my PC Windows 10.
Does it use any specific opengl version? My pc…
Cool. I use real-term currently and will try this out next time I get a chance. You may also want…
Thanks for the input!
I totally get what your saying, and I agree to some extent. I think the di…
Randy Gaul I'm guessing some large float values were passed into the SSE2 cos function, and it ju…
It's a nice project. I don't want to sound very negative, but wanting/having GUI for text-only ou…
Oh shoot, I spelt the name wrong in the title of this thread....
We were just discussing this project within the team, in fact. :)
I for one am very much in favo…
Hey everyone,
I've just started on a project recently called Const Port. (Name is subject to chan…
Hey, just wanted to praise the atan2 function in here! I'm using it for some real-time pitch shif…
Does this mean you have to have a huge, messy beard forever now?
CaptainKraft,
Yes sir. I am writing the code for parsing PDBs myself.
Sorry I didn't catch any of your posts when I could actually be helpful!
This looks really neat.…
Never mind, I figured it out:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
…
Ok, oops, I figured out the strange behavior with the seemingly missing keystrokes, I needed to c…
I am trying to implement Shift based selection that is common in most applications...
This is wh…
I've just started a Patreon page for Odin to aid with development (and beer money).
https://www.…
x13pixels CaptainKraft,
Thanks.
As far as I am aware, there are only Microsoft libraries availa…
I am glad you're enjoying it!
An alternative to bundling all of 4coder with every project would …