Commit Graph

19 Commits

Author SHA1 Message Date
6362536daa fix: font load fail 2026-04-16 13:13:05 +08:00
42b5661a28 fix: shader load fail 2026-04-16 13:06:49 +08:00
ecc1595a39 fix: can't load image 2026-04-16 13:00:19 +08:00
cd107fa35d feat: add DEBUG_MODE and ASSETS_PATH macro 2026-04-16 12:55:36 +08:00
311c675852 feat: add text class 2026-04-16 10:44:05 +08:00
662e3ee798 feat: add random seed 2026-04-06 21:56:15 +08:00
23affb78b5 feat: add perlin noise 2026-04-05 18:21:43 +08:00
618ba0ce1c fix: NVIDIA graphics card compatibility 2026-03-30 14:24:42 +08:00
01d6e91da9 feat: update logger with new features 2026-03-29 12:38:06 +08:00
2cfbd1a03b feat: add shader class 2026-03-29 11:15:18 +08:00
a7c42f249d perf: optimize text rendering performance 2026-03-28 16:22:38 +08:00
c37c45ad19 feat: add font class and render font function 2026-03-28 12:04:31 +08:00
4d4bbe82ec feat: add frustum culling 2026-03-19 10:54:13 +08:00
f392a656a7 feat: add outline for block that is looked 2026-03-14 10:18:20 +08:00
f3ff209823 perf: optmize world rendering performance 2026-03-08 11:27:37 +08:00
668fa9a57d feat: add world class 2026-03-07 17:00:05 +08:00
2ad9deff3e feat: add TextureManager class 2026-03-07 11:46:36 +08:00
fc7f3e75b1 style: unify naming conventions across the project 2026-03-07 09:51:51 +08:00
9fe1eaec24 feat: initialize OpenGL 2026-03-05 17:01:01 +08:00