Commit Graph
278 Commits
Author SHA1 Message Date
Riyyi 1a9a618ab1 Add mouse window lock 2021-01-02 23:08:46 +01:00
Riyyi 286f54204e Set initial cursor position 2021-01-02 23:05:28 +01:00
Riyyi 966c3c5e59 Remove unused shader variable 2021-01-02 22:57:37 +01:00
Riyyi d5edec17eb Change KeyCode from an extern variable to a function 2021-01-02 03:26:28 +01:00
Riyyi b8f2f0fe31 Add keycodes, remove all uses of glfw3.h from Application 2021-01-02 03:13:01 +01:00
Riyyi 349257eba0 Abstract GLFW away from main loop close 2021-01-02 01:39:48 +01:00
Riyyi 198a61f054 Add nullptr checks to char type logging 2021-01-02 00:50:31 +01:00
Riyyi 965005aaef Add bool to buffer element types 2021-01-01 21:45:27 +01:00
Riyyi 1254a8f0fe Add VertexBuffer layout ASSERT check 2021-01-01 21:44:24 +01:00
Riyyi 6806743b12 One good boy point :^) 2021-01-01 21:42:23 +01:00
Riyyi 48b7097fe3 Move & symbol to the left when its part of the type 2020-12-31 13:07:17 +01:00
Riyyi ed9fba20a8 Add freetype target in the build 2020-12-30 23:16:39 +01:00
Riyyi bf7417ffaf Add freetype include directory 2020-12-30 22:31:17 +01:00
Riyyi d250f7a844 Add freetype dependency 2020-12-30 22:29:35 +01:00
Riyyi c6634f1231 Add 'make run' target 2020-12-30 17:17:21 +01:00
Riyyi 40667ec056 Do not expose event handled 2020-12-30 14:55:52 +01:00
Riyyi e076c80a21 Add ShaderManager class 2020-12-30 14:55:09 +01:00
Riyyi 61623a2e92 Change assert output format 2020-12-30 14:52:50 +01:00
Riyyi 8827f34cea Add OGL version check 2020-12-30 13:06:44 +01:00
Riyyi a29d8d3a8a Change assert output format 2020-12-30 13:05:04 +01:00
Riyyi 154edd8ef5 Change shader parameter names 2020-12-30 12:10:49 +01:00
Riyyi 9aee7e391d Add texture class and texture test 2020-12-30 11:33:56 +01:00
Riyyi 885dedf3cd Add stb dependency 2020-12-30 11:15:58 +01:00
Riyyi 250201f0e3 Add clangd .cache to .gitignore 2020-12-30 01:48:54 +01:00
Riyyi 3a0a6bc610 Add shader uniform data setters 2020-12-29 23:59:55 +01:00
Riyyi 9df926857b Fix dbg message 2020-12-29 15:37:11 +01:00
Riyyi 0fbcf014cd Reorder function declaration 2020-12-28 20:51:24 +01:00
Riyyi 8d78a81838 Improve on the logging system, add assertions.h 2020-12-27 14:44:25 +01:00
Riyyi 108e999332 Increase C++ standard to 17 2020-12-27 14:35:51 +01:00
Riyyi 18d4158ca5 Add learnopengl.com to README 2019-12-25 00:53:14 +01:00
Riyyi c54364a714 Add needed LSP requirements 2019-12-25 00:51:08 +01:00
Riyyi 5933ed96f3 Convert Settings to pure static 2019-12-25 00:06:50 +01:00
Riyyi 2d648c6cee Add mouse offset to Input 2019-12-24 23:19:10 +01:00
Riyyi acedc40411 Add missing includes 2019-12-24 00:19:39 +01:00
Riyyi 81751442bb Add simple renderer class, add example implementation 2019-12-22 19:49:29 +01:00
Riyyi 11883bd17b Add joystick connected event 2019-12-22 17:00:38 +01:00
Riyyi b90e5ed5dd Add VertexArray, BufferLayout, BufferElement 2019-12-22 14:54:38 +01:00
Riyyi b6f96b3e38 Comments 2019-12-21 15:00:45 +01:00
Riyyi dfbcc0ff0a Add code separators 2019-12-21 14:55:33 +01:00
Riyyi 7c8a0c99a4 Add Shader class 2019-12-21 14:54:59 +01:00
Riyyi c5bd231b38 Add VertexBuffer and IndexBuffer classes 2019-12-20 16:04:57 +01:00
Rick van Vonderen 650538b9ea Update glfw window hint to OpenGL 4.5 2019-12-20 13:24:46 +01:00
Rick van Vonderen e3ea8b58c5 Update glad to OpenGL 4.5 2019-12-20 13:24:14 +01:00
Rick van Vonderen c99af0fbca Add code separators 2019-12-20 03:28:01 +01:00
Rick van Vonderen f2f2bccc90 Add JSON to README.org 2019-12-20 01:07:15 +01:00
Rick van Vonderen e2c217d741 Add setViewport() 2019-12-20 01:01:10 +01:00
Rick van Vonderen cd2f38f360 Change default Window state to windowed 2019-12-20 00:20:37 +01:00
Rick van Vonderen ec7e3de28b Update assert message 2019-12-19 23:43:43 +01:00
Rick van Vonderen aa1d286c19 Add File class and implement inside Settings 2019-12-19 23:16:48 +01:00
Rick van Vonderen 8a5dc4aef9 Add parameter support to assert, remove broken std::string support from Log 2019-12-19 22:49:50 +01:00