jam1garner / jam1garner/nutexb

image mipmaps

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
15
Forks
2
PR merge metrics
No merged PRs in 30d

Description

For uncompressed images like the image crate, mipmaps will need to be automatically generated or manually specified by the user. Uncompressed formats like PNG or JPEG typically do not support mipmaps. For the image crate, mipmaps can be generated by repeatedly scaling down the image by a factor of two using some sort of filtering like gaussian or bilinear.

Contributor guide

No contributing guide indexed for this repository

Research direction

No files, tests, or entry points are named. Start by locating the Rust code that handles uncompressed images and the image crate integration, then review how texture mipmaps are represented. Done means the project has a defined way to generate mipmaps or accept user-specified levels for formats such as PNG or JPEG.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
computer-graphics
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.