ktyl
|
26600b8688
|
chore: fix typo
|
2023-08-12 00:26:13 +02:00 |
ktyl
|
2b6444dfac
|
feat: resizable window
|
2023-08-12 00:16:35 +02:00 |
ktyl
|
4795d88b91
|
refactor: extract gfx functions
|
2023-08-06 15:49:59 +02:00 |
ktyl
|
37025fbb09
|
chore: name main script
|
2023-08-06 15:25:44 +02:00 |
Cat Flynn
|
80ddb7dd82
|
feat: draw orbit with astro
|
2023-08-06 15:24:43 +02:00 |
Cat Flynn
|
cf5418780b
|
chore: move depth test setting to gfx init
|
2023-08-06 13:12:16 +02:00 |
Cat Flynn
|
1f217971fd
|
feat: unlit shader program
|
2023-08-06 13:12:16 +02:00 |
Cat Flynn
|
c161f3e54a
|
feat: scale down sphere
|
2023-08-06 13:12:15 +02:00 |
Cat Flynn
|
fdabe9aadd
|
feat: draw tilted circle
feat: generate orbit points at an angle
|
2023-08-06 13:11:13 +02:00 |
Cat Flynn
|
c774045c92
|
feat: enable depth testing
|
2023-08-03 20:07:51 +02:00 |
Cat Flynn
|
c6a4cfa418
|
feat: fix aspect ratio
|
2023-08-03 20:07:51 +02:00 |
Cat Flynn
|
85e0bf3d6c
|
fix: exit with error on shader compilation failure
|
2023-08-03 20:07:51 +02:00 |
Cat Flynn
|
20658ba15a
|
feat: directional lighting
|
2023-08-03 20:07:46 +02:00 |
Cat Flynn
|
abb990b9d4
|
feat: ambient lighting
|
2023-08-03 08:43:34 +02:00 |
Cat Flynn
|
ef67495aef
|
doc: add isosphere implementation source link
|
2023-08-03 01:21:18 +02:00 |
Cat Flynn
|
4bab4bbcf7
|
feat: slow rotation
|
2023-08-03 01:20:15 +02:00 |
Cat Flynn
|
a444deb51a
|
feat: subdivide isosphere
https://schneide.blog/2016/07/15/generating-an-icosphere-in-c/
|
2023-08-03 01:19:56 +02:00 |
Cat Flynn
|
74ccc647f4
|
chore: simplify time usage
|
2023-08-03 01:05:13 +02:00 |
Cat Flynn
|
0ce3d54139
|
chore: delete redundant class
chore: remove redundant include
chore: remove redundant declaration
|
2023-08-03 01:05:12 +02:00 |
Cat Flynn
|
f22fcee399
|
refactor: extract uniform updates from triangle
|
2023-08-02 23:40:47 +02:00 |
Cat Flynn
|
025238c73f
|
feat: render isocahedron
|
2023-08-02 01:55:53 +02:00 |
Cat Flynn
|
e713ed8123
|
fix: return negative on error
|
2023-08-02 01:55:28 +02:00 |
Cat Flynn
|
31b58c48b2
|
fix: bind VAO before VBO
Failing to do this causes issues when trying to render multiple objects
|
2023-08-02 01:55:28 +02:00 |
Cat Flynn
|
829baa4b53
|
feat: wireframe rendering
|
2023-08-02 01:55:28 +02:00 |
Cat Flynn
|
68d63edef7
|
feat: orthographic triangle
|
2023-08-02 01:55:28 +02:00 |
Cat Flynn
|
c44624f51e
|
refactor: use GLFW time
This removes the requirement for std::chrono
|
2023-08-02 01:55:28 +02:00 |
Cat Flynn
|
4400839ae1
|
chore: extract shader compilation functions to file
|
2023-08-02 01:55:28 +02:00 |
Cat Flynn
|
e9cdefe28a
|
chore: extract Triangle class
|
2023-08-02 01:55:28 +02:00 |
ktyl
|
37dbe741fa
|
chore: extract graphics init to function
|
2023-08-02 01:55:28 +02:00 |
ktyl
|
5d80d4a033
|
chore: move files to src dir
|
2023-08-02 01:55:28 +02:00 |