An open API service indexing awesome lists of open source software.

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.

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