Code Monkey home page Code Monkey logo

triger's Introduction

Triger

Logo

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.

Showcase

  • 3D Viewport Camera

This camera is same as Blender's viewport camera

3DViewPortCameraShowcase

  • 3D Gizmo

GizmoShowcase

  • Scene Loading and saving

  • Batch render

  • Rendering Stats

Building

Windows

  1. Clone the repository recurcively to download all submodules with command

    git clone --recurse-submodules https://github.com/AzadKshitij/Triger.git
  2. 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.

  3. Open and Build the solution( shorcut F7 ).

  4. Run the solution ( Defalt starter project is TrigerEditor if you want to check SandboxApp change starter project to SandboxApp ).

How to Contribute

  1. First Read Contribution Guide
  2. Clone repo and create a new branch:
 git clone --recurse-submodules https://github.com/AzadKshitij/Triger.git
 git checkout -b name_for_new_branch
  1. Make changes and test

  2. Submit Pull Request with comprehensive description of changes and a working GIF. Do follow the rules. Thaks For Your Contribution.

triger's People

Contributors

azadkshitij avatar

Stargazers

 avatar

Watchers

 avatar  avatar

triger's Issues

The Scroll not working with layers

Describe the bug

The Scroll not working with layers if you are on ImGUI but still it zooms in and zoom out using scroll and also scroll the ImGUI window

To Reproduce

Steps to reproduce the behavior:

  1. Place the ImGUI demo window on the Triger Engine Window and try to scroll

Expected behavior

it should not affect the layer below which is Engine layer

win-64
Windows 10 home

Inbuilt Console

Feature of inbuilt console so don't need to check console all again

Describe the solution you'd like

Use something like this and make a good console
ImGui::Begin("Console");
ImGui::TextColored(ImVec4(1, 1, 0, 1), "Important Stuff");
ImGui::End();

Describe alternatives you've considered

Nothing (Thinking)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.