Skip to content

Instantly share code, notes, and snippets.

@lucasw
lucasw / blender_stop_motion.md
Last active February 13, 2019 00:37
Blender Stop Motion in the VSE

Get rid of the top 3D view: click the corner box of the widget below it and drag it up over the box to be deleted until an arrow appears, then release and the box with the error will disappear.

Then change the remaining widget to Video Sequence Editor (VSE).

Then in the VSE window go to Add | Image or Image Sequence.

Then browse to folder containing sequentially named frames.

@lucasw
lucasw / usb_cameras_with_ros.md
Last active February 21, 2023 23:24
USB/V4L/UVC Cameras with ROS

USB 'web' cameras vs. ethernet and network cameras

Cost and feature/performance trade-offs

Built-in laptop camera

$ lsusb
Bus 002 Device 004: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications Processor
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
@lucasw
lucasw / openpose.md
Last active September 1, 2017 14:59
OpenPose on Ubuntu 16.04 with GeForce GTX 750
@lucasw
lucasw / qemu_pi.md
Last active August 20, 2017 22:44
Raspbian Jesse on QEMU under Ubuntu 16.04
@lucasw
lucasw / wine.md
Last active June 25, 2017 13:07
wine install from source

Ubuntu 16.04 64-bit

Cloning the whole repo is super slow, probably should just get desired branch with a depth of 1.

sudo apt install bison libx11-dev:i386 libfreetype6-dev:i386

git clone git://source.winehq.org/git/wine.git wine
cd wine
git checkout remotes/origin/stable

Open source Dark Forces tools?

Specification of GOB format, engine descriptions?

@lucasw
lucasw / open_source_dos_games.md
Last active January 1, 2024 07:45
Open Source DOS Games

Actual dos games that could at least theoretically be recompiled with the right dos tools, and then played in dosbox or on real hardware.

Doom doesn't count because the dos source is not available.

Look at http://dosgames.com/forum/about19706.html

@lucasw
lucasw / doom_compile_linux.md
Last active September 8, 2023 01:13
Compile Doom on Linux

Anything on github?

The original Id software release is there, but no dos version because of a sound library issue. (Why not release dos source without sound?

This is still under development, try it out:

https://sourceforge.net/projects/prboom-plus/

Where can I checkout the source code?