Tijani Lawal tjlawal
  • Programming is just moving data, that's all.

  • Joined on 2024-08-04
tjlawal pushed to master at tjlawal/ragar 2024-09-02 20:16:32 -05:00
a63ca8659e vertices and triangle faces.
tjlawal pushed to master at tjlawal/ragar 2024-09-01 14:28:13 -05:00
a0d8da2776 Constant Delta Time set to 60 FPS
b3c40d60a3 fix error in Vec2F32 structure, it should be a union not a struct.
Compare 2 commits »
tjlawal pushed to master at tjlawal/ragar 2024-09-01 13:52:27 -05:00
4bcaac6c43 Vector transformation now in place, just fancy words for saying
tjlawal pushed to master at tjlawal/ragar 2024-08-31 23:31:15 -05:00
b045bf1858 perspective projection is in baby, with a rudimentary camera in place.
tjlawal pushed to master at tjlawal/ragar 2024-08-31 15:32:16 -05:00
7f69338b88 Merge remote-tracking branch 'origin/master'
8166494994 rudimentary orthographic projection.
Compare 2 commits »
tjlawal pushed to master at tjlawal/ragar 2024-08-31 15:31:37 -05:00
7e65bd9ab6 orthographic projection.
tjlawal pushed to master at tjlawal/ragar 2024-08-31 13:53:56 -05:00
af0033cace fixed crash.
tjlawal pushed to master at tjlawal/monna 2024-08-28 19:31:42 -05:00
6a96a3dd25 Update name change.
tjlawal created branch master in tjlawal/monna 2024-08-28 19:24:46 -05:00
tjlawal pushed to master at tjlawal/monna 2024-08-28 19:24:46 -05:00
d9d8a27568 puts()
831b333a74 Built-in Functions: len()
64e048dfcd String concatenation now a thing.
ec6c1ce5aa Now supports strings.
4f3ef7d314 Interpreter complete.
Compare 10 commits »
tjlawal pushed to master at tjlawal/goff 2024-08-28 09:33:20 -05:00
ef92d19721 Rethinking license
tjlawal pushed to in-progress at tjlawal/goff 2024-08-24 09:50:30 -05:00
d3d8421110 step closer to opening a window, shouldn't be this hard but reasoning on
tjlawal pushed to in-progress at tjlawal/goff 2024-08-21 12:01:20 -05:00
404ec22e57 progress towards opening a window; minor fixes here and there;
tjlawal created branch in-progress in tjlawal/goff 2024-08-21 08:29:50 -05:00
tjlawal pushed to in-progress at tjlawal/goff 2024-08-21 08:29:50 -05:00
79b6e83147 building graphics layer i.e. opening a window.
tjlawal pushed to master at tjlawal/goff 2024-08-17 06:54:41 -05:00
b0bca46b46 miscellaneous fixes and additions
tjlawal pushed to master at tjlawal/goff 2024-08-16 06:17:45 -05:00
4938740300 Unicode cleanup; partial threading infrastructure setup; general cleanup
63adbf56d5 Unicode support.
63a8a2bc8a formatting.
Compare 3 commits »
tjlawal pushed to master at tjlawal/goff 2024-08-08 06:40:08 -05:00
a1ffe981a6 threading context in place because we are a multi-threading system dammit!
tjlawal pushed to master at tjlawal/goff 2024-08-07 09:41:45 -05:00
d8d99933e6 unity build setup complete, builds like it should.
tjlawal pushed to master at tjlawal/goff 2024-08-07 00:03:13 -05:00
ab89c03813 arena operations: push, position, pop_to, clear, pop_off, temporary memory. clamps for memory alignment. unity build not setup although it does not work.