naifb pushed to main at naifb/NBEngine 2026-06-26 14:54:18 +00:00
352a45bce0 Update README.md
naifb created pull request naifb/NBEngine#2 2026-06-26 14:51:14 +00:00
WIP: Graphics Overhaul
naifb pushed to buffer_update at naifb/NBEngine 2026-06-26 14:50:24 +00:00
75bda91302 Forgot to actually compile the shader :P
2c4392a51e Change invalid buffer binding to warning instead of error
Compare 2 commits »
naifb pushed to buffer_update at naifb/NBEngine 2026-06-26 07:45:22 +00:00
521483f4e0 Added vertex buffers/data handling and shader/program handling
cda9950d33 Mild updates to Window and other pieces to match the rest
2a2547f216 Make VertexAttributePointer store index instead of buffer pointer
8a05052516 Made buildable now
81bffb7511 Large OpenGL Object handling overhaul
Compare 6 commits »
naifb pushed to error_struct at naifb/NBEngine 2026-06-26 07:43:50 +00:00
e4b164f29a Error system simplification
naifb pushed to buffer_update at naifb/NBEngine 2026-06-11 09:25:46 +00:00
1efe2a0a7c Mild updates to Window and other pieces to match the rest
ea632614b0 Make VertexAttributePointer store index instead of buffer pointer
3048d524b7 Made buildable now
7648a77e1a Large OpenGL Object handling overhaul
cff7164d27 Mild cleanup
Compare 14 commits »
naifb pushed to error_struct at naifb/NBEngine 2026-06-11 09:24:49 +00:00
cff7164d27 Mild cleanup
13ef940b2d Formatting tweaks
58121bdf28 Got logging and errors basically all working the way I want
0f62aecfa3 Error logging almost working!
40cf079e9d Added type traits and string utils
Compare 11 commits »
naifb pushed to buffer_update at naifb/NBEngine 2026-06-08 08:37:24 +00:00
684d09a09e Made buildable now
naifb created branch buffer_update in naifb/NBEngine 2026-06-08 08:22:01 +00:00
naifb pushed to buffer_update at naifb/NBEngine 2026-06-08 08:22:01 +00:00
f26a43e893 Large OpenGL Object handling overhaul
8b0c08931c Formatting tweaks
091867e77d Got logging and errors basically all working the way I want
32ca555c49 Error logging almost working!
01ddba733d Added type traits and string utils
Compare 10 commits »
naifb pushed to main at naifb/NBEngine 2026-05-18 06:32:52 +00:00
d448b6724a README
naifb pushed to error_struct at naifb/NBEngine 2026-05-02 08:37:18 +00:00
2ef222b7ba Formatting tweaks
naifb pushed to error_struct at naifb/NBEngine 2026-05-02 06:51:06 +00:00
1c40d98812 Got logging and errors basically all working the way I want
naifb pushed to error_struct at naifb/NBEngine 2026-04-20 00:20:03 +00:00
85241b4aa5 Error logging almost working!
a5dc639958 Added type traits and string utils
Compare 2 commits »
naifb pushed to error_struct at naifb/NBEngine 2026-04-18 23:34:03 +00:00
1b4a891a58 nb::Error objects now working
naifb pushed to error_struct at naifb/NBEngine 2026-04-10 05:41:10 +00:00
6c71bd46af I mean it compiled
naifb pushed to error_struct at naifb/NBEngine 2026-04-10 05:31:23 +00:00
b593b7e083 Man im so tired This is wrong but I can taste it, im close
a927b96a99 Added more Util tests and str-wstr related changes to util functions
Compare 2 commits »
naifb created pull request naifb/NBEngine#1 2026-04-06 07:24:06 +00:00
Finished Custom Erroring system
naifb created branch error_struct in naifb/NBEngine 2026-04-06 07:23:06 +00:00
naifb pushed to error_struct at naifb/NBEngine 2026-04-06 07:23:06 +00:00
126862748e Made errors mostly work as hoped