Pinned Repositories
2x2_SVD
2x2 SVD of a matrix (Singular Value Decomposition) (C++)
3x3_polar_decomposition
Polar decomposition of a 3x3 matrix
biharmonic_weights_triangle_mesh
Compute biharmonic weights over a triangle mesh using the Laplacian matrix and cotangent weights
Dual-Quaternion-Skinning-Sample-Codes
Dual Quaternion and Dual Quaternion Skinning tutorial
harmonic_weights_triangle_mesh
Compute harmonic weights over a triangle mesh using the Laplacian matrix and cotangent weights
laplacian_smoothing_triangle_mesh
Demonstrate how to smooth a triangle mesh using the Laplacian scheme (preserve initial vertex density)
Maya-plugin-CPack-template
Template project to easily generate zip and windows installer in order to distribute/deploy a Maya plugin.
Maya_cmake_sample_with_node_deformer
A simple sample to compile a Maya plugin containing a single node deformer with CMake
Spline
C++ routines to compute spline curves in nD
winAPI_basic_window
Basic window creation and event handling with Windows API
brainexcerpts's Repositories
brainexcerpts/Dual-Quaternion-Skinning-Sample-Codes
Dual Quaternion and Dual Quaternion Skinning tutorial
brainexcerpts/Spline
C++ routines to compute spline curves in nD
brainexcerpts/harmonic_weights_triangle_mesh
Compute harmonic weights over a triangle mesh using the Laplacian matrix and cotangent weights
brainexcerpts/laplacian_smoothing_triangle_mesh
Demonstrate how to smooth a triangle mesh using the Laplacian scheme (preserve initial vertex density)
brainexcerpts/3x3_polar_decomposition
Polar decomposition of a 3x3 matrix
brainexcerpts/Maya-plugin-CPack-template
Template project to easily generate zip and windows installer in order to distribute/deploy a Maya plugin.
brainexcerpts/2x2_SVD
2x2 SVD of a matrix (Singular Value Decomposition) (C++)
brainexcerpts/winAPI_basic_window
Basic window creation and event handling with Windows API
brainexcerpts/biharmonic_weights_triangle_mesh
Compute biharmonic weights over a triangle mesh using the Laplacian matrix and cotangent weights
brainexcerpts/Maya_cmake_sample_with_node_deformer
A simple sample to compile a Maya plugin containing a single node deformer with CMake
brainexcerpts/OpenGL_core_3_lab
Template program and exercises to learn OpenGL core 3 API and fundamentals of computer graphics
brainexcerpts/Dxerr
Dxerr / DirectX error library source code to make HRESULT errors human readable.
brainexcerpts/MDD_file_exporter
MDD file format import / export implementation in C++ (Motion Designer Document / Point Cache Export)
brainexcerpts/Unreal-DeformerGraph-ExtraNodes
An Unreal Engine plugin that extends the Deformer Graph Editor with new nodes
brainexcerpts/ssdr
An implementation of "Smooth Skinning Decomposition with Rigid Bones" (SIGGRAPH ASIA 2012).
brainexcerpts/bataille_navale
Projet de 2éme année universitaire
brainexcerpts/cmake-precompiled-header
Visual Studio and GCC precompiled header macro for CMake
brainexcerpts/cmt
Various maya tools that I write for my personal projects.
brainexcerpts/ngSkinTools
skinning plugin for Autodesk Maya
brainexcerpts/ParsedownExtended
ParsedownExtended is an extention for Parsedown, offering additional features and functionalities.
brainexcerpts/ParsedownMath
LaTeX support in Parsedown
brainexcerpts/PivotR
PivotR is a CMS blogging system that catters towards scientific blogging.
brainexcerpts/PivotX
Fix flat db corruption issues.
brainexcerpts/starcraft-transcripts
Transcripts of the video game "StarCraft® 1998" (Property of Blizzard Entertainment)
brainexcerpts/subadub
Chrome+Firefox extension for studying foreign languages using Netflix subtitles
brainexcerpts/winAPI_DirectX11_CodeSamples
Code samples tutorials to demonstrate DirectX11 and Windows API