301 Commits (master)
 

Author SHA1 Message Date
Riyyi 766f24d6b9 Engine: Switch to ASSERT macro to ruc's VERIFY 2 years ago
Riyyi 722bdd82b1 Engine: Change include guards to #pragma once 2 years ago
Riyyi 4af037a7fb Engine: Switch to ruc's singleton 2 years ago
Riyyi 2f1c6b5e75 Engine: Make it compile again 2 years ago
Riyyi 478dccd3df Meta+CMake: Add ruc library 2 years ago
Riyyi edc0ef7203 Everywhere: Update work in progress 2 years ago
Riyyi 6b0095dadf CMake: Move source directory to project root 2 years ago
Riyyi 4468b1ffb9 CMake: Move vendor directory to the project root 2 years ago
Riyyi 90bfd30f7f CMake: Move engine source compilation to separate file 2 years ago
Riyyi ed935e50cd CMake: Automatically build examples during standalone compilation 2 years ago
Riyyi 8b11e51109 CMake: Restructure main file, move example to its own directory 2 years ago
Riyyi da757365d0 CMake: Exclude unnecessary lua files from compilation 2 years ago
Riyyi 50f363df65 Add git pre-commit hooks and install script 3 years ago
Riyyi 7401936016 Initialize raw pointers as nullptr 3 years ago
Riyyi d1ba13794c Release source under MIT license 3 years ago
Riyyi ec2cb44c06 Set stride to 0 when calculating offsets 3 years ago
Riyyi c8cea7bf45 Give native types initial value 3 years ago
Riyyi f63bd4ab6d Remove move where it didnt make sense 3 years ago
Riyyi 0b57ee3a9f Remove const ref std::shared_ptr 3 years ago
Riyyi 50a438e340 Cleanup 3 years ago
Riyyi 0522f6f388 String can be printed directly 3 years ago
Riyyi 571403c9a2 Change "pretending to be for loop" while loop to for loop 3 years ago
Riyyi 25a5e0a8e8 Add .clang-format 3 years ago
Riyyi 49bf1b3933 ifstream destructor closes the file, due to RAII 3 years ago
Riyyi 16cebbb8cb Prevent window duplicate destruction 3 years ago
Riyyi 3e1d0eef53 Forward declare components 3 years ago
Riyyi 8f7665b8a3 Implement singleton class in all singletons 3 years ago
Riyyi deb9e34b8f Second attempt at deriving application from a singleton 3 years ago
Riyyi 4467d0d40a Add std::move to the resource managers 3 years ago
Riyyi 6103854503 Revert application and remove singleton class, it breaks object lifetime? 3 years ago
Riyyi 3583c2994b Remove call to application getWindow before its finished construction 3 years ago
Riyyi c1ae98c659 Implement singleton class into application 3 years ago
Riyyi 0cc22100e9 Add singleton class 3 years ago
Riyyi e834203b07 Move settings save after initialize log 3 years ago
Riyyi b26cb3e073 Move defines below includes 3 years ago
Riyyi 58afdbeae6 Re-add stb dependency in the new location 3 years ago
Riyyi aa34cd56ce Remove stb dependency 3 years ago
Riyyi cdbb456ce8 Move try/catch from settings to file, overwrite invalid settings file 3 years ago
Riyyi adc0848a23 Implement nlohmann::json arbitrary type conversion for settings 3 years ago
Riyyi 7042a42032 Settings: use json util, update window size to uint32_t 3 years ago
Riyyi e044397e88 Omit copy constructors for strings in constructors 3 years ago
Riyyi 858a2bd0d4 Prevent double gltf json parsing 3 years ago
Riyyi 68b2e93969 Add support for .gltf file reading with 1 buffer binary 3 years ago
Riyyi 1c311fca64 Update gltf file assert messages 3 years ago
Riyyi b8bd6aad70 Rename gltf file class 3 years ago
Riyyi aa9403dde0 Convert double to float in gltf model and json util 3 years ago
Riyyi a7953b4bdd Add gltf node parsing 3 years ago
Riyyi cf44172943 Add gltf scene parsing, change assert messages capitalization 3 years ago
Riyyi 5ddfa0515c Add gltf json length check 3 years ago
Riyyi 1134ce6a43 Start working on glTF model class 3 years ago