Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/v0idzdev/mr3d
A simple 3D rendering engine.
https://github.com/v0idzdev/mr3d
Last synced: 19 days ago
JSON representation
A simple 3D rendering engine.
- Host: GitHub
- URL: https://github.com/v0idzdev/mr3d
- Owner: v0idzdev
- License: gpl-3.0
- Created: 2022-07-16T21:46:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-17T18:11:36.000Z (over 2 years ago)
- Last Synced: 2024-11-05T13:26:28.954Z (2 months ago)
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MR3D
MR3D is a **3D rendering engine** written in C++. Intended to be user-**centric** instead of user-**friendly**, this software aims to provide a minimal framework for rendering 3D models & scenes. As free software licensed under the GPL (v3), the user is encouraged to modify the source code how they see fit.
### Features
* Functions such as `Load` and `Update`.
* Structures and classes such as `Vector4`, `Matrix4`, `Triangle` and `Mesh`.### Installation
**MR3D does not and will not contain any pre-built binaries**. We encourage the user to modify and extend the framework instead of using it as-is, due to its minimal nature. As such, **it is recommended to include the source code in your project**. You should be familiar with how C/C++ libraries are compiled and used.### Notice
Some source code is issued under the **One Lone Coder License** and is **Copyright (C) Javidx9 (2018)**.