Giter Site home page Giter Site logo

pinpoint-engine's Introduction

Pinpoint Engine

Table of Contents

  1. Context
  2. Pre-reqs
  3. Setup
  4. Troubleshooting
  5. Special Thanks

Context

Pinpoint Engine is a game engine I am (trying) to develop to further my graphical programming, rendering, and C++ skills for a purely educational experience.

To Do

  • Link headers and cpp files correctly
    • Currently can't implement CPP code in respective CPP files

Pre-reqs

  • GLAD headers
  • GLFW headers
  • CMake

Setup Instructions

  1. Clone repo
  2. Open in VSCode
  3. Select variant via ctrl + shift + p, search Variant and choose Release
  4. Build the project by doing ctrl + shift + p then CMake: Build
  5. Open the Pinpoint-Engine.exe in the Build directory

Troubleshooting

  • Remember that the build directory is in the .gitignore, so use cmake to build the directory again for new clones

Proctoring the Project Structure

pinpoint-engine
├─ .vscode
│  ├─ tasks, etc.
├─ CMakeLists.txt
├─ LICENSE.txt
├─ README.md
├─ src
│  ├─ main.cpp
│  ├─ ObjectsAPI
│  │  ├─ object controllers
│  ├─ Pinpoint
│  │  └─ namespace
│  └─ RenderingAPI
│     ├─ Buffer.cpp
│     ├─ Buffer.h
│     ├─ OpenGL
│     │  ├─ OpenGL Objects
│     ├─ points.h
│     ├─ Renderer.cpp
│     ├─ Renderer.h
│     └─ Shaders
│        ├─ fragmetn and vertex shaders
└─ vendor
   ├─ CMakeLists.txt
   ├─ glad
   |  └─ exes, cpps, hs, etc...
   └─ glfw
      └─ exes, cpps, hs, etc...

pinpoint-engine's People

Contributors

itsthomthomob avatar

Watchers

 avatar  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.