tunnel-runner

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

DateCommit messageAuthorFiles+-
2024-03-01 08:28Get everything working with clangdamin1+1-1
2018-09-23 18:37Clean up texel fetching codeamin1+10-17
2018-09-23 18:18Prefix all definesamin1+47-47
2018-09-23 04:54Clean up transform generationamin1+20-17
2018-09-23 03:51Make some ints uintsamin1+11-12
2018-09-10 05:53Use better typesamin2+62-56
2018-09-09 17:34Move most build logic out to a bash scriptamin3+102-5
2018-09-02 20:26Add logging and better exiting with cleanupamin2+48-21
2018-09-02 18:53Do todosamin1+50-29
2018-09-02 08:16Switch to Camin3+590-621
2018-09-02 07:49Remove some cruftamin2+44-62
2017-03-17 20:23Fix lag and jitter.amin1+120-119
2017-03-17 18:57Implement basic fixed timestep.amin1+128-61
2016-11-22 02:00Update texture transform on buffer resize.amin1+99-40
2016-11-13 22:58Add license.amin1+21-0
2016-11-13 22:22Add readme.amin2+29-0
2016-11-13 21:35Enable looking around and changing texture color.amin4+512-437
2016-11-12 20:14Render tunnel effect with XOR texture.amin1+62-14
2016-11-12 20:14Handle keyboard input.amin1+38-0
2016-11-12 07:03Support controller input.amin1+100-4
2016-11-12 06:34Draw mosaic to the buffer.amin1+55-0
2016-11-12 06:16Create empty sdl buffer.amin3+205-0