S16
S16

Reputation: 2995

Wrap html/css/js in a webkit executable?

I'm looking to make an executable that will open my web project in a (frameless?) executable, and I'm coming up short on a solution.

The request is simple: I want to be able to package my html/css/js project for distribution. I would like for the renderer to be either webkit or firefox.

Have any of you seen this technology in the wild?

Upvotes: 2

Views: 1453

Answers (2)

Daniel Szabo
Daniel Szabo

Reputation: 7281

Awesomium is exactly what you're looking for.

I've been using it (the .net distro) for about a year now with great success. It also comes in mac and linux flavors. I'd highly recommend it. Best part is that its free for Indies! :D

Upvotes: 1

Stan Wiechers
Stan Wiechers

Reputation: 2092

http://techblog.netflix.com/2010/12/why-we-choose-html5-for-user.html?m=1

Netflix is doing it for PS3 for example.

Upvotes: 0

Related Questions