Code Monkey home page Code Monkey logo

Comments (5)

cracker0dks avatar cracker0dks commented on August 30, 2024 1

oh, I thought about the pressure feature as well. Nice Demo! As improvement maybe disable the feature on pc or devices without the pressure function, because they are not able to draw a long thin line anymore :)

Thanks for your offer.
A refactoring would be nice. I personaly like apps where you don't need to build for every little change you make in the code. So don't know if we really need a build system for such a "small" project. Do you find it hard to add / change things in the project? Where do you see the biggest problems right now?

from whiteboard.

cracker0dks avatar cracker0dks commented on August 30, 2024 1

Thanks again 👍

from whiteboard.

FloChehab avatar FloChehab commented on August 30, 2024

I do like simplicity. Still, I personally prefer when things are a bit more modularized / in several files. Which requires some kind of a build chain with Javascript.

I see the following other advantages of having a JS build chain:

  • Being able to use latest Js features (great for devs) while still transpiling to "older" Javascript for compatibility,
  • Bundling your dependencies with your code,
  • Outputting one single Js file so you are sure things are executed in the right order,
  • Creating uniquely identified Js files so you don't have to worry about browser caching when releasing a new version.

Also with Javascript we should be able to have hot reloading so it wouldn't be necessary to reload the webpage or rebuild in dev.

If you are ok, I can take a bit of time to set up such a build chain for this project ; we shall see if we move forward with a bit of refactoring later.

from whiteboard.

cracker0dks avatar cracker0dks commented on August 30, 2024

ok, lets give it a try. Please keep it simple :)

from whiteboard.

FloChehab avatar FloChehab commented on August 30, 2024

Well, it took me a bit more time than I thought, but the result is here: #39

Even if I don't know how I could make it more complicated, I think it is fairly simple :)

from whiteboard.

Related Issues (20)

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.