Pheubel

Results 37 comments of Pheubel

well, if you are talking about the file itself, then it would depend on the database. as an example i am going to assume you store it as a byte...

based on previous discord discussions gettext seems to be a possible fit for this. i recommend that the person who will pick this up (might even be me) to look...

In regards to the type punning issues presented by GCC [`std::bit_cast`](https://en.cppreference.com/w/cpp/numeric/bit_cast) seems like a possible solution to get the desired behavior. However since it is introduced in C++ 20, support...

I feel like i can get the type punning issue out of the way with some black magic

i've made a small draft for setting up for visual studio (windows), lots of grammer/spelling errors are a given. https://pastebin.com/quDeMC83

i'm gonna have a look at to how i could incorporate box2d

With the type punning out of the way, there are still some obstacles in the way from having GCC compile without having ti tinker with flags. A major one being...

Adding support for both box2d and bullet should be possible. But it might be better to first come up with a plugin interface, that way it should be easy for...