allegroflare / allegro_flare

Application toolkit for Allegro 5
https://clubcatt.com/allegroflare
MIT License
35 stars 6 forks source link

Real-time shadows in 3D pipeline #8

Open MarkOates opened 8 years ago

MarkOates commented 8 years ago

This can be implemented in OpenGL but will need to be modified to play friendly with Allegro.

http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-16-shadow-mapping/

MarkOates commented 8 years ago

A working version has been created locally through the time honored technique of artisanal key mashing. Here's the thread: https://www.allegro.cc/forums/thread/615966

MarkOates commented 2 years ago

Note ks's comment recommending https://github.com/assimp/assimp for model loading.