- Global 🔈🔉🔊
- https://dank.game
- Joined on
2022-07-14
dc2141c2c4
Merge branch 'pudding' into cuckoo
21e1e7e707
set GL attributes before creating a window
9fd3ee282e
change default keys for screenshot and video
a3fba9c38a
adjust pre tag
6956688430
add title to README
17dee6174f
use a single GL context by moving texture loading out of camera frame thread and use the thread only for reading frame data into cv::Mat
d34ecf887f
use implicit variables for c/c++ compiler in Makefile; add README; enable screenshots and video
7cb7c2e806
conditions for boom mode
c55bcd0ee8
use new space box trigonometric functions
6e958debf0
added velocity to delta helper function
4bf9b6cf9d
initial commit
d1cb24a785
angle difference and ratio methods
7e31b5a1c0
fix trigonometry functions so angles correspond with GL coordinates, add function to calculate angle between two vectors
3444afc2c1
changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug;