This website requires JavaScript.
Explore
Help
Sign In
sheldonmlee
/
raycasting
Watch
1
Star
0
Fork
0
You've already forked raycasting
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
13
Commits
2
Branches
0
Tags
52
KiB
C++
87.7%
C
9.8%
Makefile
2.5%
0acfb6e0a9
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Sheldon Lee
0acfb6e0a9
Ignore ctags files
2023-04-11 05:13:20 +01:00
.gitignore
Ignore ctags files
2023-04-11 05:13:20 +01:00
camera.cpp
Ray casting now working
2023-04-07 05:34:22 +01:00
camera.h
Draw rays from camera and call ray casting stub function.
2023-04-02 01:21:02 +01:00
level.cpp
Ray casting now working
2023-04-07 05:34:22 +01:00
level.h
Draw rays from camera and call ray casting stub function.
2023-04-02 01:21:02 +01:00
main.cpp
Some refactoring
2023-03-31 22:56:26 +01:00
makefile
Make now runs ctags -R
2023-04-02 01:20:41 +01:00
maths.cpp
Implment getting horizontal/vertical intesections of ray casting.
2023-04-04 20:02:49 +01:00
maths.h
Implment getting horizontal/vertical intesections of ray casting.
2023-04-04 20:02:49 +01:00
view.cpp
Ray casting now working
2023-04-07 05:34:22 +01:00
view.h
Create basic level grid representation.
2023-03-31 01:08:02 +01:00