comparison README.md @ 73:17c12b79faaa

did: update readme
author Sam <sam@basx.dev>
date Sun, 05 Feb 2023 21:57:59 +0700
parents 02bc1232905c
children 8011e4d6372d
comparison
equal deleted inserted replaced
72:a61172f2d94e 73:17c12b79faaa
41 - [ ] Depth buffering 41 - [ ] Depth buffering
42 - [ ] Mipmaps 42 - [ ] Mipmaps
43 - [ ] Multisampling 43 - [ ] Multisampling
44 - [~] Instanced drawing (currently can use instance attributes, but we only support a single instance per mesh) 44 - [~] Instanced drawing (currently can use instance attributes, but we only support a single instance per mesh)
45 - [ ] Fullscreen mode + switch between modes 45 - [ ] Fullscreen mode + switch between modes
46 - [ ] Fixed framerate 46 - [x] Fixed framerate
47 - [ ] Allow multipel Uniform blocks 47 - [ ] Allow multipel Uniform blocks
48 48
49 Build-system: 49 Build-system:
50 - [x] move all of Makefile to config.nims 50 - [x] move all of Makefile to config.nims
51 51