deathcap / ProgrammerArt

:sunrise_over_mountains: free voxel-related art for all
Creative Commons Attribution 4.0 International
70 stars 9 forks source link

ndarray/JSON distribution #4

Open deathcap opened 10 years ago

deathcap commented 10 years ago

https://github.com/mikolalysenko/isabella-texture-pack is distributed as a JSON file, exported as an ndarray - maybe ProgrammerArt should too?

deathcap commented 10 years ago

Probably not too difficult to do this, since pre-'stitched' texture atlas images are already generated (added in GH-3 for the 'stitch pack' as I called it), only need to wrap it in a module and return an ndarray. Then it should be directly usable with voxel-mipmap-demo. However, adding resource pack loading support instead would enable more possibilities https://github.com/deathcap/game-shell-voxel/issues/1 with no change needed on ProgrammerArt's part (but, more distribution formats the better...).