A pure Python 2D/3D graphics library that outputs to windows bitmap format
- Developed and tested using Python 3.7.3 and 3.10.4
- No dependencies required
Run Hello_somestring_here.py
This will show minimum code to accomplish certain tasks
- It should generate a bitmap and open MS Paint under windows to show output...
- Close the MS Paint window to execute another script
- Will generate images (one per function under test) then compare it with previously generated images generated with the function under test (this might take a while)
See: https://k0nze.dev/posts/python-relative-imports-vscode/
- (Module Relative imports dont work in VS Code but code as-is runs fine in terminal or IDLE)