Commit Graph
5 Commits
Author SHA1 Message Date
gsds e0ae7b1ec1 feat: better cmake support (#21)
* feat: CMakeSettings.json

* chore: remove visual studio stuff
chore: move .clang-format to main directory

* feat: new file structure, easier to implement as a submodule within existing projects

* chore: we actually include some code now...

* chore: remove prebuilt libraries (oops)

* feat: new shader building script using cmake

* chore: add debug postfix specifier

* fix: forgot that windows builds use 4J_Render_PC for the render library

* fix: didn't add the output directory (where shaders are saved to) to the include directories of 4J_Render
2026-04-21 02:07:59 -04:00
alkandgsds 576f038dd0 bare bones cmake & tiny warnings (#1)
* add cmakelist

* fix 2 warnings

* rename libs

* add the multithreaded thing

* combine libpng into render lib

---------

Co-authored-by: gsds <51339266+Patoke@users.noreply.github.com>
2026-04-18 00:41:02 -04:00
3UR 680e352324 chore: update .gitignore to include generated shader files 2026-03-03 10:18:16 +10:00
gsds d3fe70c9fe chore: include 4J files in gitignore 2026-02-28 22:12:12 -03:00
Patoke c3d8726749 push src 2026-02-27 01:44:22 -03:00