island

Lightweight and low-level creative coding toolkits in C.

Github星跟踪图

island

island is a light-weight and low-level creative coding framework.

Getting Started

Clone the repository with git clone --recurse-submodules https://github.com/island-org/island.git in order to pull in the 3rdparty repos.

You can also pull in the 3rdparty repos after cloning the repository with git submodule update --init --recursive.

To generate solutions, you would need premake.

On Windows, you can use the included tools\windows\premake5.exe with premake5 vs2013.

On Ubuntu, tools/linux/premake gmake

sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev libosmesa-dev libxcursor-dev libxrandr-dev libxinerama-dev

On MacOS, tools/macos/premake xcode4

Examples

01-processing-tree

Port of a Processing sample to island with most codes kept same.

06-tilemap-editor

WIP intergration of stb_tilemap_editor.h and sketch2d.h, a 2d tilemap editor.

09-cuda-shadertoy

ShaderToy in CUDA language.

主要指标

概览
名称与所有者island-org/island
主编程语言C
编程语言C (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2014-04-24 08:30:32
推送于2018-05-03 15:07:39
最后一次提交2018-05-03 23:06:29
发布数0
用户参与
星数244
关注者数27
派生数23
提交数142
已启用问题?
问题数3
打开的问题数0
拉请求数2
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?