https://github.com/xbkv/3d-game
🎮 Build tool for a 3DS 3D game written in C, created for learning purposes.
https://github.com/xbkv/3d-game
3d 3dgame 3ds 3ds-homebrew 3dsx blender c clanguage
Last synced: 2 months ago
JSON representation
🎮 Build tool for a 3DS 3D game written in C, created for learning purposes.
- Host: GitHub
- URL: https://github.com/xbkv/3d-game
- Owner: xbkv
- Created: 2023-12-21T03:02:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-08T14:57:03.000Z (2 months ago)
- Last Synced: 2025-02-08T15:31:22.550Z (2 months ago)
- Topics: 3d, 3dgame, 3ds, 3ds-homebrew, 3dsx, blender, c, clanguage
- Language: C
- Homepage:
- Size: 35.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3D Game
## 🎮 Project Overview
A simple 3D game built with C for learning purposes. Just a basic project to understand 3D stuff for the Nintendo 3DS.## 🛠️ Installation
1. Clone the repository:
```bash
git clone https://github.com/xbkv/3d-game.git
```
2. Navigate to the project directory:
```bash
cd 3d-game
```
3. Build the project using Makefile:
```bash
make
```
This will generate a `.3dsx` file.4. Clean the build files if needed:
```bash
make clean
```5. Rebuild the project:
```bash
make re
```## ⚙️ Technologies Used
- C Programming Language
- Python (for OBJ file format conversion)
- OpenGL---
**License**: MIT