Search results

  1. catlover007

    Blog: catlover007

    Blog: catlover007
  2. catlover007

    Blog: catlover007

    Blog: catlover007
  3. catlover007

    Comment by 'catlover007' in '3ds best emulators'

    please don't just upload those binaries, it's nothing but exhausting for the authors of the emulators when you put versions into circulation which sooner or later fall out of date. Instead link to the original download sites.
  4. catlover007

    Comment by 'catlover007' in '[works somehow] MelonDS online without Ethernet'

    ah and indirect mode getting deprecated is not true. In long term it's the best solution, we have plans to improve it.
  5. catlover007

    Comment by 'catlover007' in '[works somehow] MelonDS online without Ethernet'

    if you use this make sure to turn off automatically disabling internet sharing if no device is connected
  6. catlover007

    Comment by 'catlover007' in 'Towards 3D Rendering'

    Eventhough a lot of GPUs still support them natively, quads are in fact deprecated in modern OpenGL versions.
  7. catlover007

    Comment by 'catlover007' in '[Rant] Nintendo Switch, quarantine, and why deving takes ages'

    Sure if you do low level stuff where you directly interact with the hw you need to use assembler. I was talking about writing applications on the switch.
  8. catlover007

    Comment by 'catlover007' in '[Rant] Nintendo Switch, quarantine, and why deving takes ages'

    compact and efficient looking for humans != compact and efficient on out of order processors with deep pipelines. It's not like you can't write assembler these days (I do it too), but you have to be really careful and as I said it's usually not worth it, unless you're using neon instructions...
  9. catlover007

    Comment by 'catlover007' in '[Rant] Nintendo Switch, quarantine, and why deving takes ages'

    what exactly? I assume you don't write assembler, except maybe for neon (because intrinsic code generation is still not optimal, though it's decent) and neon got a lot better, so the instruction set hardly matters. If you have to write assembler the removal of conditional execution of all...
  10. catlover007

    Comment by 'catlover007' in '[Rant] Nintendo Switch, quarantine, and why deving takes ages'

    why do you hate ARM64? The new instruction set is probably my favourite.
  11. catlover007

    Comment by 'catlover007' in 'How do you even bond with a niece/nephew?'

    I can only speak from the perspective of a nephew who sees his uncles a few times a year. I never had much to do with any of them, until I got interested in Pokemon. My mother is the oldest sibling and has three brothers. One of them lent me his Gold Edition and later the Yellow Edition. Later...
  12. catlover007

    Comment by 'catlover007' in 'Tech Talks: A Brief History of Console Technology'

    > making it the lowest resolution Nintendo home console game to date I think the comparison is a bit unfair. You take ARK as an example, which is perhaps the most extreme case, without refering to the first party titles. Most of them do use dynamic resolution, but they don't drop that low. And...
  13. catlover007

    Comment by 'catlover007' in 'I'm upset about Pokemon games on the 3DS family...'

    the N3ds only has a faster CPU, the GPU is the same weak little thing as in the old 3ds. And I really don't think Pokemon is a CPU bound game, but a GPU bound one. The Pokemon models are already next (console) gen, because obviously they don't want to remodel the Pokemon for every gen(they...
  14. catlover007

    Comment by 'catlover007' in 'My Game Project for Nintendo 3DS - Trying a unsupported Feature'

    I'm not really familiar with Unity, but have you tried to subdivide the terrain mesh into multiple smaller ones? The culling might work better this way
  15. catlover007

    Comment by 'catlover007' in 'IDEs; The Solution to a non-problem'

    for a scripting language like python something like VS or Eclipse is indeed an overkill, but for C, C++, C#, Java or any static typed languange, where the autocompletion can actually register every available symbol, (sematic based) autocompletion is incredible helpful. I know there are...
  16. catlover007

    Comment by 'catlover007' in 'The whole story about Craftus...'

    Oh, I messed with the 3D effect and only tested the latest build with Citra EDIT: I uploaded a fixed version
  17. catlover007

    The whole story about Craftus...

    It all began a while ago, maybe a half year. I started to write a Minecraft clone in C++ using OpenGL. The reason was, well there isn't a real reason. Somehow "writing a Minecraft clone" has become a common challange for upcoming programmers and I tried to do it. One of my friends got really...
General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/FdYTKAVSsXY?si=9E-2AU0JN-4hRZi3