Hans Jorgensen

Results 5 issues of Hans Jorgensen

The [IVRSystem::GetHiddenAreaMesh](https://github.com/ValveSoftware/openvr/wiki/IVRSystem::GetHiddenAreaMesh) method is documented to return a **HiddenAreaMesh_t** that simply contains a pointer to a list of vertices and an indicated number of triangles. Could you please post more...

There are some items that aren't required for completing the game, but can be nice to have, especially for casual players, in completing certain objectives (such as combat scenarios). These...

enhancement

I recently did an experiment/proof-of-concept where I send multiboot payloads from a host GBA to clients using the MultiPlay transfer protocol: https://github.com/TheHans255/rust-gba-multiboot-test. I'd like to add the necessary changes for...

I recently came across this project, and I was interested in using it to write code for my Apple //e. There is a demo of LLVM-MOS code running on the...

enhancement
p2

In my platform linker files, how can I get access to the length of the program, or a program section, in order to write it into the final binary? I'm...