10000 GitHub - RaulVictor-m/wang_tiles: A basic wang tile visualizer using ppm images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RaulVictor-m/wang_tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wang tile Visualizer

This is a very basic wang tile visualizer that makes use of the ppm format to generate an image for its output

It currently only has a single shape of tiles which is triangles like these examples in: https://en.wikipedia.org/wiki/Wang_tile

Objective

The main objective of this repo is exploring the use of zigs builtin Vector and also explore a little on tsoding's idea for wang tiles.

Usage

There is nothing fancy built in to this, so if you want to see what it does you just need to compile with default zig build:

$ zig build run

With this you will see a output.ppm file with your result.

if you need any help on the options or optimizations just use zig build help menu:

$ zig build --help

About

A basic wang tile visualizer using ppm images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0