Giter Site home page Giter Site logo

qteatime / kate Goto Github PK

View Code? Open in Web Editor NEW
15.0 15.0 0.0 42.64 MB

A fantasy handheld console for small visual novels, 2d RPGs, and other story-rich games!

Home Page: https://kate.qteati.me/

License: Mozilla Public License 2.0

TypeScript 81.15% JavaScript 9.36% HTML 2.23% CSS 7.26%
fantasy-console game-development secure-by-default

kate's People

Stargazers

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

Watchers

 avatar

kate's Issues

Meta: Kate Preview roadmap

This is a meta-issue to collect all work that needs to be done before a proper public preview release (the current release is just a proof-of-concept).

Regular issues

  • Focus handling across processes is not principled;
  • Kart packaging does not handle booklets;
  • Data URIs are improperly handled when transforming CSS;
  • Images and other media are not handled when transforming HTML;
  • Process iframe is not resized when the screen size changes;
  • LJT does not support schema evolution;
  • Sound does not work on iOS as they have different restrictions;
  • Sound is not stopped when game process is closed;
  • Newer notifications can be obscured if there are too many older notifications;
  • Firefox does not allow referencing some objects within a sandboxed iframe;
  • Screenshots on webgl canvases sometimes fail in Electron, despite preserveDrawingBuffer set to true;
  • Cartridge files should be unpacked into OPFS with a versioned index in indexedDB to make memory usage more reasonable and cartridge interactions less expensive;
  • IndexedDB abstraction currently does not support migrations, makes it hard to evolve the database schema;
  • Documentation on the KateAPI and guides on packaging games is missing;

Security issues

  • Network is not sandboxed within iframes;
  • Kate uses browserify for packaging releases, which is unaudited currently;
  • Cartridge limits are not enforced in the emulator;
  • Storage limit is not enforced in key/value store --- cartridges should get a 32mb limit for data without a capability for more;
  • Glomp transforms JavaScript with regexes without verifying that the transformations yield valid JavaScript;
  • file reading api does a linear search over all files.

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.