Explore >> Select a destination


You are here

w3devlabs.net
| | stuvel.eu
7.1 parsecs away

Travel
| | For all the people that want to have an easy way to use distributed rendering with Blender, I have the solution: Multiblend. It is a Python script that feeds chunks of frames to each computer on your network, allowing them to render in parallel and greatly improve rendering speeds.
| | hackaday.io
7.3 parsecs away

Travel
| | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify.
| | endormi.io
10.8 parsecs away

Travel
| | I maintain a couple of open source projects and contribute to many projects. Here are just a few of the projects that I maintain: automation - Collection of my automated tasks written in Python. awesome-dj - List of reasons why Django is awesome for web development && Django bootstrap boilerplate. devisle/advanced-react-cli - An NPM package which aims to provide a better way to install packages for your react application through an intuitive CLI.
| | andrewshitov.com
18.2 parsecs away

Travel
| [AI summary] A blog post discusses solving the Advent of Code 2020 Day 18 challenge using the Raku programming language, focusing on handling operator precedence in mathematical expressions.