Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thurinum/simple-sky-sim
A little gimmick I made as a bonus joke for a teacher's assignment.
https://github.com/thurinum/simple-sky-sim
gimmick qml qt qtquick sky
Last synced: about 12 hours ago
JSON representation
A little gimmick I made as a bonus joke for a teacher's assignment.
- Host: GitHub
- URL: https://github.com/thurinum/simple-sky-sim
- Owner: Thurinum
- License: gpl-3.0
- Created: 2022-07-10T20:28:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T14:34:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T22:55:55.206Z (2 months ago)
- Topics: gimmick, qml, qt, qtquick, sky
- Language: QML
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (Yet) Very Simple Procedural Sky
![image](https://user-images.githubusercontent.com/43908636/178306401-64eb853c-2f79-4726-9175-6b23c08cfbe4.png)A little gimmick I made as a bonus joke for a teacher's assignment.
Clouds are generated randomly and the sun rotates around a broken axis.
I intend to add a few more advanced concepts in the future to play around with QML's path rendering capabilities.This program uses Qt libraries licensed under GPLv3.
Enjoy!
### Building on Windows
Use the installer to get the Qt binaries and run from Qt creator. I'll properly add the DLLs later lol.### Building on Linux (untested)
Install Qt (prolly already there), the dev packages and qmake, then build with qmake. Will probably work.