Triger is primarily an early-stage interactive application and rendering engine for Windows. But working on making it cross plateform looking for contributors who can work on Linux version.
This camera is same as Blender's viewport camera
-
Clone the repository recurcively to download all submodules with command
git clone --recurse-submodules https://github.com/AzadKshitij/Triger.git
-
Generate Project for this open folder names scripts and run the Generate-Win-Projects-VS2019 file. It will create the solution file for the project.
-
Open and Build the solution( shorcut F7 ).
-
Run the solution ( Defalt starter project is TrigerEditor if you want to check SandboxApp change starter project to SandboxApp ).
- First Read Contribution Guide
- Clone repo and create a new branch:
git clone --recurse-submodules https://github.com/AzadKshitij/Triger.git
git checkout -b name_for_new_branch
-
Make changes and test
-
Submit Pull Request with comprehensive description of changes and a working GIF. Do follow the rules. Thaks For Your Contribution.