Here is a list of all documented files with brief descriptions:
[detail level 12345]
| ▼ include | |
| ▼ brenta | |
| ► drivers | |
| glfw.hpp | |
| miniaudio.hpp | |
| ► ecs | |
| ► components | |
| camera_ecs_component.hpp | |
| dir_light_ecs_component.hpp | |
| model_ecs_component.hpp | |
| particle_emitter_ecs_component.hpp | |
| point_light_ecs_component.hpp | |
| transform_ecs_component.hpp | |
| ► systems | |
| camera_render_system.hpp | |
| dir_light_render_system.hpp | |
| model_render_system.hpp | |
| particle_emitter_system.hpp | |
| point_light_render_system.hpp | |
| ecs.hpp | |
| ► node_components | |
| dir_light_node_component.hpp | |
| model_node_component.hpp | |
| particle_emitter_node_component.hpp | |
| point_light_node_component.hpp | |
| text_node_component.hpp | |
| ► renderer | |
| ► opengl | |
| buffer.hpp | |
| cubemap.hpp | |
| framebuffer.hpp | |
| gl.hpp | |
| shader.hpp | |
| texture.hpp | |
| ubo.hpp | |
| vao.hpp | |
| ► passes | |
| opaque_pass.hpp | |
| post_process_pass.hpp | |
| skybox_pass.hpp | |
| transparent_pass.hpp | |
| ui_pass.hpp | |
| camera.hpp | |
| dir_light.hpp | |
| material.hpp | |
| mesh.hpp | |
| model.hpp | |
| particles.hpp | |
| phong.hpp | |
| pipeline.hpp | |
| point_light.hpp | |
| renderer.hpp | |
| skybox.hpp | |
| app.hpp | |
| asset.hpp | |
| brenta.hpp | |
| color.hpp | |
| engine.hpp | |
| font.hpp | |
| fswatcher.hpp | |
| gui.hpp | |
| input.hpp | |
| key.hpp | |
| logger.hpp | |
| mouse.hpp | |
| node.hpp | |
| scene.hpp | |
| script.hpp | |
| signal.hpp | |
| sound.hpp | |
| subsystem.hpp | |
| text.hpp | |
| time.hpp | |
| time_db.hpp | |
| transform.hpp | |
| window.hpp | |
| ▼ src | |
| ▼ drivers | |
| fswatcher_unix.cpp | |
| fswatcher_windows.cpp | |
| glfw.cpp | |
| miniaudio.cpp | |
| ▼ node_components | |
| dir_light_node_component.cpp | |
| model_node_component.cpp | |
| particle_emitter_node_component.cpp | |
| point_light_node_component.cpp | |
| text_node_component.cpp | |
| ▼ renderer | |
| ► opengl | |
| buffer.cpp | |
| cubemap.cpp | |
| framebuffer.cpp | |
| gl.cpp | |
| shader.cpp | |
| texture.cpp | |
| ubo.cpp | |
| vao.cpp | |
| ► passes | |
| opaque_pass.cpp | |
| post_process_pass.cpp | |
| skybox_pass.cpp | |
| transparent_pass.cpp | |
| ui_pass.cpp | |
| ► shaders | |
| ► c | |
| particle_render_fs.c | |
| particle_render_gs.c | |
| particle_render_vs.c | |
| particle_update_gs.c | |
| particle_update_vs.c | |
| phong_fs.c | |
| phong_vs.c | |
| screen_fs.c | |
| screen_vs.c | |
| skybox_fs.c | |
| skybox_vs.c | |
| text_fs.c | |
| text_vs.c | |
| camera.cpp | |
| material.cpp | |
| mesh.cpp | |
| model.cpp | |
| particles.cpp | |
| phong.cpp | |
| pipeline.cpp | |
| renderer.cpp | |
| skybox.cpp | |
| asset.cpp | |
| ecs.cpp | |
| engine.cpp | |
| font.cpp | |
| gui.cpp | |
| input.cpp | |
| logger.cpp | |
| node.cpp | |
| scene.cpp | |
| script.cpp | |
| signal.cpp | |
| sound.cpp | |
| stb_image.cpp | |
| text.cpp | |
| time.cpp | |
| transform.cpp | |
| window.cpp | |