alexjc / alexjc/shadertoy-render
Module 'time' has no attribute 'clock'
- Linguagem predominante
- Python
- Estrelas
- 254
- Forks
- 42
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Ran the below command to get an unusual error that appears to have nothing to do with my shader or command arguments.
```
python shadertoy-render.py "U:\Documents\My Projects\Programming\Visuals\Shaders\boundry.shader" --output out.mp4 --size 1920x1080 --duration 10
Traceback (most recent call last):
File "shadertoy-render.py", line 590, in
canvas = RenderingCanvas(glsl_shader,
File "shadertoy-render.py", line 144, in __init__
clock = time.clock()
AttributeError: module 'time' has no attribute 'clock'
```
For reference here is a link to the shader being rendered (https://www.shadertoy.com/view/NsGSR3)
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.