Skip to content

FuckWisdom/island

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 premake5.exe with premake5 vs2013.

Examples

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

Statically rendering of blendish nanovg module.

Dynaic blendish user interface with mouse interaction.

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

ShaderToy in CUDA language.

About

Lightweight and low-level creative coding toolkits in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.8%
  • Lua 21.2%