commit b6fc40b5d5a381012b3396ce83d01df8062c0311 Author: bas49 <64.bas.49@gmail.com> Date: Mon Nov 17 12:27:12 2025 +0400 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b70ad5a --- /dev/null +++ b/.gitignore @@ -0,0 +1,75 @@ +# Visual Studio 2015 user specific files +.vs/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb +.vsconfig + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* +Plugins/**/Binaries/* + +# Builds +Build/* + +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* +Plugins/**/Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* diff --git a/README.md b/README.md new file mode 100644 index 0000000..06e92c5 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# VacuVoltVR +VacuVoltVR is an immersive VR training simulator designed to teach safe and efficient maintenance procedures for high-voltage vacuum circuit breakers. The project provides realistic 3D interactions, guided workflows, and fault-scenario training to help engineers gain hands-on experience without risking equipment or personnel.