Coder Social home page Coder Social logo

baseutilities's Introduction

BaseUtilities

C# Base utilities set

Used by EDDiscovery and other programs as a base set of c# utilities

This module is the base module - it includes no other modules.

It includes the following projects:

  • BaseUtilities - requiring package Newtonsoft.json

  • Audio (for audio control) - requiring package CSCore, project BaseUtilities (relative ref)

  • DirectInput (for joystick/keyboard control) - requiring package SharpDX, project BaseUtilities (relative ref)

  • OpenTK (Utilities for 3G) - require package OpenTK, OpenTK.GLControl, project BaseUtilities (relative ref)

  • Tests - harness for NUnit tests, require package Nfluent and NUnit, and the projects its testing (relative ref)

Check this out and you can use the test harness via the visual studio test explorer. The harness is not extensive.

The vsproj has had its Packages/HintPath manually changed to use $(SolutionDir) as the base folder. WARNING! if you NUGET them to the latest VS will replace the path back to a relative path.. which will work in here but not if its included as a submodule in another project. Manually change them back to $(SolutionDir)

GIT

Useful git commands for managing this https://chrisjean.com/git-submodules-adding-using-removing-and-updating/

The git repo which includes this submodule is called parent, and with this BaseUtilities included.

cd c:\code\parent\BaseUtilities

git status

HEAD detached at 01f236a

nothing to commit, working tree clean

meaning its not attached to the branch, and the code is at 01f236a.

git fetch - update repo

git checkout master - checkout the local version of master

git pull - update to the remote version of master.

cd c:\code\parent

you need to commit the parent now, this updates the commit ID of the submodule to the updated commit point.

baseutilities's People

Contributors

robbyxp1 avatar klightspeed avatar

Watchers

James Cloos avatar

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.