https://github.com/wumpf/clearsight
A C# render framework project.
https://github.com/wumpf/clearsight
Last synced: over 1 year ago
JSON representation
A C# render framework project.
- Host: GitHub
- URL: https://github.com/wumpf/clearsight
- Owner: Wumpf
- License: mit
- Created: 2015-11-08T00:07:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T17:38:54.000Z (over 10 years ago)
- Last Synced: 2025-01-22T17:45:39.433Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 77.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
ClearSight
======================
A C# (.Net4.6) based hobby engine project. Mostly rendering.
Meant primarily for my personal enjoyment and to satisfy my occasional curiosity about design issues. Also, I hope to use it as a base for rendering experiments in the future.
Overview
----------------------
todo
Third Party Software & Relations
----------------------
Dependencies:
* [SharpDX](http://sharpdx.org/)
* ... more to come
Some parts of this project's code are inspired by [ezEngine](http://ezengine.net/), an open source C++ engine which I hold in high regard (you should try it!).
Licensing
----------------------
It's MIT license! So help yourself and copy whatever you want as long as you mention me by including the [license](/license.txt) :)