Homework for CSE410 intro to Computer Graphic
ALight-Renderer-Complex is a project Implemented various rendering techniques with a a complete graphical editor.The purpose of this project is to provide a platform for computer graphic research and as a homework with CSE410.
This repository contains:
- ALightCreator a Unity like engine using ImGUI.
- ALight-OpenGL a OpenGL renderer.
- ALight-Raster a CPU based rasterizer.
Homework content is in ALight-Raster Project,
it based on the BufferRenderer from the ALightCreator Project.
it should be no problem just open the ALightRendererComplex.sln
This project was compiled using visual studio 2019. The cmake file is currently not available.
The required library files are already included in the project, but make sure your computer is a 64-bit operating system and has the appropriate graphics card.
MIT © Xingyu Chen