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
- Host: GitHub
- URL: https://github.com/wdevore/pikumasoftrenderer
- Owner: wdevore
- License: mit
- Created: 2024-03-30T17:53:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T01:03:42.000Z (about 1 year ago)
- Last Synced: 2025-03-17T02:27:57.624Z (about 1 year ago)
- Topics: dartlang, sdl2
- Language: TeX
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PikumaSoftRenderer
An adaptation of Pikuma's 3D software renderer course (no textures)
# Blender export to Wavefront

# 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.