aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* small improvementsHEADmainvimene2026-02-161-0/+1
|
* more improvements in builds setupvimene2026-02-151-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 vulkanvimene2025-06-261-0/+1
|
* added a script to cross-compile to Windowsvimene2025-01-021-0/+1
|
* various improvementsvimene2024-12-311-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 managementvimene2023-12-031-5/+2
|
* integrated criterion within autotoolsvimene2023-11-281-0/+3
|
* started working on testsvimene2023-11-281-0/+4
|
* removed unnecessary line in .gitignorevimene2023-11-261-1/+0
|
* improved .gitignorevimene2023-11-231-27/+18
|
* code refactoringvimene2023-11-221-1/+10
|
* removed all generated filesvimene2023-11-211-5/+15
|
* cleanupsvimene2023-11-211-2/+9
|
* started working on windows supportvimene2023-11-211-2/+3
|
* started switching to autotoolsvimene2023-11-191-5/+7
|
* initial commitvimene2023-11-171-0/+5