1
0
Fork 0
Anti-aliasing polygon rasterizer, capable of handling non-uniform grids.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Datei suchen
Jan Petykiewicz 0a81c97af1 bump version to v0.7 vor 2 Jahren
float_raster bump version to v0.7 vor 2 Jahren
.gitignore add .mypy_cache to .gitignore vor 3 Jahren
LICENSE.md add license vor 8 Jahren
README.md update req. python version vor 3 Jahren
pyproject.toml move to hatch-based build vor 2 Jahren

README.md

float_raster README

float_raster is a Python module for accurately drawing polygons onto non-uniform rectangular grids

float_raster calculates pixel values with float64 precision and is capable of drawing on grids with variable pixel widths and heights.

Installation

Requirements:

  • python >=3.8
  • numpy

Install with pip:

pip3 install float_raster

Alternatively, install via git

pip3 install git+https://mpxd.net/code/jan/float_raster.git@release