index
:
daw
master
A tiny game engine
O.Nelin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rendering
/
include
/
engine
Age
Commit message (
Collapse
)
Author
2025-06-13
Use image components for GL texture loading
0undefined
2025-05-02
Move bindings to Window
onelin
2025-04-13
Remove custom vector implementation
onelin
cglm go brr
2025-04-11
Remove old glfw window src
onelin
2025-04-10
Copy GLFW + OpenGL initialization code
onelin
2025-04-10
Rename Platform struct
onelin
2025-04-09
Fetch GLFW3 if not installed locally
onelin
2025-03-22
Update API, add object transform
onelin
2025-03-22
Are we cooking yet?
onelin
2025-03-22
Brewing
onelin
2025-03-22
Revisiting rendering
onelin
2025-03-21
Reset the camera before first iteration
onelin
2025-03-20
Fix some warnings
onelin
2025-03-17
Fix renderbatch_refresh
0undefined
2025-03-17
Fix some conversion warnings
onelin
2025-03-17
Fix batch refreshing
onelin
2025-03-16
Fix some rendering warnings
onelin
2025-03-13
Use nanoseconds for time measurements
onelin
2025-03-12
Implement setting fps cap
onelin
2024-08-25
Try squishing shader buffer info into a single i32
0scar
2024-07-29
Cleanup & fixup
0scar
* Use `size` for the actual buffer size. * Remove ghost code. * Maybe properly copy the first shaderbuffer
2024-07-29
Export refresh, new, and add, renderbatch functions
0scar
2024-07-28
Remove "RenderBatch" draw call type
0scar
2024-07-28
Set number of components per object
0scar
2024-04-24
Immediate commit
0scar
2024-03-24
Refine data structures
0scar
2024-03-13
Add batch rendering
0scar
2024-03-02
Use the vertex array object
0scar
2024-03-01
Add normals
0scar
2024-02-23
Fix ability to use different shaders
0scar
2024-02-19
Add texture to renderobject
0scar
2024-02-19
Add texture loading
0scar
2024-02-18
Add direction to camera
0scar
2024-02-18
More reorganization
0scar
2024-02-18
Cleanup
0scar
2024-02-18
Add C++ header guard
0scar
2024-02-13
Automatically fix ratio
0scar
2024-02-12
Add camera
0scar
2024-02-12
Add shader resource management
0scar
2024-02-12
Enable textures (?)
0scar
2024-02-11
Include model rendering in rendering functionality
0scar
2024-02-11
Add model draw call
0scar
2024-02-11
Render model instead
0scar
2024-02-11
Purge UI
0scar
2024-02-11
DRY LoadShader
0scar
2024-02-06
General cleanup
0scar
2024-02-06
Fixup window handling & rendering
0scar
2024-02-06
Works on my machine
0scar
Albeit when compiled twice :)
2024-02-05
Organize the header files
0scar