Coder Social home page Coder Social logo

fxhash-bridge's Introduction

BRIDGE collaborative project for fxhash

BRIDGE is an experimental project for fxhash. Any artist can contribute. The main rule: draw the tiles at the given coordinates. While they are quite visible, you can add everything you want: birds, stars, grass, reflexions, circles... You don't have to draw a real bridge, take the theme as a metaphor. For each minted edition, there'll be a default style, but you will be able to try all the other styles by clicking/touching the image.

โœจ The story

I'm Camille Roux (@camillerouxart). I planned to do a lot of collab this year with fxhash artists I like, but it takes too much time (or maybe I like too much artists ๐Ÿคฃ). Some days ago, I woke up with this idea in mind: "Hey! What if I make a collaboration with all the artists I like at once!". This is how the BRIDGE project was born.

Moreover, I love the mutual aid and solidarity between fxhash generative artists. The BRIDGE can be seen as a symbol of the link between us โ™ฅ๏ธ

๐Ÿ“‹ The rules

If you contribute to the project, you must accept the following rules:

  • I can mint this project on my fxhash profile with any subset of styles. (If you've an idea about what I could do with the unselected styles, let me know!)
  • I'll select the styles I'll mint
  • I'll share manually and equitably the primary market revenue of the/each mint with the creators of the styles included int that mint (the 2sd market revenue is for me)
  • You can't mint/drop it yourself
  • For now, I expect there to be about 30-40 editions of each style in the/each drop and 5-10 styles.
  • Dead line: February 20th. If there are enough participants, I plan to mint to fxhash each time I see enough nice styles to do a drop.

๐Ÿง‘โ€๐Ÿ’ป How to contribute

  • fork then clone the project
  • run npm i
  • duplicate the ./styles/boilerplate.js, change the name and info
  • in index.js add your style Class to stylesClasses and set defaultStyleClassId to only see your style
  • run npm start to launch the project
  • create a pull request when you're ready (don't need to be ready to mint, you can commit as soon as you've something to show)

๐Ÿคฉ How to be selected

In order to have your style selected, it must:

  • be dimension-less (same output whatever the canvas dimensions)
  • be determist (same output if you refresh with the same hash)
  • draw the tiles at the correct place (tiles must be not move if you change style)
  • write your tez wallet adress in the comment in your code so that I can give you a share of the primary market revenue
  • have fun, make something awesome, collab with other artists (yes, why not a collab in a collab!)... โ™ฅ๏ธ

๐Ÿš€ How to help this project

  • Talk about this project, share this page...
  • Create a style if you know how to code
  • Introduce the project to the artists you would like to see participate
  • Fix bugs, answer questions, add documentation, give feedbacks...

๐Ÿ’ป Technical info

  • The 3D coordinates of point of the bridge is represented by a p5.Vector with the following dimensions:
    • x: from -gridSizeX / 2 (left) to gridSizeX / 2 (right)
    • y: from 0 (front) to gridSizeY (back)
    • z: from 0 (down) to 1 (up)
  • The 2D coordinates of the tiles are an array of p5.Vector. The coord go from (0,0) (top left) to (1,1) (bottom right). So you'll have to multiply them by s at drawing (this is done to be dimension-less)

fxhash-bridge's People

Contributors

camilleroux avatar clauswilke avatar shuhblam avatar gorikfr avatar anaglyph-ic avatar pwambach avatar dependabot[bot] avatar robinjmetcalfe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.