Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1009 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 1009 Bytes

Hello3DS

3DS homebrew, iterates until reaching a small game engine. Currently exports projects as .3dsx format

what you need

dependencies

current features

  • Can display shapes (squares, circles based on sf2d)
  • Load and display PNG/JPEG images at different depth levels
  • Touchscreen / D-PAD / Buttons interactions to move object, change background...
  • superb Bojack / IMAC themed homebrew !

next

  • text
  • auto 3D drawing by adding a depth param to objects
  • 3D model loading ? --> might wait because needs to get rid of 2D libs and use openGL from scratch