Giter Club home page Giter Club logo

artblocks-starter-template's People

Contributors

aaronpenne avatar alexsaltstein avatar asupkay avatar dependabot[bot] avatar grantoesterling avatar jakerockland avatar marckohlbrugge avatar maxgmer avatar mchrupcala avatar r4v3n-art avatar sterlingcrispin avatar zjorge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

artblocks-starter-template's Issues

Where is the build script?

This works great locally. However, I want to deploy it to my Firebase Hosting server and need to build the project.

What script can I run to create a production build of this project?
Screen Shot 2021-07-30 at 8 47 52 AM

Non-utf8 script encoding

For my script to work correctly I need it to be loaded with charset=cp1252 (aka ascii, aka latin1), instead of the currently defined utf8. The script makes use of ascii128-256 to store compressed data as bytes and loading it with utf8 turns all of that into U+fffd replacement character, literally rendering it useless. As I could not find any prior restriction in the on-boarding docs regarding script encoding, I would like to kindly ask for the addition of a custom scriptCharset to support scripts which are not utf8 compatible. e.g change in index.hbs#L38:
<script src="./js/pieces/{{scriptName}}" charset="{{scriptCharset}}"></script>

Improving the feature script experience

Title:
artist improvement suggestion

Description:
For my first project, writing the features script involved refactoring a bit of my main program pretty late in the dev cycle. I think theres a risk for most projects that this could cause bugs. I think it would be really helpful if the starter-code github project included more of an example of how to manage the feature script, as well as some suggestions on how to calculate them in the main script. Sort of like the provided randomness class AB suggests. That would likely reduce the chances of an artist making a mistake and causing some problems on a released project.

Is this a bug report or a new feature request?:
Feature Request

How urgent is this?:
Low

Adding other classes

Importing classes from other js files gives the error Uncaught SyntaxError: Cannot use import statement outside a module

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.