Skip to content

A proof-of-concept rendering of 3D objects in C# WinForm using the System.Drawing.Graphics.DrawPolygon function.

Notifications You must be signed in to change notification settings

AEC-Collection/3D-Rendering

 
 

Repository files navigation

3D-Rendering

My first project thats posted onto GitHub.

This is a proof-of-concept project that aims to render 3D objects in WinForm using the DrawPolygon method in System.Drawing.Graphics, and allow the user to fly around in the 3D world.

Currently it uses triangle-mesh rendering, with future plans to test a 4-sided-polygon-mesh instead to better make cubes (1 polygon per side of cube instead of 2 triangles); and then to generate a landscape of cubes like in Minecraft.

About

A proof-of-concept rendering of 3D objects in C# WinForm using the System.Drawing.Graphics.DrawPolygon function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%