Author Topic: Lua/HTML5 Web Interpreter  (Read 21231 times)

0 Members and 1 Guest are viewing this topic.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Lua/HTML5 Web Interpreter
« Reply #45 on: April 07, 2013, 12:31:31 pm »
Update!

- Compile with luac (experimental feature)
- A skin! (toggle in Tools > Skin, you can click on it but it does nothing right now)

Now how I should do keys. It's more complicated than I thought since the lua code runs in a separate thread.
« Last Edit: April 07, 2013, 12:33:53 pm by Juju »

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Lua/HTML5 Web Interpreter
« Reply #46 on: April 14, 2013, 03:04:21 am »
Do you plan to remove the blur from the fonts like in this screenshot (by Flyingfisch)?


Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Lua/HTML5 Web Interpreter
« Reply #47 on: April 14, 2013, 02:54:48 pm »
No, actually I never found a way, it's probably due to antialiasing and the fact it's not a true bitmap font. Until I find a way it's for me pretty much a minor detail I should fix.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Lua/HTML5 Web Interpreter
« Reply #48 on: July 26, 2013, 01:36:45 am »
None of the sample programs seem to be working. They keep putting this instead:
Code: [Select]
<!DOCTYPE HTML>
<html>
<head>
<title>Four oh three.</title>
<style>
body
{
background: #000000;
color: #00FFFF;
font-family: monospace;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<img src="http://julosoft.net/ponies/Derpy/derpy_hoverupsidedown_right.gif" />
<br/><br/>Derpy did not knew what went wrong.
<br/><br/>She looked for /lua/p?f=http://juju2143.ca/lua/ball.lua&_termlib_reqid=1374816950165_23013 and found it...
<br/><br/>But the binder was locked. She looked for the key by sea and land but found nothing.
<br/><br/>Maybe she misplaced that key, accidentally destroyed it, or maybe it just never existed.
<br/><br/>Derpy says she's deeply sorry.
<br/><br/><a href="/">Return to main page</a>
<!--br/><br/>-->
</body>
</html>
I like milk.

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Lua/HTML5 Web Interpreter
« Reply #49 on: July 26, 2013, 04:07:27 am »
Um, the default test thingy is working over here ???
Maybe you didn't copy everything over to my server juju?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Lua/HTML5 Web Interpreter
« Reply #50 on: July 26, 2013, 10:18:54 am »
The file does exist, but the proxy script seems to throw a 403 since I moved over to Sorunome's. I'll check this out when I'll have some time.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.

Offline Spenceboy98

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 547
  • Rating: +59/-2
    • View Profile
Re: Lua/HTML5 Web Interpreter
« Reply #51 on: July 26, 2013, 02:35:50 pm »
Um, the default test thingy is working over here ???
Maybe you didn't copy everything over to my server juju?

The default loads fine at startup, but when I go to click a different sample it gives me the HTML code.
I like milk.

Offline Juju

  • Incredibly sexy mare
  • Coder Of Tomorrow
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 5730
  • Rating: +500/-19
  • Weird programmer
    • View Profile
    • juju2143's shed
Re: Lua/HTML5 Web Interpreter
« Reply #52 on: July 27, 2013, 12:25:59 pm »
It should now work, there was a bug in the nginx configuration.

Remember the day the walrus started to fly...

I finally cleared my sig after 4 years you're happy now?
THEGAME
This signature is ridiculously large you've been warned.

The cute mare that used to be in my avatar is Yuki Kagayaki, you can follow her on Facebook and Tumblr.