Advertisement

Lightweight 2d engine/API?

Started by June 29, 2012 05:56 AM
-1 comments, last by ajw1995 12 years, 5 months ago
I'm looking to make a minimalist 3d engine - tiny library, low cpu/gpu and ram usage - so it can handle much more detailed models. This involves writing the 3d section myself, and then using a very small 2d engine to draw the screen each time. This engine needs to be able to fill a canvas with polygons, each polygon with a texture and shading, possibly antialias the image and then draw it to the screen. I have been looking at existing options, but so far have only found well developed engines with too many unused functions in their libraries. Any ideas would be great.



P.S: If this thread is in the wrong forum it's because I have no idea which forum is which.

This topic is closed to new replies.

Advertisement