caiwan / Reboot

First demoscene production written in Zig!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reboot by Aberration Creations

A demoscene production.

Visuals and Music: Musk Engine code: Citrus

Runs on windows, linux and macos (m1). The code is sketchy, as this was our first "bigger" project with Zig. We enjoyed the process a lot! <3

How to run

Below you will find the zig version that we used for this. Put it in PATH on your operating system. We might or might not update zig version in the future. If you do it for us, we will be eternally grateful. Then you will need to install VulkanSDK. After this it is just simple zig build run. If you want to play the music, or you want to enjoy it in fullscreen, then in src/main.zig set the isMusic and/or isRelease to true. Have fun!

Zig version

We use a fixed zig version 0.11.0-dev.1822+98508a12c for this repo.

windows

macos aarch64

linux

License

The MIT License (MIT)

Copyright (c) 2023 Aberration Creations

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

P.S.:

Musk is the owner of the music and shaders, I got permission to upload it as a group member, but if you need permission as well, you have to ask for it!

About

First demoscene production written in Zig!


Languages

Language:Zig 97.9%Language:GLSL 2.1%