Git Product home page Git Product logo

t3dfw's Introduction

Tiny 3D Framework

Tiny framework meant to be included directly "alongside" your application.

Sample Application Screenshot (Direct Volume Rendering)

Quick Start

In your new application, run

git submodule add https://github.com/pjhusky/t3dfw.git t3dfw

while in the project's root directory. This adds the framework to the folder t3dfw inside your project's root folder. Note that for this to work, your appliation must already be a valid git repository, e.g., you must run git init or clone another git repo beforehand.

Keeping t3dfw up to date

Later on, in your application you can update to the latest remote submodule commits by running

git submodule update --remote --merge

... or maybe ...

git submodule foreach git pull origin main
git pull

Pushing changes done to one of the submodules

Navigate to submodule folder and run

git checkout main

Now you can basically interact with git as if this submodule was a normal repo. Just make sure to not forget committing & pushing the changed submodule from the main/root git repo as well.

Note

If git checkout main was not performed, upon running git status you would see

<ProjectPath>\t3dfw\src\fileLoaders>git status
HEAD detached at a56a295

After running git checkout main:

aProjectPath>\t3dfw\src\fileLoaders>git checkout main
Switched to branch 'main'
M       netBpmIO.h
...

Now git status reports:

C:\FM-koop\DVR-fetch-test\DVR-t3dfw\t3dfw\src\fileLoaders>git  status
On branch main
Your branch is up to date with 'origin/main'.

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.