Andrew King
Andrew King
Depends on #170 --- This is a bit of a bigger PR that adds the following: - Use traits for binding to the pipeline. This means we can bind like...
This attempts to seperate Shaders from Pipelines It also removes the need to cleanup shaders from the renderer Note: There is now 1 pipeline instance per Pipeline object, need to...
Gpu data like uniforms and storage need special rules for alignement of data. It would be nice if we have some sort of convenince methods that would automatically align data...
# WIP Voxels This is my in progress voxel implementation. ## Design - Voxel crate - `grid` and `voxel` `.rs` hold the generic design of the voxel, it is kept...
There are times, such as when computing one off jobs on the gpu, you need to run something on the next frame once. For example: In the PR #159 there...
## Pull Request Template ### Checklist - [ ] Confirm that `run-checks` script has been executed. ### Related Issues/PRs - None ### Changes The current burn-import main dosent' implement any...
thirtythreeforty seems to have left the scene. Issues are not addressed here and PRs are not merged. See [my fork](https://github.com/QuantumEntangledAndy/neolink) instead For awhile me and thirtythreeforty worked on this fork...
I was having issues with this in my workspace projects so I went and fixed that Additions - Use `cargo locate-project --workspace` to find workspace manifiest - Add `cargo all`...
This will RE the SD card and file listing features of the camera
The filechooser on ios return a path to a png https://github.com/kivy/plyer/blob/c9e73f395e2b51d46ada68119abfae2973591c00/plyer/platforms/ios/filechooser.py#L76 This works however this method strips the EXIF data. Without the EXIF data the image will likely be upside...