Skip to content

Lascaux Sketch 2 is an open source web-based digital painting tool

License

Notifications You must be signed in to change notification settings

marcello3d/lascaux-sketch

Repository files navigation

Lascaux Sketch 2.0

Open source WebGL-based drawing tool using in React/TypeScript.

Background

Lascaux Sketch was originally a Java Applet I wrote back in 2002 used on 2draw.net. This is a new version built from the ground up using TypeScript and WebGL.

Technical stack

Code structure

  • src/ main source code
    • db/ local-storage related files, including storage implementation
    • icons/ icon files (not open source!)
    • lascaux/ main drawing app logic
      • browser/ browser integration
      • data-model/ core data model for drawing (strokes, gotos, modes, storage interface)
      • test/ (tests? lol, not actually used)
      • util/ various helper utility functions
      • webgl/ all drawing, blending, and compositing logic
    • pages/ the logic for the various pages
    • react-hooks/ React helper hooks
    • ui/ misc UI components
  • public/ static files served on deployment
  • patches/ patch-package patches for broken types

Contributing

This is a side project, but I welcome collaborators! I'm tracking and planning work in Github Projects, so be sure to check that out, and probably easiest to reach out to me on Twitter or by email.

License

Source code is licensed under Zlib open source license.

Note: Lascaux Sketch logo and name cannot to be used without permission.

Note: Font Awesome Pro icons cannot be redistributed without a license (I have one for my own usage)

About

Lascaux Sketch 2 is an open source web-based digital painting tool

Topics

Resources

License

Stars

Watchers

Forks

Languages