tunnel-runner

Pseudo 3D tunnel effect.
git clone git://git.amin.space/tunnel-runner.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2018-09-23 18:37Clean up texel fetching codeAmin Mesbah1+10-17
2018-09-23 18:18Prefix all definesAmin Mesbah1+47-47
2018-09-23 04:54Clean up transform generationAmin Mesbah1+20-17
2018-09-10 05:54Make some ints uintsAmin Mesbah1+11-12
2018-09-10 04:04Use better typesAmin Mesbah2+62-56
2018-09-09 17:20Move most build logic out to a bash scriptAmin Mesbah3+102-5
2018-09-02 20:26Add logging and better exiting with cleanupAmin Mesbah2+48-21
2018-09-02 18:53Do todosAmin Mesbah1+50-29
2018-09-02 08:16Switch to CAmin Mesbah3+590-621
2018-09-02 07:49Remove some cruftAmin Mesbah2+44-62
2017-03-17 20:15Fix lag and jitter.Amin Mesbah1+120-119
2017-03-17 18:48Implement basic fixed timestep.Amin Mesbah1+128-61
2016-11-20 23:21Update texture transform on buffer resize.Amin Mesbah1+99-40
2016-11-13 22:58Add license.Amin Mesbah1+21-0
2016-11-13 22:20Add readme.Amin Mesbah2+29-0
2016-11-13 01:38Enable looking around and changing texture color.Amin Mesbah4+512-437
2016-11-12 20:10Render tunnel effect with XOR texture.Amin Mesbah1+62-14
2016-11-12 07:18Handle keyboard input.Amin Mesbah1+38-0
2016-11-12 07:03Support controller input.Amin Mesbah1+100-4
2016-11-12 06:34Draw mosaic to the buffer.Amin Mesbah1+55-0
2016-11-12 06:15Create empty sdl buffer.Amin Mesbah3+205-0