| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | small improvementsHEADmain | vimene | 2026-02-16 | 1 | -0/+1 |
| | | |||||
| * | more improvements in builds setup | vimene | 2026-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - moved slang shaders to spvshaders to separate software and hardware shaders - split Makefile.am into Makefile.am, src/Makefile.am and src/spvshaders/Makefile.am - build shaders as DATA primary, instead of both PROGRAMS and SCRIPTS, which greatly simplifies building. Before that, we had to first build them as PROGRAMS, and then copy them as SCRIPTS to remove executable extensions (i.e. ".exe" for Windows) - changed final executable dir from enginedir to bindir, which makes automake see it as an exec instead of data - compute relative paths from C++, which makes it possible to change dirs arbitrarily when running make while still having a relocatable executable - updated README.md to reflect changes in dirs - use AX_COMPARE_VERSION() to simplify checking if Vulkan headers version is correct - factored out most of paths computation in engine::path_utils::Paths | ||||
| * | added validation layers to vulkan | vimene | 2025-06-26 | 1 | -0/+1 |
| | | |||||
| * | added a script to cross-compile to Windows | vimene | 2025-01-02 | 1 | -0/+1 |
| | | |||||
| * | various improvements | vimene | 2024-12-31 | 1 | -0/+2 |
| | | | | | | | | | | | | - added quaternions and rewrote all rotations to use them - added transforms to put all object transforms in a single place - added Wavefront .obj file parser - removed frame buffer's abstract class - improved vectors, matrices, triangles, vertices and vertices data by putting all code in header file - added vector's operations - changed from NULL to nullptr - miscellaneous improvements | ||||
| * | improved tests management | vimene | 2023-12-03 | 1 | -5/+2 |
| | | |||||
| * | integrated criterion within autotools | vimene | 2023-11-28 | 1 | -0/+3 |
| | | |||||
| * | started working on tests | vimene | 2023-11-28 | 1 | -0/+4 |
| | | |||||
| * | removed unnecessary line in .gitignore | vimene | 2023-11-26 | 1 | -1/+0 |
| | | |||||
| * | improved .gitignore | vimene | 2023-11-23 | 1 | -27/+18 |
| | | |||||
| * | code refactoring | vimene | 2023-11-22 | 1 | -1/+10 |
| | | |||||
| * | removed all generated files | vimene | 2023-11-21 | 1 | -5/+15 |
| | | |||||
| * | cleanups | vimene | 2023-11-21 | 1 | -2/+9 |
| | | |||||
| * | started working on windows support | vimene | 2023-11-21 | 1 | -2/+3 |
| | | |||||
| * | started switching to autotools | vimene | 2023-11-19 | 1 | -5/+7 |
| | | |||||
| * | initial commit | vimene | 2023-11-17 | 1 | -0/+5 |
