You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lunarium_OLD/src/renderer
Joey Pollack f0fb3fdec1 Line shaders written
Renderer2D prepared for Lines and Ellipses
3 years ago
..
OLD Re-write of renderer is more or less stable and hooked back up to the core engine. 3 years ago
shaders Line shaders written 3 years ago
frame_buffer.cpp Re-write of renderer is more or less stable and hooked back up to the core engine. 3 years ago
frame_buffer.h Texture and FrameBuffer classes implemented 3 years ago
index_buffer.cpp Single quad working with batch system now. 3 years ago
index_buffer.h Re-write of renderer is more or less stable and hooked back up to the core engine. 3 years ago
orthographic_camera.cpp Re-write of renderer is more or less stable and hooked back up to the core engine. 3 years ago
orthographic_camera.h Re-write of renderer is more or less stable and hooked back up to the core engine. 3 years ago
render_common.h Re-write of renderer is more or less stable and hooked back up to the core engine. 3 years ago
render_context.cpp We got a shape on screen again! 3 years ago
render_context.h Re-write of renderer is more or less stable and hooked back up to the core engine. 3 years ago
renderer2D.cpp Line shaders written 3 years ago
renderer2D.h Line shaders written 3 years ago
shader.cpp We got a shape on screen again! 3 years ago
shader.h We got a shape on screen again! 3 years ago
text_renderer.cpp Text rendering working again 3 years ago
text_renderer.h Text rendering working again 3 years ago
texture.cpp Text Renderer is properly joining all of the character pixel data into one long texture! The characters are aligned to the top of the frame (which I think is correct for calculating the uvs for each char) 3 years ago
texture.h Text Renderer is properly joining all of the character pixel data into one long texture! The characters are aligned to the top of the frame (which I think is correct for calculating the uvs for each char) 3 years ago
vertex_buffer.cpp Batch render testing working 3 years ago
vertex_buffer.h Single quad working with batch system now. 3 years ago