Author Archives: Nick
Nsound Introduction Video
I’ve made an introduction video for Nsound!
SWIG C++ & Python: C++ & Python Object Lifetime
I’m currently struggling with a bug in my open source project and it has to do with temporary object lifetimes. I believe the core issue is that I have a Python object that holds a pointer to an underlying C++ … Continue reading
How to clone Linux disk of different sizes; large HDD to smaller SSD
WARNING: MISUSE OF THE COMMANDS IN THIS TUTORIAL CAN CAUSE DATA LOSS! BACKUP YOUR DATA! YOU’VE BEEN WARNED! Step 1: Clone original HDD to larger, spare HDD 1.1. Connect SRC and DST disk to computer 1.2. Disconnect external drives that … Continue reading
Nsound Intro & Realtime Demo
I’ve decided to start bloging about Nsound on weegreenblobbie.com since I haven’t been really using this space for anything else. Nsound is a C++ library with a Python module that makes it easy to manipulate sound. Here’s the project’s homepage, … Continue reading
How To Use Macros And Blender
I wanted a way to perform a “Repeat Last Action” command in Blender. I found an easy way to do it on Ubuntu Linux with a little tool called xmacro. Xmacro is a simple keyboard and mouse recording utility. It … Continue reading