Giter Club home page Giter Club logo

dr_scientist's Introduction

dr_scientist CircleCI

The project builds ontop of pmtech... please checkout pmtech first and get familiar with how to build

It was a work in progress game that might never be completed, this is being made public as reference for pmtech and how to setup more advanced features:

  • character controller
  • kinematic physics controller
  • ecs extensions
  • physics ray/ sphere casts for controllers
  • collectable items

Requirements

requirements:
python3
git lfs
pmtech to be located one directory above this one (../pmtech)

Cloning

You need to clone and make sure to be setup with git-lfs.

git clone https://github.com/polymonster/dr_scientist
cd dr_scientist
git lfs install
git lfs fetch

Building

be sure to update or clone pmtech before running:

cd ../pmtech
git pull
git submodule update --init recursive

use pmbuild -help to see what profiles you can build:

pmbuild -help

to generate projects (xcode, visual studio) and data to build with the following, you only need to build -libs the first time.

cd dr_scientist
pmbuild <platform> -libs // only required the first time
pmbuild <platform>

to build and run from the commandline:

pmbuild make <platform> dr_scientist -<compiler args>
pmbuild launch <platform> dr_scientist

for the launch command with debug builds the target is called dr_scientist_d, release builds dr_scientist

Controls

WASD or Left Stick to move. Q or Button X/A to Jump.

dr_scientist's People

Contributors

baconjacob avatar madawa avatar polymonster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.