Hi there! :) I'd like to make a few suggestions to increase the usability of RemedyBG a little bi…
Miles —
In this devlog I show off the weekly progress, including level serialization and new editor tools…
Afaik go uses dwarf debug info, so it won't work with remedy.
You can use lld linker from LLVM/C…
Hi, I'm interested in assembler programming with small tools, and I was able to generate debug in…
About the job and company
Lynx Paw is a small software agency looking for developers to develop …
Almost correct. Vertex also needs to be on correct side, just like other matrices.
You do "P * V…
Does that mean you don't have to worry about the ordering in the shader or 1P*V*M*Vertex
will w…
With matrices it works the same way (vector is just the 1x4 matrix). You do either P*V*M or you d…
Oh yea, was thinking if you use the matrices as the same way as math P * V * M instead of the oth…
Unless you are talking about ancient fixed-functionality-pipeline in OpenGL 1.x, then OpenGL (sam…
Hi Roman,
I'm a bit rusty on matrix's, but one thing I did notice is the layout of the matrix -…
mrmixer
Welcome.
Thank you, Simon!
mrmixer
What does "fuzzy choose" mean ?
Oh, I just meant …
mrmixer
Have you tried calling vcvarsall.bat yourself in a console before building (from that con…
mrmixer
EDIT 2: The game is now crashing every time I try to go to the last levels "world" with t…
Which version of Visual Studio do you use ? How do you build ?
Have you tried calling vcvarsall.b…
Roman —
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17mat4
operator*(mat4 a, mat4 b)
{
mat4 resu…
Hello !
Firstly, I want you to know that i'm fairly new to c / c++ programming or compiling. I fe…
Just wondering what the matrix multiplication function looks like?
Thanks for the replies. That makes sense about making it easier when writing a program language.…
mmozeikoBut - is way easier to start using OpenGL, especially when you are writing your own langu…
He has mentioned on stream that for shipping product he will do D3D.
OpenGL is ugly and unstable…
Are cameraFront and up guaranteed to be perpendicular (in other words, is cameraFront parallel to…
You should probably ask him directly on stream since we can only guess.
Welcome.
matheusPepper has a cool picker ui which lets you fuzzy choose items in a list.
What d…
CaproThere actually is one specific place in the game where you can have a global view of the map…
Hello, handmade community!
This is my first blog post here :)
So, as you may know, I've been wor…
Roman —
Hello. I want to my character object facing where I am looking in 3D space.(character is just a b…
Hi,
for starters, I want to deeply thank you for playing the game with such care, attention and a…
Hi everyone,
I think of this question every time I watch Jon stream and thought I'd get an answ…