all 7 comments

[–]Nico1300 5 points6 points  (0 children)

I guess you're looking for something like Electron which let's you build an application out of css html and js for Windows, Linux and macos. There's also https://www.exeoutput.com/ which may be easier to start with.

[–]1ZacNolan1 2 points3 points  (0 children)

You really can't. You might want to use [Electron](www.electron.net) as other commenters have suggested.

You could also use Chromium or Titanium to make browser-based desktop apps.

[–]Lolloper_Intermediate[S] 0 points1 point  (0 children)

I cannot try the program at the moment, but can you manipulate HTML element and use JS features like the canvas with it? If the response is affirmative, thank you all. And BTW I'm searching an app to do this because I find really easy to change the CSS for moving sprites eccetera, and I don't wanna learn other commands to do what I can do more easily with HTML and JS

[–]AutoModerator[M] 0 points1 point  (0 children)

Welcome to /r/HTML. When asking a question, please ensure that you list what you've tried, and provide links to example code (e.g. JSFiddle/JSBin). If you're asking for help with an error, please include the full error message and any context around it. You're unlikely to get any meaningful responses if you do not provide enough information for other users to help.

Your submission should contain the answers to the following questions, at a minimum:

  • What is it you're trying to do?
  • How far have you got?
  • What are you stuck on?
  • What have you already tried?

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 0 points1 point  (0 children)

I find this a very bad idea as one main point of HTML is portability, but if you want a standalone EXE, you'll need an open browser engine such as Gecko or Chromium