Recent content by wojota_

  1. wojota_

    Homebrew What Game Engines Are Modified To Make 3DS Games?

    Thanks! I will keep this in mind when making the library.
  2. wojota_

    Homebrew What Game Engines Are Modified To Make 3DS Games?

    Right now I am "trying" to make a library that can draw 3D shapes using Citro2D as an alternative to the confusing option of learning Citro3D. However, I am not very invested into that idea and because of that, I don't count on it going very far.
  3. wojota_

    Error During "Making" (msys2) The Homebrew

    I am trying to make a visualisation of a 3D cube on a plane (using Citro3D) but this error keeps on coming up. I tried following the instructions listed on msys2 but the error wouldn't go away. This is the error: This is probably a programming error that can be fixed easily. The code is...
  4. wojota_

    Homebrew What Game Engines Are Modified To Make 3DS Games?

    I don't think it supports 3D.
  5. wojota_

    Homebrew What Game Engines Are Modified To Make 3DS Games?

    I have heard about plugins for game engines that can make games for the 3DS (Unity, Godot etc. ). Any suggestions as to which to choose? I want to have the top screen in 3D and the bottom screen in 2D. Thanks for the help.
  6. wojota_

    Homebrew Citro3D - Help with learning the library

    Does anybody have any tips with learning how to use Citro3D? I want to start making homebrew games but I do not know where (or how) to start learning the library. I looked around for tutorials and looked at the examples given by devkitPro but couldn't find anything to work from. Please feel free...
  7. wojota_

    Homebrew Homebrew app Homebrew game Project Is There A Simplified Way To Import 3D Models To A Project (Citro3D)?

    Is there a way to import 3D models into a homebrew project without the need to manually figure out the values? Please feel free to provide a link to any tools (if they exist of course).
  8. wojota_

    .bat Downloads For GRIT

    The batch files are in this post: Batch Files
  9. wojota_

    Homebrew Homebrew game Libraries For Homebrew Games?

    Does anybody have any suggestions as to what libraries I should use to make my homebrew game? I want them to be as intuitive as possible. This is the list of the libraries that want to find. Base - libctru 2D - Citro2D 3D - Citro3D If anybody has any suggestions for a library or an...
  10. wojota_

    .bat Downloads For GRIT

    Already solved the problem. Thanks for the reply. P.S I think that is my post :P
  11. wojota_

    Gaming Homebrew game Project tankds - My Game Project

    I want to create a 3D tank-battling game for the DS. This forum is for me to ask questions (so I don't have to make a new one each time I have one). I am on a Windows 11 computer and am new to making such games. I want to use BlocksDS, NFlib and the Nitro 3D engine. If you want to talk with me...
  12. wojota_

    Sprite Size Value Out Of Range (Error Code 106)?

    The whole point of having it in one sprite was being able to rotate it. :) 1738357066 Unless there are other methods which I have not heard of.
  13. wojota_

    Sprite Size Value Out Of Range (Error Code 106)?

    Yay! Time to do 3 days of work all over again. :yaynds:
  14. wojota_

    Sprite Size Value Out Of Range (Error Code 106)?

    According to melonDS, the sprite size is "too large". I am on Windows, using BlocksDS and NFlib. This is a screenshot of melonDS: And this is the code : #include <stdio.h> #include <nds.h> #include <filesystem.h> #include <nf_lib.h> #include <nf_basic.h> #include <nf_sprite256.h> #include...
  15. wojota_

    Error Whilst Compiling A Project With BlocksDS And NFlib

    Got this error whilst compiling a BlocksDS project with NFlib. Does anyone know what error is about? Thanks for all the help in advance. Project Files: