Add NUFLI image pipeline
- Add mufflon C source (gitignored, auto-downloaded by make) - Add tools/nuf_to_asm.py for converting .nuf to oscar64 assembly - Add Makefile targets: nufli, nufli-clean, ensure-mufflon - Generate NUFLI .asm/.h files for all 5 screens - Add NUFLI integration plan to tasks.md
This commit is contained in:
+16
@@ -25,6 +25,22 @@ oscar64/build/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# python venvs
|
||||
tools/img-convert/venv/
|
||||
|
||||
# mufflon source (not a submodule, from SVN repo)
|
||||
mufflon/
|
||||
|
||||
# mufflon build output
|
||||
build/mufflon
|
||||
|
||||
# NUFLI generated files (BMP intermediates, .nuf output, result/error maps)
|
||||
src/data/nufli/*.bmp
|
||||
src/data/nufli/*.nuf
|
||||
|
||||
# temp / comparison output
|
||||
tmp/
|
||||
|
||||
# editor / IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user