Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deccer/xacor
Experimental Game Engine
https://github.com/deccer/xacor
csharp d3d11 dotnet-core dx11 dx12 educational-project educational-software game-engine graphics-programming opengl33 opengl46 vulkan
Last synced: 3 months ago
JSON representation
Experimental Game Engine
- Host: GitHub
- URL: https://github.com/deccer/xacor
- Owner: deccer
- License: mit
- Created: 2019-06-09T18:31:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T21:01:02.000Z (about 2 years ago)
- Last Synced: 2023-03-09T05:11:22.772Z (almost 2 years ago)
- Topics: csharp, d3d11, dotnet-core, dx11, dx12, educational-project, educational-software, game-engine, graphics-programming, opengl33, opengl46, vulkan
- Language: C#
- Homepage:
- Size: 3.05 MB
- Stars: 25
- Watchers: 1
- Forks: 1
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xacor
![build-windows](https://github.com/deccer/Xacor/workflows/build-windows/badge.svg) ![build-ubuntu](https://github.com/deccer/Xacor/workflows/build-ubuntu/badge.svg) ![build-macos](https://github.com/deccer/Xacor/workflows/build-macos/badge.svg)
[![CodeFactor](https://www.codefactor.io/repository/github/deccer/xacor/badge)](https://www.codefactor.io/repository/github/deccer/xacor)![Experimental Game Engine](Resources/AppLogo/Xacor_Logo.png)
Xacor an experimental game-engine. This is a purly educational project for learning and experimental purposes.
The goal is to provide a fully abstracted engine, which can run on various backends such as- [D3D11](Xacor.Graphics.DX11/README.md)
- [OpenGL 4.6](Xacor.Graphics.GL46/README.md)
- [OpenGL 3.3](Xacor.Graphics.GL33/README.md)- [D3D12](Xacor.Graphics.DX12/README.md)
- [Vulkan](Xacor.Graphics.VK/README.md)At the moment `D3D11` and `OpenGL 4.6` are the most complete backends.