110 Commits

Author SHA1 Message Date
221db8e972
Allow constants 2022-04-22 23:27:23 -04:00
b32117e552
Working rainbow! 2022-04-07 14:58:45 -04:00
93643b3775
Fixed .clang-format to not sort includes 2022-04-07 13:30:38 -04:00
cbd121da61
Added more preset colors 2022-04-07 13:22:02 -04:00
6d0f7065f6
Added default settings for c++17 as well as export compile_commands.json 2022-04-07 13:21:04 -04:00
ed17ab1947
Fixed case where picopng cant find size_t v2.0.0 2022-04-05 15:35:33 -04:00
48769d0eed
Fixed bracket include not working 2022-04-05 15:32:51 -04:00
3f03b2cfac
Merge branch 'master' into ftgl-update 2022-04-05 15:28:44 -04:00
170fe7bed1
Added to readme and fixed include in src/texture.cpp 2022-04-05 15:25:37 -04:00
ac6f80385c
Edited readme and moved picopng out of include 2022-04-05 15:18:20 -04:00
759d997bbf
Fixed error where linking doesnt work 2022-04-05 15:03:13 -04:00
52e53719df
Fixed circleci dependancies 2022-04-05 15:00:11 -04:00
86f788b45a
Fixed circleci dependancies 2022-04-05 14:58:38 -04:00
d513f238dd
Fixed circleci config spelling errors 2022-04-05 14:55:07 -04:00
d41091293a
Fixed freetype-gl dependancies 2022-04-05 14:53:30 -04:00
eb3ac8cb61
Fixed freetype-gl dependancies 2022-04-05 14:52:02 -04:00
40fc97c8ac
Fixed freetype-gl dependancies 2022-04-05 14:49:33 -04:00
2c28e0c961
Fixed freetype-gl dependancies 2022-04-05 14:47:07 -04:00
5cd35e31d2
Fixed circleci git clone 2022-04-05 14:41:20 -04:00
33e4202693
Updated circleci to work with the new dependancy 2022-04-05 14:39:44 -04:00
b9deda34a2
Fully removed the freetype-dl hard dependancy. 2022-04-05 14:19:48 -04:00
2a0d014356
Removed command recorder 2022-04-05 14:12:17 -04:00
ee8da4db09
removed mat4.c/h 2022-04-05 13:43:53 -04:00
f2624a29c2
removed vertex-attribute.h 2022-04-05 13:23:29 -04:00
ee9e888c5a
Removed texture-atlas.c and vertex-buffer.c 2022-04-05 12:32:17 -04:00
b211fd956a
Removed vertex-buffer.h texture-font.c/h 2022-04-05 12:25:30 -04:00
62bb33bae3
Removed vector.c/h vec234.h and utf8-utils.c/h 2022-04-05 12:06:16 -04:00
86d7e9fe80
Removed useless headers 2022-04-05 11:49:44 -04:00
ddfe0b5d86
Removed ../ftgl/edtaa3func.c/h 2022-04-05 11:43:35 -04:00
767a47dd05
removed distance-field.c/h 2022-04-05 11:41:03 -04:00
c3c3678aa6
Removed extra files for transition to upstream 2022-04-05 11:27:31 -04:00
7132d84fa2
Fixed "/root/project/src/glez.cpp:11:10: fatal error: glez/detail/render.hpp: No such file or directory" v1.0.1 2022-04-04 19:41:19 -04:00
71a7a9a4b1
Fixed circleci build error. Potentially. 2022-04-04 19:38:00 -04:00
8ed0c106b4 Updated config.yml 2022-04-04 23:30:40 +00:00
f82f3787d4 Add .circleci/config.yml 2022-04-04 23:29:17 +00:00
72d8bf1644
Reformatted all files 2022-04-04 16:56:17 -04:00
8c29b72961
Edited readme 2022-04-04 16:55:17 -04:00
d04239601b
Added license 2022-04-04 16:52:07 -04:00
7d0f8a3bad
Edited repository information 2022-04-04 16:50:26 -04:00
4c430b3325
Removed layer of shell and brought internals to the front, texture and font are more useable. Texture and font no longer use a shared cache as that must be handled by the user. v1.0.0 2022-03-23 11:08:36 -04:00
de051d44bc
Merge pull request #4 from nullworks/cached-rendering
Cached rendering
2020-06-15 14:39:17 +00:00
BenCat07
a278b5ce6d Add Draw Triangle 2019-06-22 15:31:12 +02:00
bencat07
c3000f17c4 Upgrade 2019-06-09 19:13:18 +02:00
TotallyNotElite
d73465e8ac Remove static lib & update cmakelists.txt 2019-01-13 14:17:15 +01:00
TotallyNotElite
ac817c1c55 Refactor and deconstruct fix
(memory leak if not shutdown correctly)
2018-12-18 21:52:07 +01:00
TotallyNotElite
dd0158bcb3 format 2018-12-04 16:32:56 +01:00
TotallyNotElite
caca15cd63 Use -03 in debug and release mode for better performance 2018-11-07 18:23:02 +01:00
LightCat
c3d5b891ec you saw nothing 2018-11-04 11:54:14 +01:00
LightCat
efe9d109b9 Fix lines converting to squares 2018-11-04 11:49:46 +01:00
TotallyNotElite
9457ea150e Try to fix nullptr crash 2018-10-27 12:44:31 +02:00