Skip to content

Commit

Permalink
content
Browse files Browse the repository at this point in the history
  • Loading branch information
swift502 committed Feb 20, 2024
1 parent 42a4393 commit b7b53ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/data/projects/projection-converter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ page:
data: conversion.webm
width: 1100
height: 700
desc: A blazing fast, shader based image projection converter. Converts between the equirectangular and mercator projections. Can be used via a CLI or directly in Python. Check it out on [on GitHub](https://github.com/swift502/EquimercConverter)!
desc: |-
A blazing fast, shader based image projection converter. Converts between the equirectangular and mercator projections. Can be used via a CLI or directly in Python. Check it out on [on GitHub](https://github.com/swift502/EquimercConverter)!
- type: code
data: |-
vec2 equi_to_merc(float u, float v)
Expand Down Expand Up @@ -59,6 +60,4 @@ page:
return (x, y)
file: cpu_render.py
link: https://github.com/swift502/EquimercConverter/blob/main/src/cpu_render.py
desc: |-
A CPU implementation using the [Pillow](https://github.com/python-pillow/Pillow) library exists as a fallback, although with obvious downsides of poor performance and scalability.
This converter has served it's purpose for an internal game project, which used the mercator globe projection for it's game world. However this repository is a great base for any type of shader based image converter.
desc: A CPU implementation using the [Pillow](https://github.com/python-pillow/Pillow) library exists as a fallback, although with obvious downsides of poor performance and scalability.

0 comments on commit b7b53ed

Please sign in to comment.