Ingen beskrivning

rexim 7ce2cd3059 Factor out region allocator 4 år sedan
images ee7a4998e3 Implement simple Pog lighting 4 år sedan
shaders ee7a4998e3 Implement simple Pog lighting 4 år sedan
src 7ce2cd3059 Factor out region allocator 4 år sedan
.gitignore de7f0a9d83 Add cube model 4 år sedan
LICENSE 63167ff3eb Ready. Set. Go! 4 år sedan
Makefile 7ce2cd3059 Factor out region allocator 4 år sedan
README.md ee7a4998e3 Implement simple Pog lighting 4 år sedan
build_msvc.bat 5fa4effb7c Add MSVC support 4 år sedan
scene.conf ee7a4998e3 Implement simple Pog lighting 4 år sedan
setup_glfw.bat 5fa4effb7c Add MSVC support 4 år sedan

README.md

Kidito

Quick Start

$ make
$ ./kidito

scene.conf

Key Description
frag_shader path to the fragment shader
vert_shader path to the vertex shader
texture path to the image for the texture

Controls

Shortcut Description
F5 Hot-reload ./scene.conf and all of the associated with it resources.
SPACE Pause/unpause the time uniform variable in shaders
← / → Manually step in time back and forth in the paused mode.

Objectives

  • Generate cube mesh
  • Render the cube mesh with perspective projection
  • Texture the cube
  • Fog
  • Simple lighting (the classical one with normals and stuff)