This repository has been archived on 2022-05-21. You can view files and clone it, but cannot push or open issues or pull requests.
LEFTONE/README.md

40 lines
1.4 KiB
Markdown
Raw Normal View History

# LEFTONE
LEFTONE is 2d action game got a prize on [2020 U22 Programming Contest](https://u22procon.com)
I'm noob at composing so don't expect the BGM quality. :(
## AUTHOR
falsycat
[portfolio](https://falsy.cat/) | [twitter](https://twitter.com/falsycat)
## LICENSE
***CC-BY-NC-SA-3.0***
### Libraries
- [freetype2](https://www.freetype.org/index.html) - FreeType License
- [glew](http://glew.sourceforge.net) - Modified BSD License
- [miniaudio](https://github.com/mackron/miniaudio) - public domain
- [msgpack-c](https://github.com/msgpack/msgpack-c) - Boost Software License
- [SDL2](https://www.libsdl.org/index.php) - zlib License
- [tinycthread](https://github.com/tinycthread/tinycthread) - zlib License
### Resources
- [Otologic](https://otologic.jp) - CC-BY-4.0
- [99sounds](https://99sounds.org) - [license](https://99sounds.org/license/)
- They replied me it's no problem to put their works on GitHub.
- [minimized Noto Font](https://github.com/hirofumii/Noto-Sans-CJK-JP.min) - SIL OPEN FONT LICENSE
### Why CC?
Because some of my shaders are inspired by the followings on ShaderToy, whose default license is CC-BY-NC-SA-3.0.
***YOU HAD BETTER NOT OPEN THESE LINKS BY POOR MACHINES.***
- [fractal cage - gaz](https://www.shadertoy.com/view/3l2yDd)
- [Ray Marching: Part 2 - jlfwong](https://www.shadertoy.com/view/lt33z7)
- [Raymarching - Primitives - iq](https://www.shadertoy.com/view/Xds3zN)