score
score
Hi, I haven't got a copy of Unity lying around for me to test it myself unfortunately, but @LengaJenga has provided some shaders you can import into Unity which should...
Thanks for the response. Since this is intended to provide a display format for the structs in question, is there any faster way to use the `format` attribute? My expectation...
It does. It doesn't end process when you close the window (I need to ctrl+C in the terminal afterwards), but I don't know if that's just glxgears being strange. I've...
Here's the output: ``` score@kirisame ~/src/praxis % ldd ./praxis linux-vdso.so.1 (0x0000038450616000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x000003845013a000) libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x000003844fea1000) libGL.so.1 => /usr/lib/libGL.so.1 (0x000003844fc07000) libGLU.so.1 => /usr/lib/libGLU.so.1 (0x000003844f986000) libX11.so.6 => /usr/lib/libX11.so.6...
This leaves a black window floating around, but the software itself works. The glutinitdisplaymode man page says this: > GLUT_OFFSCREEN windows do not work with nVidia cards/drivers. (Both Win32 and...
The offer to remote-debug over discord still stands for anyone who wants to give it a go!
Seems to be a limitation of Java's ByteBuffer. It uses 32-bit indexing we round allocations up to the next power of 2. Once we request a 1GB buffer, it just...
BTW, what would the success case for this look like? If we break this specific ceiling, there's always more vertices to load, and then the next limit we would run...
Test steps: 1. Install dune and yojson (you might need to do this via `opam` if not provided by your OS vendor) 2. `dune exec ./test.exe`