Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.31 KB

ALight Renderer Complex

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:

  1. ALightCreator a Unity like engine using ImGUI.
  2. ALight-OpenGL a OpenGL renderer.
  3. ALight-Raster a CPU based rasterizer.

Table of Contents

Usage

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

Dependence-And-Requirements

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.

Gallery

01 01 01 01 01

Maintainers

@Asixa.

License

MIT © Xingyu Chen