# HG changeset patch # User Sam # Date 1683981148 -25200 # Node ID 9767dec81193e78eb97db347e66432ecd849623d # Parent f20965f1d7fab533232344d549f749c5d6ecb54e did: update progress, change roadmap to use glTF instead of OBJ (this seems to be super cool!) diff -r f20965f1d7fa -r 9767dec81193 README.md --- a/README.md Sat May 13 19:31:48 2023 +0700 +++ b/README.md Sat May 13 19:32:28 2023 +0700 @@ -48,10 +48,9 @@ - [x] Load from directory - [x] Load from zip - [x] Load from exe-embeded -- [ ] Mesh files (Wavefront OBJ, MTL) -- [ ] Material files (Wavefront MTL) -- [ ] Image files (BMP RGBA) -- [ ] Audio files (AU) +- [ ] Mesh/material files (glTF) +- [x] Image files (BMP RGBA) +- [x] Audio files (AU) Other (required for alpha release): - [x] Config files ala \*.ini files (use std/parsecfg)