Pinned Repositories
algorithms
:computer: An overview about algorithms
cg.directx
Examples how to use DirectX
cg.opengltutorial
Source code from http://www.opengl-tutorial.org/ let's do some opengl stuff ...
ComputerGraphics
:tropical_fish: Computer Graphics examples, with source code,...
cpp-overview
:blue_book: A tour about C++ with source code examples
cpp.loki
source code from great book: "Modern C++ Design: Generic Programming and Design Patterns Applied
cpp.moderncpp
Nice walkthrough for C++, C++11/14/17, ...
cpp.unittests
:microscope: explore c++ unit tests using google-test
design.patterns.Gof
Gang of four
software-design
:closed_book: Software design, refactor techniques, S.O.L.I.D. Object-Oriented-Design, OOD
NelsonBilber's Repositories
NelsonBilber/cpp.loki
source code from great book: "Modern C++ Design: Generic Programming and Design Patterns Applied
NelsonBilber/cpp.oop
C++ Object Oriented Programming
NelsonBilber/cpp.udemy.advancedcpp
Samples and drafts about code from udemy course "Learn Advanced C++ Programming Course" https://www.udemy.com/learn-advanced-c-programming/learn/v4/overview an excellent course by John Purcell
NelsonBilber/Qt
Samples using Qt framework ...
NelsonBilber/ue4.udemy.unrealcourse.testinggrounds
udemy - unreal course - A Hunger-Games inspired FPS with large outdoor terrains. Advanced AI, basic networking, pickups, skeletal meshes, checkpoints and more.
NelsonBilber/UeLabs
Samples how to use Unreal Engine. A really cool game engine !!!
NelsonBilber/05_TestingGrounds
A Hunger-Games inspired FPS with large outdoor terrains. Advanced AI, basic networking, pickups, skeletal meshes, checkpoints and more.
NelsonBilber/computer-graphics
Source code about OpenGL,OpenCV,Vtk, ....
NelsonBilber/cpp
Nice walkthrough for C++, C++11/14/17, ...
NelsonBilber/cpp.cast
C++ cast <>() examples
NelsonBilber/cpp.containers
C++ containers
NelsonBilber/cpp.metaprogramming
C++ Template Metaprogramming
NelsonBilber/cpp.RAII
C++ Resource acquisition is initialization (RAII)
NelsonBilber/cpp.research
C++ explore, labs, ....
NelsonBilber/cpp.smartpointers
Explore C++11 smartpointers
NelsonBilber/cpp.stl
C++ Standard Template Library (STL)
NelsonBilber/cpp.variadic.templates
Explore variadic templaces in C++
NelsonBilber/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
NelsonBilber/CV
CV probably not updated ... check my linkedin or send an email, ... ;)
NelsonBilber/cv.webcamsketch
This sample uses your webcam and do a live sketch of it. Sample from udemy course "Introduction to Computer Vision | Master OpenCV in Python" https://www.udemy.com/master-computer-vision-with-opencv-in-python/learn/v4/overview
NelsonBilber/Data
R and SQL samples ...
NelsonBilber/Design-Patterns
Some solutions about classic design patterns, gof, ...
NelsonBilber/design.patterns.MVVM
Design pattern tailored for WPF
NelsonBilber/live555-CMake
Mirror of LIVE555 Streaming Media libraries with CMake build files for Visual Studio project generation.
NelsonBilber/py.thehardway
source code from python study from website https://learnpythonthehardway.org/
NelsonBilber/ue4.basictemplate
This is a *.upack file which can be import to your unreal project
NelsonBilber/ue4.bp.basic.operations
Basic Operations with Blueprints: Add HUD widget to viewport, Add operations, cast strings, ...
NelsonBilber/ue4.playwithue4
This repository aim to show some operations that can be done with unreal engine
NelsonBilber/ue4.udemy.unrealcourse.battletank
udemy - unreal course - An open-world head-to-head tank fight with simple AI, terrain, and advanced control system in Unreal 4
NelsonBilber/ue4.udemy.unrealcourse.buildingroom
udemy - unreal course - A simple First Person game to learn level building, lighting, Unreal Editor, C++ game logic, basic Blueprint and more.