An open API service indexing awesome lists of open source software.

https://github.com/wdevore/pikumasoftrenderer

An adaptation of Pikuma's 3D software renderer course (no textures) - SDL2
https://github.com/wdevore/pikumasoftrenderer

dartlang sdl2

Last synced: about 1 month ago
JSON representation

An adaptation of Pikuma's 3D software renderer course (no textures) - SDL2

Awesome Lists containing this project

README

          

# PikumaSoftRenderer
An adaptation of Pikuma's 3D software renderer course (no textures)

# Blender export to Wavefront

![Export](blender_export_to_wavefront.png)

# Event filter error:
Long shot, but is there an additional error or anything on Uint8 or something causing that class to be unresolved? If Uint8 isn't available for some reason (e.g. because you have a show modifier on an ffi import or another import exposing a symbol with the same name), then Pointer gets analyzed as Pointer which gets instantiated to bounds, Pointer. That then causes the very confusing analyzer failure.