Handmade Network»Feed
Arnon
Look allright to me. Nice work! :) (Now make the full cube and not just 2 squares...:P )
»
Vjekoslav
mrmixerWouldn't you still need to queue jobs for other threads to be able to pick them up when th…
»
Marc Costa
It just seems that you have too many jobs being added to the queue and not enough being removed. …
»
Marc Costa
Well, you could send all Entity data to the GPU and change the data offsets in glVertexAttribPoin…
»
Simon Anciaux
I would like to reiterate that - You really should try asking Allen or people on discord about t…
»
Simon Anciaux
vjekoslav2) Instead of queuing the jobs, each thread dig multiple directories on its own. When it…
»
Mārtiņš Možeiko
I have such repo too: https://github.com/mmozeiko/android-native-example With bat file for buildi…
»
C_Worm
Yeah that's what i thought and i guess if the glBufferSubData() function had a paramter to set th…
»
Marc Costa
As you said, it would work if you extracted the vertices of all entities into a contiguous array.…
»
C_Worm
mmozeiko You say it does not work when you upload two vertices? How are you doing that? Are you c…
»
k2t0f12d
You may find this repo very interesting: https://github.com/cnlohr/rawdrawandroid Disclaimer fr…
»
Mārtiņš Možeiko
- There is a reason why fplAlwaysAssert() does just a null pointer assignment -> Debug break d…
»
Mārtiņš Možeiko
Uploading your vtx data with glBufferSubData will work fine regardless of where Vertex vtx[4] dat…
»
S
Reading TTF Files I had been wanting to write this for over a year, yes you read that right a ye…
»
Barret Gaylor
Sounds good. How would I implements this code in my 4coder? Sorry, I'm new to modding 4coder. Als…
»
Vjekoslav
Hi, I have a problem with queuing jobs into fixed size circular queue when multiple threads can p…
»
Martijn Courteaux
SilverNode devlog #001 is out! - Early version of Auto Editing - Split Toning / Color Balance …
»
Jason
I've been playing around with milton (the drawing app which I downloaded from github) and for som…
»
C_Worm
Hey, im trying to use glbuffersubdata to update more than 1 entity (simple rectangle). however w…
»
Ryan McQuen
@x13pixels, did you ever try adding the dpiAwareness prop to the manifest of RemedyBG?
»
Simon Anciaux
If anyone comes here, the new article Customization layer - getting started ( 4coder 4.1 ) is ava…
»
Simon Anciaux
In a simple test on Windows with Visual Studio 2017 and compiling with /O2, __debugbreak( ); stil…
»
albatros
here are the news on the meetup. We are currently out of a place to meet for a bit of time, and …
»
Finalspace
mrmixerWelcome back. Glad to see you're ok. There are a few title markup issues in the post ( Li…
»
Simon Anciaux
On http://4coder.net/ At the bottom of the page there is a link that reads "Handmade Network disc…
»
Barret Gaylor
Thanks for the help. Maybe you could make the auto indenter make an indent whenever the user pres…
»
Angelo Theodorou
After quite some time I'm now nearly done with the introduction of custom memory allocators suppo…
»
Alessio
Hi, I've disable lighting by modifying code on win32_renderer_test.cpp file at row 376: Frame-&…
»
Simon Anciaux
Maybe you should try contacting Allen on twitter or the 4coder discord to know what would be the …
»
Simon Anciaux
If you're using the latest code, I think the bottleneck is the CPU. Even on Casey's machine it do…
»