All Projects → tasercake → lowpolypy

tasercake / lowpolypy

Licence: MIT license
Robust Low-Poly Image Generator

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to lowpolypy

The-PyOS-Project
The PyOS project is an orbital mechanics simulator, entirely coded in Python, which uses the panda3D engine. The acronym PyOS stands for "Python orbit simulator". Feedback is appreciated !
Stars: ✭ 52 (-28.77%)
Mutual labels:  low-poly
aframe-low-poly
low poly add-ons for aframe virtual reality
Stars: ✭ 18 (-75.34%)
Mutual labels:  low-poly
godot-psx-style-demo
Demo project featuring a collection of PS1 style shaders and materials for Godot engine.
Stars: ✭ 266 (+264.38%)
Mutual labels:  low-poly
Dust3d
🐪 Dust3D is a cross-platform open-source 3D modeling software. Auto UV unwrapping, auto rigging with PBR Material support, pose and motion authoring all in one.
Stars: ✭ 2,263 (+3000%)
Mutual labels:  low-poly
swwmgz m
Codename: Demolitionist. An ambitious GZDoom gameplay mod featuring non-stop over-the-top action, crazy guns, and a cute, sassy robot protagonist, as well as lots of LORE. (Formerly known as SWWM GZ)
Stars: ✭ 23 (-68.49%)
Mutual labels:  low-poly
Overhead
Tower defense game, National finalist on the Brazilian Games Symposium - SBGames 2017
Stars: ✭ 15 (-79.45%)
Mutual labels:  low-poly

LowPolyPy

Open In Colab

Generate Low-Poly Versions of Images:

Samples

Work In Progress

This repo is being overhauled and new features are being added.

The Colab notebook and setup instructions may not work at the moment.

Run it on Colab

Run this notebook in Google Colab to get started quickly.

Thanks to @maschere for putting this notebook together!

Run Locally

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

I'm currently working on wrapping these scripts in a Django project and getting it hosted on Heroku.

Prerequisites

Clone this repository and navigate to the project directory:

git clone https://github.com/tasercake/lowpolypy
cd lowpolypy

Installing

Lowpolypy can't be installed via pip (yet), but the setup is simple nonetheless.

Install dependencies:

pip install .

Try It Out

From the root of the project directory, run

python -m lowpolypy run './images/giraffe.jpg'

This should create a new image in the images directory.

Built With

  • OpenCV - Image manipulation library
  • PIL - For easy(er) image I/O
  • NumPy & SciPy - Matrix ops, Triangulation, Voronoi tesselation, etc.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].