home.social

#cinder — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cinder, aggregated by home.social.

  1. #AcidProtokol #quaidescène #strasbourg #ultratechrec #naominitel #cinder #lude #TI #dinvair #acid #acidtechno #musique #live #concert #music

    Mon collectif Strasbourgeois organise une nouvelle édition de l'Acid Protokol le samedi 16 mais entre 22h et 4h du mat.

    Toutes les infos sur le post original ou dans la description de l'image :

    instagram.com/p/DYCDIK0Df_U/

  2. I've used many creative coding frameworks before and in C++, I've used OpenFrameworks and Cinder. If you're just making art, you probably have no issues with them, but if you're somewhat familiar with programming, you'll quickly come to the issue where both frameworks aren't properly structured to be distributable libraries. i.e. their build system is very opinionated and unflexible.

    This week I've been trying out Raylib and love (1) the ease of installation, (2) the ease with which you can incorporate it into C/C++ projects and (3) the amount of bindings it has (owing to it's simple API). It also has everything you need for creative coding.

    #raylib #cinder #openframeworks #creativecoding #cpp