Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt77hias/MAGE-v0
🧙 MAGE v0
https://github.com/matt77hias/MAGE-v0
d3d11 direct3d directx directx-11 game-engine mage
Last synced: 29 days ago
JSON representation
🧙 MAGE v0
- Host: GitHub
- URL: https://github.com/matt77hias/MAGE-v0
- Owner: matt77hias
- License: gpl-3.0
- Created: 2016-10-12T16:58:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T18:33:21.000Z (about 1 year ago)
- Last Synced: 2024-05-23T08:23:12.813Z (7 months ago)
- Topics: d3d11, direct3d, directx, directx-11, game-engine, mage
- Language: C++
- Homepage: https://matt77hias.github.io/MAGE-v0-Doc
- Size: 10.4 MB
- Stars: 259
- Watchers: 11
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- AwesomeCppGameDev - MAGE - Matthias Advanced Game Engine (Engines)
README
[![Build status][actions-svg]][actions] [![Code quality][codacy-svg]][codacy] [![Documentation][documentation-svg]][documentation] [![License][license-svg]][license]
[actions-svg]: https://github.com/matt77hias/MAGE-v0/workflows/Contribution/badge.svg?branch=master
[codacy-svg]: https://app.codacy.com/project/badge/Grade/9d2719c91eb445fd916fd07bdeff098d
[documentation-svg]: https://img.shields.io/badge/docs-doxygen-blue.svg
[license-svg]: https://img.shields.io/badge/license-GPL%203.0-blue.svg[actions]: https://github.com/matt77hias/MAGE-v0/actions?query=workflow%3AContribution
[codacy]: https://app.codacy.com/gh/matt77hias/MAGE/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
[documentation]: https://matt77hias.github.io/MAGE-v0-Doc
[license]: LICENSE.txt# MAGE v0
## About
Game and rendering engine featuring both forward and deferred PBR (physically-based rendering) pipelines with optional indirect illumination using Voxel Cone Tracing.
## Index
* [Code Guidelines](MAGE/Meta/CodeGuidelines.md)
* [Documentation](https://matt77hias.github.io/MAGE-v0-Doc/MAGE-Doc/html/index.html)
* [FAQ](MAGE/Meta/FrequentlyAskedQuestions.md)
* [Features](MAGE/Meta/Features.md)
* [File Formats](MAGE/Meta/FileFormats.md)
* [License](https://raw.githubusercontent.com/matt77hias/MAGE-v0/master/LICENSE.txt)
* [References](MAGE/Meta/References.md)
* [Standard Scripts](MAGE/Meta/StandardScripts.md)## Development
* **Platform**: Windows 10 32 Bit and 64 Bit (Windows API + Direct3D 11)
* **Engine Programming Language**: C++17
* **Scripting Language**: C++17
* **Shading Language**: HLSL (Shader Model 5.0)Copyright © 2016-2024 Matthias Moulin. All Rights Reserved.