Mercurial > games > semicongine
comparison README.md @ 682:9767dec81193
did: update progress, change roadmap to use glTF instead of OBJ (this seems to be super cool!)
author | Sam <sam@basx.dev> |
---|---|
date | Sat, 13 May 2023 19:32:28 +0700 |
parents | b6c8c7e25bfd |
children | 4c0a4b6902ff |
comparison
equal
deleted
inserted
replaced
681:f20965f1d7fa | 682:9767dec81193 |
---|---|
46 - [x] Resource loading | 46 - [x] Resource loading |
47 - [x] Mod/resource-pack concept | 47 - [x] Mod/resource-pack concept |
48 - [x] Load from directory | 48 - [x] Load from directory |
49 - [x] Load from zip | 49 - [x] Load from zip |
50 - [x] Load from exe-embeded | 50 - [x] Load from exe-embeded |
51 - [ ] Mesh files (Wavefront OBJ, MTL) | 51 - [ ] Mesh/material files (glTF) |
52 - [ ] Material files (Wavefront MTL) | 52 - [x] Image files (BMP RGBA) |
53 - [ ] Image files (BMP RGBA) | 53 - [x] Audio files (AU) |
54 - [ ] Audio files (AU) | |
55 | 54 |
56 Other (required for alpha release): | 55 Other (required for alpha release): |
57 - [x] Config files ala \*.ini files (use std/parsecfg) | 56 - [x] Config files ala \*.ini files (use std/parsecfg) |
58 - [x] Mouse/Keyboard input handling | 57 - [x] Mouse/Keyboard input handling |
59 - [x] X11 | 58 - [x] X11 |