Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bardobard/bardrix
Mathemathical raytracing library for educational purposes.
https://github.com/bardobard/bardrix
cpp educational native nuget raytracing
Last synced: 9 days ago
JSON representation
Mathemathical raytracing library for educational purposes.
- Host: GitHub
- URL: https://github.com/bardobard/bardrix
- Owner: BardoBard
- License: mit
- Created: 2024-03-04T00:00:30.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-04-22T12:22:33.000Z (10 months ago)
- Last Synced: 2024-04-22T12:59:52.522Z (10 months ago)
- Topics: cpp, educational, native, nuget, raytracing
- Language: C++
- Homepage: https://www.nuget.org/packages/Bardio.Bardrix
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
[![stars](https://img.shields.io/github/stars/bardobard/Bardrix.svg)](https://github.com/bardobard/Bardrix/stars)
![license](https://img.shields.io/github/license/Bardobard/Bardrix.svg)
[![issues](https://img.shields.io/github/issues/bardobard/Bardrix.svg)](https://github.com/bardobard/Bardrix/issues)[![nuget](https://img.shields.io/nuget/v/Bardio.Bardrix.svg)](https://www.nuget.org/packages/Bardio.Bardrix/)
[![nuget-downloads](https://img.shields.io/nuget/dt/Bardio.Bardrix.svg)](https://www.nuget.org/packages/Bardio.Bardrix/)# Bardrix
![Examples](https://img.shields.io/github/actions/workflow/status/bardobard/bardrix/Examples-Bulid.yml?branch=master&event=push&label=Examples)
![MSVC](https://img.shields.io/github/actions/workflow/status/bardobard/bardrix/Bardrix-Bulid-Test.yml?branch=master&event=push&label=MSVC)
![clang](https://img.shields.io/github/actions/workflow/status/bardobard/bardrix/Bardrix-Bulid-Test.yml?branch=master&event=push&label=clang)
![gcc](https://img.shields.io/github/actions/workflow/status/bardobard/bardrix/Bardrix-Bulid-Test.yml?branch=master&event=push&label=gcc)Bardrix is a native C++ nuget package that includes useful utilities and mathematical functions for C++ raytracing
applications. \
Besides the source it provides extensive documentation and examples for students to learn about raytracing, which is the
goal of this project.[Installation](https://github.com/BardoBard/Bardrix/blob/master/Docs/Installation.md) | [Release Notes](https://github.com/BardoBard/Bardrix/blob/master/Docs/Release_Notes.md) | [Examples](https://github.com/BardoBard/Bardrix/blob/master/Docs/Examples/) | [Reference](https://github.com/BardoBard/Bardrix/blob/master/Docs/Bardrix_Reference.md) | [Conventions](https://github.com/BardoBard/Bardrix/blob/master/Docs/Conventions.md) | [Contributing](https://github.com/BardoBard/Bardrix/blob/master/CONTRIBUTING.md)